Page 1 of 1
Support for world whitelisting
Posted: November 12th, 2011, 2:19 am
by Jonty800
I do /winfo on a world ranked "owner", and there are 7 people on the whitelist.
Is there a way to remove everyone off the whitelist on a selected world? if not, could you make a way

?
Re: Support for world whitelisting
Posted: November 12th, 2011, 6:50 pm
by Hellenion
There are several ways of doing this, the way it is supposed to be done is just:
Code: Select all
/wbuild world -player1 -player2 -player3 [...]
or
/waccess world -player1 -player2 -player3 [...]
There are some "tricks" that'll have the same effect, but might be faster:
Show
Code: Select all
1: /wremove world
/wload world world buildrank accessrank
2: /wload world world2 buildrank accessrank
/wrename world2 world
Please note that with these methods, more than just the whitelist gets wiped.
This functionality might also get removed in future updates.