Skip to content

Instantly share code, notes, and snippets.

@lokka30
Last active November 1, 2022 00:53
Show Gist options
  • Save lokka30/1c59e30a3b84aabd32d1668dca5949c7 to your computer and use it in GitHub Desktop.
Save lokka30/1c59e30a3b84aabd32d1668dca5949c7 to your computer and use it in GitHub Desktop.
LevelledMobs4 Commands Planner

Commands

Command Tree

  • /lm
    • Standard Sub-commands
      • /lm about
        • View miscellaneous information about the installed LevelledMobs plugin version.
        • Aliases: info, version
      • /lm backup
        • Backup LM configuration files.
      • /lm confirm
        • Confirm a potentially dangerous action.
      • /lm egg
        • Manage custom spawn eggs for levelled mobs.
      • /lm help
        • Lists available commands and Wiki links for each command,
      • /lm kill
      • /lm reload
        • Reload most of the plugin's internals, i.e., reload configs and clear caches.
        • Aliases: rl
      • /lm spawner
        • Manage custom spawners for levelled mobs.
      • /lm summon
        • Summon a levelled mob under specific parameters.
    • Advanced Sub-commands
      • /lm routine
        • Run an administrative routine, only intended for developers and advanced users.
        • Available routines are listed separately.
        • Usage: /lm routine {id} {params...}

Available Routines

The following is a list of routines which can be run in /lm routines. These are only intended for use by LevelledMobs developers and advanced users.

  • compatibility
    • Run the compatibility diagnostic. It will recommend changes to known server configuration flaws, and it will report important information such as the server version so that the output of this command can be used to help support staff analyse an issue.
  • unlevel-all
    • Removes the level of all loaded levelled mobs on the server.
  • reset-configs
    • Backs up and resets the configuration files. Note that this also performs a reload, so the default configs will immediately take effect.
  • halt
    • All of LevelledMobs' secondary listeners are unregistered, which essentially disables any of the Functions in settings.yml from running.
    • To reverse this, run halt again, and it will re-register those listeners.
    • Halts do not persist over server restarts or reloads – it only persists over /lm reload calls.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment