Skip to content

mending-dev/WorldGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorldGenerator

A collection of world generators for Paper or Spigot servers (version 1.21+).
With WorldGenerator, server administrators can easily create customized worlds using the default Bukkit configuration system or world manager plugins such as Multiverse-Core or Worlds.


🚀 Features

  • Custom Generators
    Provides a growing collection of lightweight and specialized world generators.

  • Current Generators

    • VoidWorldGenerator – Creates completely empty worlds without terrain or structures. Perfect for lobby worlds, minigames, or technical setups.
  • Compatible with World Managers
    Works seamlessly with plugins like Multiverse-Core and Worlds, allowing you to generate, import, and manage custom worlds effortlessly.

  • Paper & Spigot Support
    Fully compatible with both Paper and Spigot 1.21 servers.


📦 Usage

WorldGenerator does not add commands on its own. Instead, it provides world generators that can be referenced when creating or importing worlds.

Example with Multiverse-Core

/mv create void_world normal -g VoidWorldGenerator

Example with Worlds

/world create void_world NORMAL NORMAL VoidWorldGenerator

... or use it manually in your bukkit.yml

worlds:
  world:
    generator: VoidWorldGenerator

This will create a completely empty world using the provided VoidWorldGenerator.


🗒️ Configuration

WorldGenerator itself does not require configuration.
All settings are managed through Bukkit’s world configuration system or your chosen world manager plugin.


⚖️ License

WorldGenerator is licensed under the MIT License. See LICENSE for details.