
No Crop Trample - Защита грядок от вытаптывания
No Crop Trample - это легкий мод для Minecraft на Fabric, который предотвращает превращение грядок в землю при прыжках игроков и мобов. Настройте защиту сервера в пару кликов.
Список изменений
🐛 Bug Fixes
/nocroptrample status and /nocroptrample empty were showing wrong values
The Empty farmland trampling prevention row in the status output was actually displaying the player prevention flag's value. Similarly, /nocroptrample empty (with no argument) was showing the player setting instead of its own. Both now display the correct value.
Empty farmland protection had no effect in certain configurations If Empty trampling prevention was ON but both Player prevention and Mob prevention were OFF, trampling still went through. Empty farmland protection now works independently of the player and mob settings.
Farmland under grown pumpkin/melon stems was incorrectly treated as empty Once a pumpkin or melon fruit grows, the stem block changes type — and the mod was no longer recognizing it as a crop, leaving the farmland beneath unprotected. Fruit-bearing stems are now correctly detected.
OP permission level check was not enforcing the required level
Commands that modify settings (e.g. /nocroptrample player on) were supposed to require OP level 2 (Gamemaster), but accepted any OP regardless of their assigned level. Only level 2+ operators can now use these commands.
Upgrading from very old versions could silently disable empty farmland protection Users upgrading from before v1.2.0 (when the empty trampling setting didn't exist yet) could have the setting incorrectly read as disabled because the key was absent from their config file. This is now handled correctly.
