diff --git a/mirricraft-kitpvp.sk b/mirricraft-kitpvp.sk index aff8fa7..22305e3 100644 --- a/mirricraft-kitpvp.sk +++ b/mirricraft-kitpvp.sk @@ -111,13 +111,13 @@ command /kitpvp [] []: 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 [] []: 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"