GWorld Documentation (EN)
Introduction
Welcome to GWorld v2 GWorld is a modern, powerful world management system for Spigot and Paper se...
Changelog & Version History
Here we document all changes, new features, and bug fixes of GWorld v2. We recommend that server ...
Administrators (User-Guide)
Command overview
Commands & Permissions <required> - To execute the command, this argument must be specified.[opt...
Standard configuration files
Here you will find all configuration and language files that come with GWorld v2. If any section...
Migration from v1-legacy to v2
GWorld v2 features intelligent migration systems that make the transition from older versions or ...
Switching from YAML (file) to MySQL (DB)
GWorld v2 features intelligent migration systems that make transitioning from older versions or s...
The flags and their possible values
Here you will find an overview of all possible flags and the values that can be selected for them...
PlaceholderAPI (PAPI) Integration
GWorld v2 offers native support for PlaceholderAPI. This means you do not need to download an add...
/gcreate - Create Worlds
Create worlds Creating worlds is one of the main functions of GWorld. The command is more powerf...
/gset - Configure worlds
With the command /gset, you can change the properties of your worlds in real time. The big advant...
/gimport - Import existing worlds
Do you already have a world from another server or from single player? With /gimport you can impo...
/grecreate - Reset a world to its original state
Sometimes it can be useful to reset a world to its original state. For example, to reuse a farm w...
/ginfo - Informationen about a world
Sometimes it can be helpful to see all the information and settings for a world at a glance.The c...
/gtp - Teleport between worlds
Teleporting between worlds is also an important function. The command may seem a little complica...
Developers (API)
GWorld v2 offers a modern API for managing and creating worlds and changing settings (flags) prog...
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...