Bir oyuncuya ./op yazdıgınızda sizden şifre istemektedir bunu değiştirebilirsiniz kendinize göre editliyebilirsiniz
Kod:
options:
opsifresi: 123456 #OP Şifresini buradan değiştirin.
command /op [<player>] [<text>]:
permission: op.ver
trigger:
if arg-1 is set:
if arg-2 is "{@opsifre}":
execute console command "/op %arg 1%"
if arg-2 is not "{@opsifre}":
send "&4Şifreyi yanlış girdin."
if arg-1 is not set:
send "&4Kimin OP yapılacağı yazılmamış."
command /deop [<player>] [<text>]:
permission: op.al
trigger:
if arg-1 is set:
if arg-2 is "{@opsifre}":
execute console command "/deop %arg 1%"
if arg-2 is not "{@opsifre}":
send "&4Şifreyi yanlış girdin."
if arg-1 is not set:
send "&4Kimin OP yetkisi alınacağı yazılmamış."
command "/bukkit:deop" "/bukkit:deop " "/bukkit:op" "bukkit:op ":
cancel event
send "&cBu komut yasaklanmıştır."