You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-8
Original file line number
Diff line number
Diff line change
@@ -124,11 +124,9 @@ With a useful permission node, `zx.admin.*`, all admin commands can be provided
124
124
125
125
| Command Name <imgwidth=800/><br/>Permission Node| Description | Parameters |
126
126
|---|---|---|
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