/wset

Report any bugs you find in fCraft here
Post Reply
ImNoobSoWhat
Offline
Posts: 3
Joined: July 10th, 2012, 10:22 pm

/wset

Post 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

User avatar
Ninjacat101
Trustee
Offline
Posts: 218
Joined: December 17th, 2011, 12:27 am
Location: UK

Re: /wset

Post 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.
["hip","hip"]

ImNoobSoWhat
Offline
Posts: 3
Joined: July 10th, 2012, 10:22 pm

Re: /wset

Post by ImNoobSoWhat »

Oh thanks!

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: /wset

Post by fragmer »

You can also use "1" in place of "true", and "0" in place of "false", for shortness.

Post Reply