Page 1 of 1

Whitelist/blacklist zones/worlds by rank.

Posted: January 31st, 2012, 5:20 am
by FinestGB
On my server once you've been promoted from recruit to private you cannot build in recruit but you may visit (as is the same on group of other server). I would like to zone the map and blacklist private to make sure of this. I think it would be very handy for other uses aswell such as. Rank competitions e.g. Ranka vs Rankb.

Thanks.
FinestGB
:sponge:

*EDIT: Yes i know you can already blacklist ranks from worlds. But that only works as a + bases. i would like it to be lowest rank, and skip only private, therefore above private is whitelisted. If you get what i mean.

Re: Whitelist/blacklist zones/worlds by rank.

Posted: January 31st, 2012, 5:31 am
by fragmer
Ability to specify both minimum and maximum rank is in the works, scheduled for release with fCraft 0.700

Re: Whitelist/blacklist zones/worlds by rank.

Posted: January 31st, 2012, 5:36 am
by FinestGB
You're the best <3

Re: Whitelist/blacklist zones/worlds by rank.

Posted: January 31st, 2012, 7:57 am
by Xesdra
fragmer wrote:Ability to specify both minimum and maximum rank is in the works, scheduled for release with fCraft 0.700
Main: Maximum Rank: Guest

Re: Whitelist/blacklist zones/worlds by rank.

Posted: January 31st, 2012, 8:30 am
by Pemalite
Xesdra wrote:
fragmer wrote:Ability to specify both minimum and maximum rank is in the works, scheduled for release with fCraft 0.700
Main: Maximum Rank: Guest
Won't work for main. Need to make/set spawns, zone stuff, repair grief and all.

Re: Whitelist/blacklist zones/worlds by rank.

Posted: January 31st, 2012, 8:46 am
by FinestGB
i imagine the commands would look something like this:

Zones: /zadd Example recruit -private +otherrank.

World: /Wbuild Example -Private +otherrank.
/Waccess Example -Private +otherrank.
/Wload Example Example1 -Private +otherrank.

And so on. Other rank meaning more than one but higher than private.

- Blacklist
+ Whitelist

Re: Whitelist/blacklist zones/worlds by rank.

Posted: January 31st, 2012, 9:02 am
by fragmer
I've been thinking...

Code: Select all

Whitelist/unblacklist player: +Name
Blacklist/unwhitelist player: -Name
  Whitelist/unblacklist rank: +@Rank
  Blacklist/unwhitelist rank: -@Rank
            Set minimum rank: MinRank
Set minimum and maximum rank: MinRank-MaxRank

Re: Whitelist/blacklist zones/worlds by rank.

Posted: January 31st, 2012, 1:59 pm
by BobKare
fragmer wrote:I've been thinking...

Code: Select all

Whitelist/unblacklist player: +Name
Blacklist/unwhitelist player: -Name
  Whitelist/unblacklist rank: +@Rank
  Blacklist/unwhitelist rank: -@Rank
            Set minimum rank: MinRank
Set minimum and maximum rank: MinRank-MaxRank
Looks good...