Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
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
-
Custom Generation: Uses a dedicated
ChunkGeneratorandBiomeProviderto ensure the entire world consists of exactly one biome. -
Two Generation Modes:
-
FLAT: Perfect for building or flat-map challenges.
-
NOISE: Uses a Perlin-based system for smooth hills and natural terrain shapes.
-
Advanced Tree Logic: Features a custom tree generation system with different styles (
SIMPLEorVANILLA) 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
- Biome Selection: Filter and search through all allowed biomes.
- Mode Toggle: Switch between Flat and Noise terrain instantly.
- Tree Settings: 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
- Mob Suppression: Optional listener to block natural mob spawning in managed worlds.
- Whitelist System: Restrict available biomes for your players via
config.yml. - Auto-Load: Automatically reloads all managed worlds upon server startup.
- Modern API: Built strictly for Paper/Purpur 1.21.x using Java 21.
Installation
- Place the
PrIymeSingleBiomeWorldGen.jarin your/pluginsfolder. - Restart your server.
- Use
/sbw guito start creating your first world. - 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.


