MapManager-Core
MapManager-Core is a Minecraft server plugin designed for efficient multi-world management with a simple and intuitive user interface.
Installation Guide
Before installation, ensure that Multiverse-core and LuckPerms plugins are present on your server. Installation is performed in three steps:
- Download the plugin file from official sources
- Place the downloaded MapManager-Core-{version}.jar archive into your server's plugins folder
- Restart the server to activate the plugin
World Permission System
Each private world operates with a three-tier access rights structure:
- Administrators (admin) — full control over the world, including member management, explosion and block update protection settings, changing world name and spawn point, defining world's public status
- Builders (builder) — rights to build in private worlds, available building permissions are configured through the worldbase group
- Visitors (visitor) — ability to enter private worlds for familiarization purposes without building rights
Permission Group Configuration
On first startup, the plugin automatically creates two base groups:
worldbase group provides permissions for the builder category. When creating a new world, the corresponding permission group automatically inherits worldbase parameters. It's recommended to add construction privileges (such as essentials.build, buildcore.protect.) and WorldEdit rights.
apply group configures server-wide rights for participants with access to private worlds. The permission group created during world formation inherits apply parameters. This parameter is optional for use.
Configuration File
Global system settings are defined in MapManagerConfig.yml file:
!MapManagerConfig
global:
exploded: null
physical: null
exploded parameter controls explosion damage permission. Physical effects (including block drops when destroyed) are regulated by the physical parameter. When set to null, the system follows individual settings of each world.
Command List
- /world admins — list of world administrators
- /world admin (add|remove)
— adding or removing administrators - /world builders — builders list
- /world builder (add|remove)
— adding/removing builders - /world visitors — all visitors
- /world visitor (add|remove)
— visitors composition setup (using "" makes world public) - /world physics [info|true|false] — information/enable/disable physics
- /world explosion [info|true|false] — explosion damage control
- /world pvp [info|true|false] — PvP mode settings
- /world kick
— player kick - /world setname
— world name change - /world setspawn — spawn point setup
- /world reload — configuration reload (requires mapmanager.administrator privileges)
- (administrative commands):
- /import — world loading and initialization (requirement: mapmanager.command.import)
- /delete [world] — world deletion (requirement: mapmanager.command.delete) ...