Skip to content

Use Cases

yueyinqiu edited this page Jul 13, 2020 · 11 revisions

Here are some use cases.


Build a VIP world

  • Create a world called 'myWorld';
  • Issue '/wp worlds control myWorld';
  • Issue '/wp worlds set display myWorld VIP_WORLDDDDDDDD';
  • Give VIP Group the permission 'nworldpermissions.forfreeto.myWorld';
  • Done.

Only allow VIP to get into the nether (other players get into the nether portal will get pushed)

  • Give VIP Group the permission 'nworldpermissions.forfreeto.world_nether';
  • Issue '/wp worlds control world_nether';
  • Issue '/wp worlds set thrust 0.3';
  • Done.

Teleport the players out of a world

  • Make sure the offline players tracker has been set correctly; (see Offline Players Tracker)
  • Issue '/wp marks add myMark' to set a mark;
  • Issue '/wp tp offline myWorld myMark' to teleport all the online players in the world 'myWorld' to the mark;
  • Issue '/wp tp online myWorld myMark 2' to teleport all the online players in that world to the mark and avoid '/back' (they might get back when the world is not controlled);
  • Issue '/wp tp offline myWorld myMark' to make sure all the players has teleported;
  • Done.

Contents

Main pages

You may read them in turn.

More

Most of them are linked in main pages.

Obsoleted pages

These pages are obsoleted, but they may still help you.

Clone this wiki locally