Skip to content

Plugins List

Lumo Server includes 20+ carefully selected plugins organized by functionality.

Purpose: Multi-world management system
Features: Create, delete, and manage multiple worlds
Commands: /mv create, /mv tp, /mv list
Links: Modrinth | Docs

Purpose: Create portals between worlds
Features: Custom portal creation, portal networks
Commands: /mvp create, /mvp select
Links: Modrinth

Purpose: Link nether portals to specific worlds
Features: Custom nether portal destinations
Links: Modrinth

Purpose: Create sign-based portals
Features: Right-click signs to teleport
Links: Modrinth

Purpose: Separate inventories per world group
Features: Prevents creative items in survival
Links: Modrinth

Purpose: Generate empty void worlds
Features: Perfect for hub/spawn areas
Used in: Hub world
Links: Modrinth

Purpose: Efficient world editing
Features: Large-scale terrain editing, async operations
Commands: //wand, //set, //copy, //paste
Performance: Async processing prevents lag
Links: Modrinth | Docs

Purpose: Region protection and management
Features: Protect builds, set region flags, PvP zones
Commands: /rg define, /rg flag, /rg claim
Links: Modrinth | Docs

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

Purpose: Allow newer clients to join
Features: Protocol translation for newer Minecraft versions
Links: Modrinth | Docs

Purpose: Allow older clients to join
Features: Protocol translation for older Minecraft versions
Links: Modrinth

Purpose: Proximity voice chat
Features: In-game voice communication, 3D positional audio
Port: 24454/udp (must be exposed)
Commands: /voice
Links: Modrinth | Docs

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

Purpose: Reduce server lag
Features: Entity cleanup, chunk optimization
Links: Modrinth

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

Purpose: Tree felling
Features: Break one log, entire tree falls
Links: Spiget

Purpose: Death chests
Features: Items stored in chest on death
Links: Modrinth

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

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

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

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

Purpose: Custom NPCs
Features: Create NPCs with custom skins, actions
Commands: /npc create, /npc edit
Works with: Shopkeepers for shop NPCs
Links: Modrinth

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

Purpose: Enhanced terrain generation
Features: 100+ custom biomes, improved caves, mountains
Applied to: lumo_wilds world
Location: /server/datapacks/
Links: Modrinth | Docs

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)
CategoryCount
World Management6
Building & Creative3
Compatibility2
Communication1
Performance2
Protection & Utilities3
Permissions & Economy3
Shops & Economy3
Maps1
Total24

See Plugin Configuration for how to add custom plugins.