Recent content by Luther Pope

  1. L

    Guide MockBukkit: A Testing Framework for Minecraft Plugins

    You may create unit tests for your plugins without having to run a server by using MockBukkit, which offers mock implementations of the Bukkit API. This implies that, like any other Java application, you can quickly and reliably check how your plugin is acting.