.. MockBukkit documentation master file, created by sphinx-quickstart on Fri Apr 17 15:32:39 2020. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. MockBukkit documentation! ====================================== MockBukkit is a powerful framework that makes the unit testing of Bukkit plugins easy! For each test, it will instantiate a mock server and provides methods of adding players and controlling them easily. It also gives the developer much more control over the scheduler, allowing quick and easy testing of plugins that use timers or delays. .. toctree:: :maxdepth: 2 :caption: Contents getting_started.rst first_tests.rst player_mock.rst world_mock.rst scheduler_mock.rst entity_mock.rst message_target.rst events.rst dependencies.rst custom_server_mock.rst adventure.rst maintainers.rst