From 698fbc443c90bc1b7025a4fd4ffcfd58c42a4cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 1 Jan 2026 12:32:32 +0200 Subject: [PATCH] Fix item names for golden items in KitPVP --- mirricraft-kitpvp.sk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mirricraft-kitpvp.sk b/mirricraft-kitpvp.sk index eccfd34..4c9f9c3 100644 --- a/mirricraft-kitpvp.sk +++ b/mirricraft-kitpvp.sk @@ -83,7 +83,7 @@ command /kitpvp [] []: format slot loop-integer of player with gray stained glass pane named "&7" to be unstealable format slot 11 of player with iron sword named "&fSotilas" to close then run [execute player command "/kitpvp setkit soldier"] - format slot 13 of player with gold boots named "&fVauhtihirmu" to close then run [execute player command "/kitpvp setkit speedster"] + format slot 13 of player with golden boots named "&fVauhtihirmu" to close then run [execute player command "/kitpvp setkit speedster"] format slot 15 of player with bow named "&fJousimies" to close then run [execute player command "/kitpvp setkit archer"] stop else: @@ -113,12 +113,12 @@ command /kitpvp [] []: set player's boots to iron boots set slot 0 of player's inventory to 1 of iron sword if {kitpvp.%player's name%.kit} is "speedster": - set player's helmet to gold helmet - set player's chestplate to gold chestplate - set player's leggings to gold leggings - set player's boots to gold boots + set player's helmet to golden helmet + set player's chestplate to golden chestplate + set player's leggings to golden leggings + set player's boots to golden boots 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 golden sword if {kitpvp.%player's name%.kit} is "archer": set player's helmet to chainmail helmet set player's chestplate to chainmail chestplate