Page 1 of 1

/wset

Posted: May 3rd, 2013, 7:22 pm
by ImNoobSoWhat
When I try to hide a world using /wset guest hide it says: World guest is current NOT hidden.

I cant hide it using the command, only from the fCraft Configuration, can this be fixed, thanks

-ImNoobSoWhat

Re: /wset

Posted: May 3rd, 2013, 7:50 pm
by Ninjacat101
The value of hidden is Boolean, it can either be true or false.. to hide it you would use

Code: Select all

/WSet WorldName Hidden true
Please consult the wiki for any further questions http://www.fcraft.net/wiki//WSet.

Re: /wset

Posted: May 3rd, 2013, 7:53 pm
by ImNoobSoWhat
Oh thanks!

Re: /wset

Posted: July 31st, 2013, 2:52 am
by fragmer
You can also use "1" in place of "true", and "0" in place of "false", for shortness.