bentobox/src/main
tastybento 2d94e4447a Enables game mode addons to run as the only world (#661)
* Enables game mode addons to run as the only world.

Requires game mode addons to do the following in their onLoad:

1. Register commands
2. Be able to provide the chunk generator object because it will be used
to generate the worlds
3. Be able to provide the WorldSettings because the world name (string)
is required

* Sets world in CompositeCommand after onEnable

* Added Javadoc to Addon#onEnable and Addon#onLoad to better explain where to do what.
2019-05-04 22:56:55 +02:00
..
java/world/bentobox/bentobox Enables game mode addons to run as the only world (#661) 2019-05-04 22:56:55 +02:00
resources Enables game mode addons to run as the only world (#661) 2019-05-04 22:56:55 +02:00