Перейти к содержимому
Mineforgian

NoNaturalBlockBreak

Disable natural block breaking

Загрузки
70
Подписчики
1
Обновлён
11 марта 2025 г.
Лицензия
All-Rights-Reserved

Опубликован 11 марта 2025 г.

This plugin disables natural block breaking, Like torches, buttons, pressure plates and plants without support blocks (To name but a few!)

⚠️ Using this in survival world is not recommended! It's supposed to be used on lobby servers that have illegal decoration blocks.

The code is super simple:

@EventHandler
public void onBlockPhysics(BlockPhysicsEvent ev) {
  ev.setCancelled(true);
}

Комментарии

Загружаем…