From 90094a0f66e3d6719399ef493997370cf174abca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sun, 8 Nov 2020 15:49:53 +0200 Subject: [PATCH] NPC Update --- mirricraft-npc.sk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mirricraft-npc.sk b/mirricraft-npc.sk index 80832ed..a37c535 100644 --- a/mirricraft-npc.sk +++ b/mirricraft-npc.sk @@ -1,4 +1,9 @@ # --- NPC --- +on script load: + set {citizens} to yml value "PluginHooks.Npc" of file "plugins/Skellett/config.yml" + if {citizens} is false: + disable script "mirricraft-npc.sk" + on rightclick on entity: if clicked entity is a citizen: if player's world is "lobby":