mirror of
https://github.com/taoneill/war.git
synced 2024-11-14 14:25:27 +01:00
Updated plugin.yml
This commit is contained in:
parent
5d19aec2b3
commit
9dae88a5fc
@ -14,23 +14,22 @@ commands:
|
|||||||
usage: /zones
|
usage: /zones
|
||||||
warzone:
|
warzone:
|
||||||
description: (War) Teleports you to the specified warzone's lobby.
|
description: (War) Teleports you to the specified warzone's lobby.
|
||||||
usage: /warzone ziggy
|
usage: /warzone <zone-name>
|
||||||
zone:
|
zone:
|
||||||
description: (War) Shortcut for /warzone.
|
description: (War) Shortcut for /warzone.
|
||||||
usage: /zone ziggy
|
usage: /zone <zone-name>
|
||||||
warhub:
|
warhub:
|
||||||
description: (War) Teleports you to the warhub, if it exists. The warhub offers portals to reach each warzone on the server.
|
description: (War) Teleports you to the warhub, if it exists. The warhub offers portals to reach each warzone on the server.
|
||||||
usage: /warhub
|
usage: /warhub
|
||||||
teams:
|
teams:
|
||||||
description: (War) Lists the teams in the warzone.
|
description: (War) Lists the teams in the warzone.
|
||||||
usage:
|
usage:
|
||||||
- Must be standing in warzone or lobby.
|
- /teams [zone-name]
|
||||||
- /teams
|
|
||||||
join:
|
join:
|
||||||
description: (War) Use to change teams. Also used instead of walking in the team gate in the lobby.
|
description: (War) Use to change teams. Also used instead of walking in the team gate in the lobby.
|
||||||
usage:
|
usage:
|
||||||
- Must be standing in warzone or lobby.
|
- Must be standing in warzone or lobby.
|
||||||
- /join <team color>
|
- /join <team-color>
|
||||||
leave:
|
leave:
|
||||||
description: (War) Use to leave a warzone. Teleports you back to the lobby.
|
description: (War) Use to leave a warzone. Teleports you back to the lobby.
|
||||||
usage:
|
usage:
|
||||||
@ -38,29 +37,29 @@ commands:
|
|||||||
- /leave
|
- /leave
|
||||||
team:
|
team:
|
||||||
description: (War) Team chat.
|
description: (War) Team chat.
|
||||||
usage: /team Leeeroooy!!!
|
usage: /team <Message>
|
||||||
# Warzone maker commands (must have the 'war.*' permission or be added as a zone-maker in /plugins/War/war.txt
|
# Warzone maker commands (must have the 'war.*' permission or be added as a zone-maker in /plugins/War/war.txt
|
||||||
# 1- Battle-related commands
|
# 1- Battle-related commands
|
||||||
nextbattle:
|
nextbattle:
|
||||||
description: (War) Warzone blocks are restored (from memory). Teams are respawned.
|
description: (War) Warzone blocks are restored (from memory). Teams are respawned.
|
||||||
usage:
|
usage:
|
||||||
- Must be standing in warzone or lobby
|
- Must be standing in warzone or lobby
|
||||||
- /nextbattle
|
- /nextbattle [zone-name]
|
||||||
# 2- Warzone creation commands
|
# 2- Warzone creation commands
|
||||||
setzone:
|
setzone:
|
||||||
description: (War) Use to create a warzone. Lobby is created and blocks are saved when the second corner is set.
|
description: (War) Use to create a warzone. Lobby is created and blocks are saved when the second corner is set.
|
||||||
usage:
|
usage:
|
||||||
- =<Classic/Northwest-Southeast mode>=
|
- =<Classic/Northwest-Southeast mode>=
|
||||||
- /setzone <zonename> <northwest/southeast/nw/se>
|
- /setzone <zone-name> <northwest/southeast/nw/se>
|
||||||
- ex: first, /setzone ziggy se, then, /setzone ziggy nw
|
- ex: first, /setzone ziggy se, then, /setzone ziggy nw
|
||||||
- In classic mode, corner1 defaults to the topmost block (127) in the northwest and corner2 to the bottommost block (0) in the southeast.
|
- In classic mode, corner1 defaults to the topmost block (127) in the northwest and corner2 to the bottommost block (0) in the southeast.
|
||||||
- =<Wand Cuboid mode>=
|
- =<Wand Cuboid mode>=
|
||||||
- 1) /setzone <name> wand
|
- 1) /setzone <zone-name> wand
|
||||||
- 2) Left-click to select or move corner1
|
- 2) Left-click to select or move corner1
|
||||||
- 3) Right-click to select or move corner2
|
- 3) Right-click to select or move corner2
|
||||||
- Turn off wand by dropping the wooden sword.
|
- Turn off wand by dropping the wooden sword.
|
||||||
- =<Wandless Cuboid mode>=
|
- =<Wandless Cuboid mode>=
|
||||||
- /setzone <name> <corner1/corner2/c1/c2/pos1/pos2>
|
- /setzone <zone-name> <corner1/corner2/c1/c2/pos1/pos2>
|
||||||
- The three modes can be mixed and matched.
|
- The three modes can be mixed and matched.
|
||||||
- Warzones must be at least 10 blocks wide in all directions.
|
- Warzones must be at least 10 blocks wide in all directions.
|
||||||
savezone:
|
savezone:
|
||||||
@ -74,8 +73,11 @@ commands:
|
|||||||
setzonelobby:
|
setzonelobby:
|
||||||
description: (War) Creates or changes the position of the warzone lobby.
|
description: (War) Creates or changes the position of the warzone lobby.
|
||||||
usage:
|
usage:
|
||||||
|
- =<Attached lobby>
|
||||||
- Must be standing in warzone or lobby.
|
- Must be standing in warzone or lobby.
|
||||||
- /setzonelobby <north/east/south/west/n/e/s/w>
|
- /setzonelobby <north/east/south/west/n/e/s/w>
|
||||||
|
- =<External lobby>
|
||||||
|
- /setzonelobby <zone-name>
|
||||||
setteam:
|
setteam:
|
||||||
description: (War) Creates or moves a team spawn. The lobby is updated. Teams are diamond, iron or gold etc.
|
description: (War) Creates or moves a team spawn. The lobby is updated. Teams are diamond, iron or gold etc.
|
||||||
usage:
|
usage:
|
||||||
@ -94,23 +96,23 @@ commands:
|
|||||||
resetzone:
|
resetzone:
|
||||||
description: (War) Reloads zone blocks from disks. Everyone is ported back to the lobby.
|
description: (War) Reloads zone blocks from disks. Everyone is ported back to the lobby.
|
||||||
usage:
|
usage:
|
||||||
- Must be standing in warzone or lobby.
|
- Must be standing in warzone or lobby, or provide name
|
||||||
- /resetzone
|
- /resetzone [zone-name]
|
||||||
deletezone:
|
deletezone:
|
||||||
description: (War) Deletes the zone, resets all blocks.
|
description: (War) Deletes the zone, resets all blocks.
|
||||||
usage:
|
usage:
|
||||||
- Must be standing in warzone or lobby, or provide name
|
- Must be standing in warzone or lobby, or provide name
|
||||||
- /deletezone, /deletezone <zone-name>
|
- /deletezone [zone-name]
|
||||||
deleteteam:
|
deleteteam:
|
||||||
description: (War) Deletes the team. Team must exist.
|
description: (War) Deletes the team. Team must exist.
|
||||||
usage:
|
usage:
|
||||||
- Must be standing in warzone or lobby, or provide warzone-name
|
- Must be standing in warzone or lobby, or provide warzone-name
|
||||||
- /deleteteam <team-color>
|
- /deleteteam [zone-name] <team-color>
|
||||||
deletemonument:
|
deletemonument:
|
||||||
description: (War) Deletes the monument.
|
description: (War) Deletes the monument.
|
||||||
usage:
|
usage:
|
||||||
- Must be standing in warzone or lobby, or provide warzone-name
|
- Must be standing in warzone or lobby, or provide warzone-name
|
||||||
- /deletemonument <monument-name>
|
- /deletemonument [zone-name] <monument-name>
|
||||||
setzoneconfig:
|
setzoneconfig:
|
||||||
description: (War) Use named parameters to change the configuration of the warzone. Resets blocks like /nextbattle. Does not save zone blocks like /savezone.
|
description: (War) Use named parameters to change the configuration of the warzone. Resets blocks like /nextbattle. Does not save zone blocks like /savezone.
|
||||||
usage:
|
usage:
|
||||||
|
Loading…
Reference in New Issue
Block a user