NoNaturalBlockBreak
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4
平台: bukkit paper purpur spigot
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);
}请登录后举报
暂无评论,抢个沙发吧~