Chodzi o komende /spawncustommob?
że jak wpiszesz to to co 2 sekundy sie pojawiają ???
#edit naprawiłem
command /moby [<text>]:
permission: op
trigger:
if arg 1 is set:
if arg 1 is "on":
set {mobyspawn} to true
send "&eOdpalono Moby!"
stop
if arg 1 is "off":
set {mobyspawn} to false
send "&eWyłączono Moby!"
stop
if arg 1 is not set:
send "Error" to player
stop
#użyj tego zamiast twojego jak miałeś if arg 1 is "off" to było set mobyspawn to true zamiast false