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":