I making place of break needs op
Phraseology
On break, that script works as intended.
Only on place scripts are unintentionally.. Block installation is not possible even if there is an OP...
The on break script breaks the block if it's an op, and doesn't break it if it's not...
What is the problem... If you know... Please fix it and send it...
Code:
on place:
player is in world "world"
player don't have permission "admin"
cancel event
message "&c&lHey! &7Sorry, but you can't place that here." to player
play sound "entity.villager.no" with volume 2 at player
Phraseology
Code:
on break:
player is in world "world"
player don't have permission "admin"
cancel event
message "&c&lHey! &7Sorry, but you can't break that here." to player
play sound "entity.villager.no" with volume 2 at player
On break, that script works as intended.
Only on place scripts are unintentionally.. Block installation is not possible even if there is an OP...
The on break script breaks the block if it's an op, and doesn't break it if it's not...
What is the problem... If you know... Please fix it and send it...