Skip to content

Commands

lokka30 edited this page Jul 13, 2021 · 20 revisions

The following commands are available for LevelledMobs purposed for administrators to manage the plugin and existing levelled mobs in your worlds.


This page is partly outdated as it was last modified in Jan 2021. We will update this information in the near future. Please chat to us on our Discord if you have any issues.


To view the permissions in more depth, please see the Permissions page of this wiki.

  • /levelledmobs

    • Base command of the plugin. Running it without supplying any arguments will return a list of commands you can use.
    • Requires permission levelledmobs.command
  • /levelledmobs summon

    • Similar to Minecraft's /summon command, this spawns in a levelled mob of your specification. For example, you can spawn a Level 1 Zombie at Notch's location, or 5 blocks above your head.
    • Requires permissions levelledmobs.command and levelledmobs.command.summon
    • Usages (self-explanatory)
      • /levelledmobs summon <amount> <entity> <level> here
      • /levelledmobs summon <amount> <entity> <level> atPlayer <player>
      • /levelledmobs summon <amount> <entity> <level> atLocation <x> <y> <z> [world]
  • /levelledmobs kill

    • Similar to Essentials' /killall command, this kills only levelled mobs nearby or all in the world of your specification.
    • Requires permissions levelledmobs.command and levelledmobs.command.kill, plus an extra permission for each subcommand found below in the Usages section.
    • Usages:
      • /levelledmobs kill all [world/*]
        • This kills all levelled mobs in the sender's world or the specified world. If the * character is specified in the world argument, then it will kill all levelled mobs in all worlds loaded on the server.
        • Requires additional permission levelledmobs.command.kill.all
      • /levelledmobs kill near <radius>
        • This kills all levelled mobs within the radius of the sender.
        • Requires additional permission levelledmobs.command.kill.near
  • /levelledmobs reload

    • Similar to a lot of plugins' reload subcommands, this simply reloads the configuration files from the disk to apply its changes without having to restart your server.
    • Requires permissions levelledmobs.command and levelledmobs.command.reload
  • /levelledmobs info

    • This subcommand prints information about the version of the plugin installed, including its name, version, author, description, list of supported Minecraft versions and the great code contributors that also made this plugin possible.
  • /levelledmobs compatibility

    • This subcommand runs the compatibility checker. Simply check the console logs to see if your server may be missing significant features or running an unsupported configuration.
    • Requires permissions levelledmobs.command and levelledmobs.command.compatibility

Clone this wiki locally