batuhanmck
Demir Madencisi
- En iyi cevaplar
- 0
Arkadaşlar bu koddaki hata nerededir?
Kod:
options:
prefix: &7[&dSchematics&7]
command /schems:
trigger:
if player is not op:
send "&cDu hast keine Berechtigung auf diesen Befehl!" to player
stop
else:
set {_schematics::*} to files in "plugins/WorldEdit/schematics"
send "{@prefix} &dEs wurden %size of {_schematics::*}% gefunden!" to player
loop {_schematics::*}:
add 1 to {_count}
send json of " &7%{_count}% " then " &b%loop-value%" run "/schematic load %loop-value%" tooltip "Linksklick um ""%loop-value%"" zum laden..." to player
stop