Update
This commit is contained in:
@@ -1,8 +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"
|
||||
#--------------------------------------------------
|
||||
#
|
||||
# MIRRICRAFT
|
||||
# by Christer Warén / Warén Group
|
||||
#
|
||||
#--------------------------------------------------
|
||||
|
||||
on rightclick on entity:
|
||||
if clicked entity is a citizen:
|
||||
@@ -13,4 +14,4 @@ on rightclick on entity:
|
||||
if player doesn't have the permission "group.aikainenjasen":
|
||||
make console execute command "/lp user %player% group add jasen"
|
||||
else:
|
||||
message "&7[&r%name of clicked entity%&7]&r Olet jo jäsen" to player
|
||||
message "&7[&r%name of clicked entity%&7]&r Olet jo jäsen" to player
|
||||
|
||||
Reference in New Issue
Block a user