- Updated Spigot API to 1.21-R0.1-SNAPSHOT
(will only work on MC 1.21+ going forward) -
Added fixCrafterMapCrash, which prevents players from opening crafters with map inside, thus preventing client-crashing booby traps. I believe the crash works by somehow exploiting Java<->Bedrock map recipe differences. To use this feature, add this new config module and enable it:
Code (YAML):
### Prevents players from opening crafters with map inside, thus preventing client-crashing booby traps fixCrafterMapCrash: true