Nahrát soubory do „“

main
Nexus 2023-01-07 19:34:09 +00:00
parent 94b39c8568
commit d7db4addc9
1 changed files with 22 additions and 0 deletions

22
sgchest.sk 100644
View File

@ -0,0 +1,22 @@
variables:
{sgchest} = false
command /sgchest [<text>]:
permission: op
trigger:
if arg-1 is not set:
send "&c/sgchest on &7- zapne loot chestiek" to player
send "&c/sgchest off &7- vypne loot chestiek" to player
if arg-1 is "on":
set {sgchest} to true
if arg-1 is "off":
set {sgchest} to false
on right click on chest:
if {sgchest} = true:
cancel event
wait 1 tick
break the block
else if {sgchest} = false:
stop