-
-
Notifications
You must be signed in to change notification settings - Fork 25
Installation
Download the plugin and put it in your plugins/ directory. Hypeverse
will automatically detect loading worlds, and create configurations for these worlds.
Hyperverse cannot set the generator for your main world (level-name in server.properties).
If you want to change the generator for the main world, e.g, to make a PlotSquared world your
main world, then you need to update bukkit.yml and add:
worlds:
<world>:
generator: PlotSquaredwhere <world> is replaced by the world name.
Worlds are created using the /hyperverse create command. This world requires two arguments: a world name, and the generator. The world accepts some optional parameters: type, seed, generate-structures, settings.
The full command syntax looks like this: /hyperverse create <world> [generator: plugin name, vanilla][:[args]] [type: overworld, nether, end] [seed] [generate-structures: true, false] [settings...]
Parameters:
Required:
- world: The world name. Should be lowercase. The name may only contain alphanumerical characters, "-", "_" and "."
- generator: The world generator that should be used to generate this world. Use
vanillato generate a vanilla world, or a plugin name to use a plugin generator. You can specify a generator ID by adding:idto the generator name. As an example, to generate a PlotSquared world with red wool as floor blocks, usePlotSquared:floor=red_wool
Optional:
- type: The world dimension. Accepted values are:
overworld,nether,end - generate-structures: Set to
trueto generate structures in the world, else usefalse - settings: Generator settings. Mainly used for flatworld generation. Don't use this unless you know what you're doing.