LevelledMobs - The Ultimate Mob Levelling Solution
  • LevelledMobs v4.0
    • 🌏Home
    • 🤖Installation
    • 💢Errors and Running LM
    • 🗣️FAQ
    • ⚙️For Developers
    • 🔑Commands and Permissions
    • 🔥Debugging
    • 🪨Placeholders
    • 📈Performance & Tweaks
    • 💠[Github] Latest Release Version
  • The Default Files
    • 🌟Understanding the Modular Rules System
    • 🌟Running the Default Configuration
      • The Default / Presets
      • The Default / Default Rule
      • The Default / Custom Rules
    • 🌟rules.yml
      • Conditions
      • Strategies
      • Modifiers
      • Settings
      • 👾Sample Custom Rules
    • 🌟customdrops.yml
      • 👾Sample Custom Drops
    • 🌟externalplugins.yml
      • Known Plugin Keys
    • 🌟settings.yml
    • 🌟messages.yml
      • 🧙‍♂️Official Translations
  • Credits and Misc
    • 🐐Developers and Contributors
    • 🤟Donations
    • 📐bStats Metrics
Powered by GitBook
On this page
  • Did you receive any of these common errors?
  • If your server startup looks like this:
  • And performing a LevelledMobs reload looks like this:
  • Then your server is likely ready to use LevelledMobs!
  • Lets check for any Frequently Asked Questions.
  1. LevelledMobs v4.0

Errors and Running LM

PreviousInstallationNextFAQ

Last updated 1 year ago

Did you receive any of these common errors?

The YAML Mistake:

The Invalid Entry:

The second most common of errors, the invalid entry. While this does not affect every option, there are many which will inform you the operator via the console if there are any configuration options which include values which are invalid or unable to be processed by LevelledMobs. In some instances, an invalid value will not directly affect the functioning of the plugin; while in some instances an invalid value might disable certain features or the entire plugin.

The Missing Drop-Table

If you specify a rule using apply-settings: use-droptable-id:, and the table specified doesn't match a drop-tables: entry in the customdrops.yml file, then your console will be spammed by every instance where the table would have applied but couldn't because of the missing or invalid drop table name. We recommend either disabling the rule which applies the drop table, or replacing the table of the specified name.

If your server startup looks like this:

And performing a LevelledMobs reload looks like this:

Then your server is likely ready to use LevelledMobs!


Lets check for any Frequently Asked Questions.

The most common of errors, the YAML typo. YAML is a very unforgiving language when it comes to syntax and spacing mistakes. What this message is telling you is that while attempting to load a file, in this case the rules.yml, there was an error in the syntax which made the file unreadable. It then notifies you of where the rules became unreadable to the program, while will help you identify the location of the error. We also recommend simply taking the contents of your unreadable file and checking it against a free online .

💢
YAML Checker [ http://yamlchecker.com ]