Plugins List
Lumo Server includes 20+ carefully selected plugins organized by functionality.
World Management
Section titled “World Management”Multiverse-Core
Section titled “Multiverse-Core”Purpose: Multi-world management system
Features: Create, delete, and manage multiple worlds
Commands: /mv create, /mv tp, /mv list
Links: Modrinth | Docs
Multiverse-Portals
Section titled “Multiverse-Portals”Purpose: Create portals between worlds
Features: Custom portal creation, portal networks
Commands: /mvp create, /mvp select
Links: Modrinth
Multiverse-NetherPortals
Section titled “Multiverse-NetherPortals”Purpose: Link nether portals to specific worlds
Features: Custom nether portal destinations
Links: Modrinth
Multiverse-SignPortals
Section titled “Multiverse-SignPortals”Purpose: Create sign-based portals
Features: Right-click signs to teleport
Links: Modrinth
Multiverse-Inventories
Section titled “Multiverse-Inventories”Purpose: Separate inventories per world group
Features: Prevents creative items in survival
Links: Modrinth
VoidWorld
Section titled “VoidWorld”Purpose: Generate empty void worlds
Features: Perfect for hub/spawn areas
Used in: Hub world
Links: Modrinth
Building & Creative
Section titled “Building & Creative”FastAsyncWorldEdit (FAWE)
Section titled “FastAsyncWorldEdit (FAWE)”Purpose: Efficient world editing
Features: Large-scale terrain editing, async operations
Commands: //wand, //set, //copy, //paste
Performance: Async processing prevents lag
Links: Modrinth | Docs
WorldGuard
Section titled “WorldGuard”Purpose: Region protection and management
Features: Protect builds, set region flags, PvP zones
Commands: /rg define, /rg flag, /rg claim
Links: Modrinth | Docs
PlotSquared
Section titled “PlotSquared”Purpose: Plot-based creative world
Features: Auto-generated plots, plot claiming, merging
Used in: Lumo City world
Commands: /plot claim, /plot auto, /plot merge
Built from source: Latest version for compatibility
Links: GitHub | Docs
Compatibility & Protocol
Section titled “Compatibility & Protocol”ViaVersion
Section titled “ViaVersion”Purpose: Allow newer clients to join
Features: Protocol translation for newer Minecraft versions
Links: Modrinth | Docs
ViaBackwards
Section titled “ViaBackwards”Purpose: Allow older clients to join
Features: Protocol translation for older Minecraft versions
Links: Modrinth
Communication & Social
Section titled “Communication & Social”Simple Voice Chat
Section titled “Simple Voice Chat”Purpose: Proximity voice chat
Features: In-game voice communication, 3D positional audio
Port: 24454/udp (must be exposed)
Commands: /voice
Links: Modrinth | Docs
Performance & Optimization
Section titled “Performance & Optimization”Chunker
Section titled “Chunker”Purpose: Pre-generate world chunks
Features: Reduces lag by pre-generating terrain
Commands: /chunker start, /chunker pause, /chunker status
Config: /data/plugins/Chunker/config.yml
ENV: ENABLE_CHUNKER=true
Links: Modrinth
LagFixer
Section titled “LagFixer”Purpose: Reduce server lag
Features: Entity cleanup, chunk optimization
Links: Modrinth
Protection & Utilities
Section titled “Protection & Utilities”CoreProtect
Section titled “CoreProtect”Purpose: Block logging and rollback
Features: Track all block changes, rollback griefing
Commands: /co inspect, /co rollback, /co restore
Database: SQLite in /data/plugins/CoreProtect/
Links: Modrinth | Docs
SmoothTimber
Section titled “SmoothTimber”Purpose: Tree felling
Features: Break one log, entire tree falls
Links: Spiget
SimpleDeathChest
Section titled “SimpleDeathChest”Purpose: Death chests
Features: Items stored in chest on death
Links: Modrinth
Permissions & Economy
Section titled “Permissions & Economy”LuckPerms
Section titled “LuckPerms”Purpose: Advanced permissions management
Features: Groups, permissions, inheritance, web editor
Commands: /lp user, /lp group, /lp editor
Storage: File-based in /data/plugins/LuckPerms/
Links: Modrinth | Docs
Purpose: Economy and permissions API
Features: Provides API for economy plugins
Used by: Essentials, QuickShop, Shopkeepers
Links: Spiget
EssentialsX
Section titled “EssentialsX”Purpose: Essential commands and economy
Features: /home, /warp, /tpa, economy system, kits
Commands: /sethome, /home, /warp, /balance, /pay
Config: /data/plugins/Essentials/
Links: Modrinth | Docs
Shops & Economy
Section titled “Shops & Economy”QuickShop-Hikari
Section titled “QuickShop-Hikari”Purpose: Chest-based player shops
Features: Create shops from chests, buy/sell items
Commands: /qs create <price>, /qs buy, /qs sell
How to use: Place chest, hold item, /qs create <price>
Links: Modrinth | Docs
Shopkeepers
Section titled “Shopkeepers”Purpose: NPC-based admin shops
Features: Create villager/NPC shops for server economy
Commands: /shopkeeper, /shopkeeper give
Works with: FancyNpcs for custom models
Links: GitHub | Docs
FancyNpcs
Section titled “FancyNpcs”Purpose: Custom NPCs
Features: Create NPCs with custom skins, actions
Commands: /npc create, /npc edit
Works with: Shopkeepers for shop NPCs
Links: Modrinth
Maps & Visualization
Section titled “Maps & Visualization”BlueMap
Section titled “BlueMap”Purpose: Web-based 3D map viewer
Features: Real-time map rendering, markers, regions
Access: http://your-server:8100
Port: 8100/tcp (must be exposed)
Config: /data/plugins/BlueMap/
Worlds: Pre-configured for all Lumo worlds
Links: Modrinth | Docs
World Generation
Section titled “World Generation”Terralith (Datapack)
Section titled “Terralith (Datapack)”Purpose: Enhanced terrain generation
Features: 100+ custom biomes, improved caves, mountains
Applied to: lumo_wilds world
Location: /server/datapacks/
Links: Modrinth | Docs
Plugin Dependencies
Section titled “Plugin Dependencies”Some plugins depend on others:
graph TD A[Vault] --> B[Essentials] A --> C[QuickShop] A --> D[Shopkeepers] E[WorldEdit/FAWE] --> F[WorldGuard] G[LuckPerms] --> H[All Plugins] I[Multiverse-Core] --> J[MV-Portals] I --> K[MV-NetherPortals] I --> L[MV-SignPortals] I --> M[MV-Inventories]Critical plugins (required by others):
- Vault
- LuckPerms
- Multiverse-Core
- WorldEdit/FAWE (for WorldGuard)
Plugin Count by Category
Section titled “Plugin Count by Category”| Category | Count |
|---|---|
| World Management | 6 |
| Building & Creative | 3 |
| Compatibility | 2 |
| Communication | 1 |
| Performance | 2 |
| Protection & Utilities | 3 |
| Permissions & Economy | 3 |
| Shops & Economy | 3 |
| Maps | 1 |
| Total | 24 |
Adding More Plugins
Section titled “Adding More Plugins”See Plugin Configuration for how to add custom plugins.
Next Steps
Section titled “Next Steps”- Plugin Configuration - Configure installed plugins
- Environment Variables - Plugin-related ENV vars
- Troubleshooting - Common plugin issues