Skip to content

Commit 71f21b5

Browse files
authored
Update README.md
1 parent 6471797 commit 71f21b5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,9 @@ With a useful permission node, `zx.admin.*`, all admin commands can be provided
124124

125125
| Command Name <img width=800/><br/>Permission Node| Description | Parameters |
126126
|---|---|---|
127-
|`/zx area list <playerName>`<br/>`zx.admin.zone.listAny`| Lists all of a player's areas. | **playerName:** The name of the player to list the areas of. |
128-
|`/zx area view <playerName> <zoneName>`<br/>`zx.admin.zone.viewAny`| Views the specified player's area. | **playerName:** The name of the player who owns the area.<br/>**zoneName:** The name of the player's area to view. |
129-
|`/zx area info <playerName> <zoneName>`<br/>`zx.admin.zone.infoAny`| Views information about the specified player's area. | **playerName:** The name of the player who owns the area.<br/>**zoneName:** The name of the player's area to view info about. |
130-
|`/zx area remove <playerName> <zoneName>`<br/>`zx.admin.zone.removeAny`| Removes the specified player's area. | **playerName:** The name of the player who owns the area.<br/>**zoneName:** The name of the player's area to remove. |
131-
|`/zx area remove <playerName> <zoneName>`<br/>`zx.admin.zone.removeAny`| Removes the specified player's area. | **playerName:** The name of the player who owns the area.<br/>**zoneName:** The name of the player's area to remove. |
132-
|`/zx area create <playerName> <zoneName>`<br/>`zx.admin.zone.createAny`| Creates an area for the specified player. | **playerName:** The name of the player to create the area for.<br/>**zoneName:** The name of the area to create. |
133-
|`/zx area rename <playerName> <oldzoneName> <newzoneName>`<br/>`zx.admin.zone.renameAny`| Renames the specified area. | **playerName:** The name of the player to create the area for.<br/>**oldzoneName:** The name of the area to rename.<br/>**newzoneName:** The new name of the area. |
134-
|`/zx area toggle <protectionType> <playerName> <newzoneName>`<br/>`zx.admin.zone.protectAny`| Applys or removes a specified protection type from the specified player's area of the given name. | **protectionType:** The tyope of protection to apply to the area.<br/>**playerName:** The name of the player who owns the area.<br/>**zoneName:** The name of the area to protect.<br/>**newzoneName:** The new name of the area. |
127+
|`/zone list <playerName>`<br/>`zx.admin.zone.listAny`| Lists all of a player's areas. | **playerName:** The name of the player to list the areas of. |
128+
|`/zone view <playerName> <zoneName>`<br/>`zx.admin.zone.viewAny`| Views the specified player's area. | **playerName:** The name of the player who owns the area.<br/>**zoneName:** The name of the player's area to view. |
129+
|`/zone info <playerName> <zoneName>`<br/>`zx.admin.zone.infoAny`| Views information about the specified player's area. | **playerName:** The name of the player who owns the area.<br/>**zoneName:** The name of the player's area to view info about. |
130+
|`/zone remove <playerName> <zoneName>`<br/>`zx.admin.zone.removeAny`| Removes the specified player's area. | **playerName:** The name of the player who owns the area.<br/>**zoneName:** The name of the player's area to remove. |
131+
|`/zone create <playerName> <zoneName>`<br/>`zx.admin.zone.createAny`| Creates an area for the specified player. | **playerName:** The name of the player to create the area for.<br/>**zoneName:** The name of the area to create. |
132+
|`/zone <protectionType> <playerName> <newzoneName>`<br/>`zx.admin.zone.protectAny`| Applys or removes a specified protection type from the specified player's area of the given name. | **protectionType:** The tyope of protection to apply to the area.<br/>**playerName:** The name of the player who owns the area.<br/>**zoneName:** The name of the area to protect.<br/>**newzoneName:** The new name of the area. |

0 commit comments

Comments
 (0)