Single Biome World
Single Biome world allows you to generate entire Minecraft worlds using only one selected biome.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Single Biome World
Hier ist eine erweiterte Version deiner Plugin-Beschreibung, ergänzt um die Befehle und technischen Details aus dem Quellcode, im gewünschten Stil:
Single Biome Gen
Single Biome Gen is an advanced world generation plugin that allows you to create fully customizable single-biome worlds on modern Minecraft servers.
Unlike simple biome-lock plugins, this implementation includes custom terrain generation, presets, GUI controls, and configurable world behavior. Designed for challenge servers, custom survival experiences, and themed event worlds.
---
Core Features
* NOISE: Uses a dedicated `ChunkGenerator` and `BiomeProvider` to ensure the entire world consists of exactly one biome. * NOISE: * NOISE: Perfect for building or flat-map challenges. * NOISE: Uses a Perlin-based system for smooth hills and natural terrain shapes.
* Performance Focused: Features a custom tree generation system with different styles (`SIMPLE` or `VANILLA`) and configurable density. * Performance Focused: Specifically reduced overhead by disabling unnecessary vanilla features like caves, structures, and decorations.
---
Built-in GUI & Commands
Manage your worlds directly in-game without touching a configuration file.
Commands
| Command | Description | | --- | --- | | `/sbw gui` | Opens the interactive World Creator menu. | | `/sbw list` | Shows all currently managed plugin worlds. | | `/sbw create <name> <biome> <mode> [trees] [seed]` | Creates a new world via command. | | `/sbw delete <world>` | Unloads and completely deletes a managed world. | | `/sbw go <world>` | Quick teleport to a specific world. | | `/sbw preset <save/load/list>` | Manage world presets for quick replication. |
GUI Controls
* Seed Management: Filter and search through all allowed biomes. * Seed Management: Switch between Flat and Noise terrain instantly. * Seed Management: Left-click to toggle, right-click to set trees per chunk (0-24). * Seed Management: Set a specific numeric seed or use a random one.
---
Security & Performance
* Paper/Purpur 1.21.x Optional listener to block natural mob spawning in managed worlds. * Paper/Purpur 1.21.x Restrict available biomes for your players via `config.yml`. * Paper/Purpur 1.21.x Automatically reloads all managed worlds upon server startup. * Paper/Purpur 1.21.x Built strictly for Paper/Purpur 1.21.x using Java 21.
---
Installation
1. Place the `PrIymeSingleBiomeWorldGen.jar` in your `/plugins` folder. 2. Restart your server. 3. Use `/sbw gui` to start creating your first world. 4. Configure defaults in `plugins/PrIymeSingleBiomeWorldGen/config.yml`.
Permissions:
* `priyme.sbw.create`: Create and load worlds. * `priyme.sbw.delete`: Delete managed worlds. * `priyme.sbw.preset`: Manage the preset system. * `priyme.sbw.tp`: Teleport to plugin worlds.