Developers (API)
GWorld v2 offers a modern API for managing and creating worlds and changing settings (flags) programmatically.
Version v2.0.1
1. Setup & Integration
To use GWorld v2 in your plugin, you must add it as a dependency. 1. Maven Dependency Add the cor...
2. Create worlds (Builder)
In GWorld v2, new worlds are created using the builder pattern. This separates the configuration ...
3. Management & Control
The IWorldManager manages all worlds, while the IManageableWorld object allows control over a spe...
4. Flags & Properties
GWorld allows you to change world settings (flags) programmatically. These settings are stored pe...