2023-04-26 14:44:54 +00:00
|
|
|
#--------------------------------------------------
|
|
|
|
#
|
|
|
|
# MIRRICRAFT
|
|
|
|
# by Christer Warén / Warén Group
|
|
|
|
#
|
|
|
|
#--------------------------------------------------
|
2020-11-08 13:49:53 +00:00
|
|
|
|
2024-01-19 22:09:02 +00:00
|
|
|
on damage:
|
|
|
|
if attacker's world is "lobby":
|
|
|
|
if victim is "Robotti825":
|
|
|
|
if attacker doesn't have the permission "group.jasen":
|
|
|
|
message "&7[&r%victim%&7]&r Annoin sinulle jäsenroolin, muistathan käyttäytyä!" to attacker
|
|
|
|
if attacker doesn't have the permission "group.aikainenjasen":
|
|
|
|
make console execute command "/lp user %attacker% group add jasen"
|
2024-01-15 02:27:02 +00:00
|
|
|
else:
|
2024-01-19 22:09:02 +00:00
|
|
|
message "&7[&r%victim%&7]&r Olet jo jäsen" to attacker
|