Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
XaeroMapPlugin
Allows Compatability between Xaero's map mods and Paper Server.
Based on Xaero Map Spigot.
Includes global and per-world settings for rules:
allowCaveMode
allowNetherCaveMode
allowRadar
Includes command for setting player's rules individuall:
/xm rule <player> <allowCaveMode> <allowNetherCaveMode> <allowRadar>
As well as a command to reload the configuration file:
/xm reload
Config
# Only records the level-id, it is set in xaeromap.txt
level-id: 0
# The default for these rules when not set per-world
default-allowCaveMode: true
default-allowNetherCaveMode: true
default-allowRadar: true
worlds: {
# Each world config is specified in a segment
<WORLD_NAME>: {
# All values in the world segment are optional, defaulting to the `default-<RULE>`
allowCaveMode: false
allowNetherCaveMode: false
allowRadar: true
# This is the only exception, this will prevent rules from being sent on entry, despite how they are specified. Defaults to `true`
sendRulesOnEntry: true
}
}
Info
Disclaimer: XaeroMapPlugin is not associated with Xaero, Xaero's Minimap, or Xaero's World Map.
I made this because I was unsatisfied with XaeroMapSpigot and wanted the ability to set rules per world, or at any time, for a player.
Information
Category | Admin Tools |
---|---|
Published on | January 22, 2025 |
License | Unspecified |
Downloads | 65 |
Stars | 1 |
Watchers | 0 |
Pinned Versions
Pages
Members
Owner