This commit is contained in:
Christer Warén 2020-10-28 02:40:21 +02:00
parent c06268dade
commit a31c225ee5

View File

@ -100,14 +100,14 @@ command /kitpvp [<string>] [<string>]:
set player's chestplate to iron chestplate set player's chestplate to iron chestplate
set player's leggings to iron leggings set player's leggings to iron leggings
set player's boots to iron boots set player's boots to iron boots
set slot 1 of player's inventory to 0 of iron sword set slot 0 of player's inventory to 1 of iron sword
if {kitpvp.%player%.kit} is "speedster": if {kitpvp.%player%.kit} is "speedster":
set player's helmet to gold helmet set player's helmet to gold helmet
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.6
set slot 1 of player's inventory to 0 of gold sword set slot 0 of player's inventory to 1 of gold sword
else: else:
make player execute command "/kitpvp" make player execute command "/kitpvp"