on command:
set {_} to permission of command "%command%"
if "%{_}%" is not set:
stop
if player has permission "%{_}%":
stop
cancel event
send "Nie masz uprawnień"
Wymaga: LimeSK, silnik PaperMC 1.12.2+
Taki skrypt jest bardzo łatwy do napisania. Jeżeli będę w domu mogę Ci go napisać
Dodatkowo zrób to co napisał ci Kormic
Edit:
variables:
{kasa::%player%}: 0
command /swiat [<text>]:
trigger:
if {kasa::%player%} < 100:
send "masz za mało kasy"
stop
create world using creator named "%player%"
teleport player to spawn of world "%player%"
command /kasa [<text>]:
trigger:
send "Masz: %{kasa::%player%}%"
Wymaga: MundoSK