Update
This commit is contained in:
parent
22b15a8949
commit
9db6bcc42f
@ -111,13 +111,13 @@ command /kitpvp [<string>] [<string>]:
|
||||
set player's chestplate to gold chestplate
|
||||
set player's leggings to gold leggings
|
||||
set player's boots to gold boots
|
||||
set the player's walk speed to 0.6
|
||||
set the player's walk speed to 0.4
|
||||
set slot 0 of player's inventory to 1 of gold sword
|
||||
if {kitpvp.%player%.kit} is "archer":
|
||||
set player's helmet to leather helmet
|
||||
set player's chestplate to leather chestplate
|
||||
set player's leggings to leather leggings
|
||||
set player's boots to leather boots
|
||||
set player's helmet to chainmail helmet
|
||||
set player's chestplate to chainmail chestplate
|
||||
set player's leggings to chainmail leggings
|
||||
set player's boots to chainmail boots
|
||||
set slot 0 of player's inventory to 1 of bow
|
||||
set slot 9 of player's inventory to 25 of spectral arrow
|
||||
else:
|
||||
@ -129,7 +129,7 @@ command /kitpvp [<string>] [<string>]:
|
||||
else if {kitpvp.%player%.map} is "nether":
|
||||
teleport player to location 73, 4, 269
|
||||
else if {kitpvp.%player%.map} is "farm":
|
||||
teleport player to location 57, 4, 357
|
||||
teleport player to location 57, 5, 357
|
||||
else:
|
||||
make player execute command "/kitpvp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user