Jump to content

/ZAdd: Difference between revisions

From fCraft Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{CommandBox
{{CommandBox
|name=ZAdd
|name=ZAdd
|purpose=Zones a cuboid area to a certain rank.
|purpose=Creates a restricted map zone.
|aliases=/Zone
|aliases=Zone
|uses=/ZAdd ZoneName RankName
|uses=/ZAdd ZoneName Rank
|cat=Zones
 
|perm=-
/ZAdd +Player
|console=-
|cat=Zone
|perm=ManageZones
|console=No
|}}
|}}


==<code>/Zadd [ZoneName] [RankName]</code>==
==<code>/ZAdd ZoneName Rank</code>==
:Creates a new rank-restricted zone on the current map. After calling this command, you will be prompted to mark zone coordinates.
 
==<code>/ZAdd ZoneName Rank +IncludedName -ExcludedName</code>==
:Same as above, but optional parameters allow including/excluding individual players from building in a zone.
 
==<code>/ZAdd +PlayerName</code>==
:Creates a new personal zone for a given player. The newly-created zone will be:
** Zone will be named after the player.
** Minimum rank will be set to just above the player's.
** Player added to the whitelist.
:For instance, if "Notch" is a guest, and you call <code>/zadd +Notch</code>, a zone named "Notch" will be created, with permissions set to regular+, and with Notch whitelisted.


Creates a zone in which only a certain rank and above can build/destroy in. Zones created will override any world permissions active on the world. After typing the command with the desired parameters, the zone is created similar to a [[/Cuboid]], which is by clicking between two blocks or using [[/Mark]].
==See Also==
Zone permissions can be modified using [[/ZEdit]]


Extra zone parameters can be added and existing ones removed or edited by using [[/ZEdit]].
{{LastUpdated|676}}

Revision as of 03:46, 24 June 2011

Command
ZAdd

Creates a restricted map zone.

AliasesZone
Usage

/ZAdd ZoneName Rank

/ZAdd +Player

CategoryZone
Required permissionsManageZones
Usable from console?No
Introduced in[[Version history#{{{v}}}|fCraft {{{v}}}]]


/ZAdd ZoneName Rank

Creates a new rank-restricted zone on the current map. After calling this command, you will be prompted to mark zone coordinates.

/ZAdd ZoneName Rank +IncludedName -ExcludedName

Same as above, but optional parameters allow including/excluding individual players from building in a zone.

/ZAdd +PlayerName

Creates a new personal zone for a given player. The newly-created zone will be:
    • Zone will be named after the player.
    • Minimum rank will be set to just above the player's.
    • Player added to the whitelist.
For instance, if "Notch" is a guest, and you call /zadd +Notch, a zone named "Notch" will be created, with permissions set to regular+, and with Notch whitelisted.

See Also

Zone permissions can be modified using /ZEdit