This commit is contained in:
Christer Warén 2020-10-29 17:17:02 +02:00
parent 22b15a8949
commit 9db6bcc42f

View File

@ -111,13 +111,13 @@ command /kitpvp [<string>] [<string>]:
set player's chestplate to gold chestplate set player's chestplate to gold chestplate
set player's leggings to gold leggings set player's leggings to gold leggings
set player's boots to gold boots 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 set slot 0 of player's inventory to 1 of gold sword
if {kitpvp.%player%.kit} is "archer": if {kitpvp.%player%.kit} is "archer":
set player's helmet to leather helmet set player's helmet to chainmail helmet
set player's chestplate to leather chestplate set player's chestplate to chainmail chestplate
set player's leggings to leather leggings set player's leggings to chainmail leggings
set player's boots to leather boots set player's boots to chainmail boots
set slot 0 of player's inventory to 1 of bow set slot 0 of player's inventory to 1 of bow
set slot 9 of player's inventory to 25 of spectral arrow set slot 9 of player's inventory to 25 of spectral arrow
else: else:
@ -129,7 +129,7 @@ command /kitpvp [<string>] [<string>]:
else if {kitpvp.%player%.map} is "nether": else if {kitpvp.%player%.map} is "nether":
teleport player to location 73, 4, 269 teleport player to location 73, 4, 269
else if {kitpvp.%player%.map} is "farm": else if {kitpvp.%player%.map} is "farm":
teleport player to location 57, 4, 357 teleport player to location 57, 5, 357
else: else:
make player execute command "/kitpvp" make player execute command "/kitpvp"