caramel
caramel
This data is not used in Minecraft 1.16.2 and later versions
Tested in the three situations TestPlugin.java ```java @Override public void onEnable() { this.getServer().getPluginManager().registerEvents(this, this); /* * Get status at the same time as entity spawn */ this.getServer().getCommandMap().register("boat", new Command("boat") {...
[comment](https://github.com/PaperMC/Paper/commit/f9c7f2a5c125e92a986f146ba859de189e26814b#diff-824941af49178f5596d8df15aca56c8b02934fae22f80e87e758dfff5410f227R112) Also, the issue of failing tests in nested classes has been resolved.