-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Contact us in the following ways:
pls in Chinese/English
You may read them in turn.
- Introduction
- Custom Options of Worlds
- Commands and Permissions
- Marks
- Offline Players Tracker
- Teleport When Respawn
- Update Checker
- Translation
Most of them are linked in main pages.
These pages are obsoleted, but they may still help you.