Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnBast authored Oct 28, 2019
1 parent 6471797 commit 71f21b5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,9 @@ With a useful permission node, `zx.admin.*`, all admin commands can be provided

| Command Name <img width=800/><br/>Permission Node| Description | Parameters |
|---|---|---|
|`/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. |
|`/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. |
|`/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. |
|`/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. |
|`/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. |
|`/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. |
|`/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. |
|`/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. |
|`/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. |
|`/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. |
|`/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. |
|`/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. |
|`/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. |
|`/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 comments on commit 71f21b5

Please sign in to comment.