Page 1 of 1

[INVALID] /zadd whitelists/blacklists

Posted: July 15th, 2012, 5:14 pm
by PhoneBook_
This one I am very enthusiastic about. There should be a way to whitelist/blacklist zones, so like /wbuild and /waccess, only certain people can build in zones.

I plan on using this for private property, as I am soliciting for donations to the fCraft software. and I'd like to have a level of payment lower than the minimum to get an entire private world, therefore just a section of a world.

Re: /zadd whitelists/blacklists

Posted: July 15th, 2012, 6:06 pm
by Hellenion

Code: Select all

/zadd privateproperty donatorrank +ownerofproperty
is already possible!
you can even do

Code: Select all

/zadd +ownerofproperty
to get an automated zone for that particular player!

Blacklisting is done with -PlayerName instead of +PlayerName.

More info: http://www.fcraft.net/wiki//ZAdd

Re: /zadd whitelists/blacklists

Posted: July 15th, 2012, 6:30 pm
by PhoneBook_
Thanks so much! :D