AzMultiverse
Unlimited worlds, unlimited possibilities
✨ Features
- Dynamic World Creation - Create Normal, Nether, End, Flat, Void & Custom worlds instantly
- World Management - Load, unload, delete, clone & regenerate worlds with ease
- Economy Integration - Set entry fees and monetize world access via Vault
- Permission System - Fine-grained access control with world-specific permissions
- Multi-Database Support - YAML, MySQL, SQLite & MongoDB with connection pooling
- Performance Optimized - Async operations, thread safety & entity management
- PlaceholderAPI Support - Dynamic placeholders for enhanced integrations
- World Aliases - RGB/Hex color-coded world names for better UX
- Portal Management - Custom Nether/End linking and scaling
- Internationalization - Multi-language support with fallback messaging
| /azm create <world> [type] [env] |
Create a new world |
azmultiverse.admin |
| /azm delete <world> |
Delete a world |
azmultiverse.admin |
| /azm tp <world> [player] |
Teleport to world |
azmultiverse.teleport.self |
| /azm load <world> |
Load a world |
azmultiverse.admin |
| /azm unload <world> |
Unload a world |
azmultiverse.admin |
| /azm clone <source> <target> |
Clone a world |
azmultiverse.admin |
| /azm info <world> |
Show world info |
azmultiverse.use |
| /azm list |
List all worlds |
azmultiverse.use |
| /azm reload |
Reload configuration |
azmultiverse.admin |
| /azm maintenance <enable|disable|status> |
Toggle maintenance mode |
azmultiverse.maintenance |
Access Permissions:
- azmultiverse.access.<worldname> - Access specific world
- azmultiverse.bypass.gamemode.<worldname> - Bypass gamemode enforcement
⚙️ Requirements
- Minecraft: 1.8+ (Bukkit/Spigot/Paper)
- Java: 8+
- Dependencies:
- Vault (optional - for economy features)
- PlaceholderAPI (optional - for placeholders)
Configuration
Code (YAML):
# AzMultiverse Configuration
world:
auto-import-default-worlds
: true
enforce-access
: false
enforce-gamemode
: true
max-worlds
: 50
database:
type
: YAML
# YAML, MYSQL, SQLITE, MONGODB
economy:
enabled
: true
default-entry-fee
: 0.0
currency-symbol
: '$'
teleportation:
async
: true
safety-check
: true
warmup-time
: 3
cooldown-time
: 5
messages:
prefix
: '&7
[&bAzMultiverse&7
]&r '
world-created
: '&aWorld &e
{world
} &ahas been created!'
teleporting
: '&aTeleporting to &e
{world
}&a
...'
In-Game Messages
Code (Text):
&7[&bAzMultiverse&7] &aWorld created successfully!
&7[&bAzMultiverse&7] &eTeleporting to spawn...
&7[&bAzMultiverse&7] &cInsufficient funds! Entry fee: $50
World Types
- NORMAL - Standard overworld generation
- NETHER - Nether dimension with lava and netherrack
- THE_END - End dimension with void and end stone
- FLAT - Superflat worlds for building
- VOID - Completely empty worlds
- CUSTOM - Use custom world generators
[hr]
ᴍᴀᴅᴇ ᴡɪᴛʜ ❤️ ʙʏ GamingHuzai
Building infinite worlds, one block at a time