From e63f83d476b308be7657c8f3fc8a8299d91d6d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 24 Oct 2020 10:10:45 +0300 Subject: [PATCH] KitPVP Update 3 --- mirricraft-kitpvp.sk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mirricraft-kitpvp.sk b/mirricraft-kitpvp.sk index 970674b..99ffb94 100644 --- a/mirricraft-kitpvp.sk +++ b/mirricraft-kitpvp.sk @@ -1,5 +1,5 @@ # --- KitPVP --- -command /kitpvp: +command /kitpvp [] []: description: Spawn executable by: players trigger: @@ -103,14 +103,14 @@ on quit: on leftclick: if player's world is "minigames": if event-item is chest named "&fKitPVP": - make player execute command "/kitpvp gui" + make player execute command "/kitpvp" cancel the event wait 2 tick on rightclick: if player's world is "minigames": if event-item is chest named "&fKitPVP": - make player execute command "/kitpvp gui" + make player execute command "/kitpvp" cancel the event wait 2 tick