#Anti block breaking prevention system

1 messages · Page 1 of 1 (latest)

glass rapids
#

server only

#

im pretty sure

crude matrix
#
world.beforeEvents.playerBreakBlock.subscribe((async event =>{
    event.cancel = true;
}))```
#

@glass rapids

crude matrix
#

Idk