Skip to content

Documentation Debug Misc

lokka30 edited this page Jul 26, 2021 · 25 revisions
Last updated: 07/25/21
Version: 3.1.0 b472

Debug-Misc

debug-misc: [ '' ]

These are all of the potential debug options to input into the debug-misc: config line located within settings.yml.

You can use multiple debug options, separated by commas.

  • APPLY_LEVEL_SUCCESS - Reports when LM applied a level, successfully.
  • APPLY_LEVEL_FAIL - Reports when LM does not apply a level, successfully.
  • ENTITY_SPAWN - Reports when an entity has spawned and LM has taken over.
  • RANGED_RAMAGE_MODIFICATION - Reports the adjusted ranged damage output from projectiles.
  • ENTITY_TAME - Reports when a levelled entity has been tamed.
  • SET_LEVELLED_ITEM_DROPS - Reports when LM adjusts an entity's experience or item drops.
  • UPDATE_NAMETAG - Reports when LM updates a nametag.
  • CUSTOM_DROPS - Reports when a CustomDrop from LM has been processed.
  • ENTITY_TRANSFORM_FAIL - Reports when an entity that has 'transformed' has not received a level.
  • ENTITY_MISC - Reports when a baby entity ages into an adult, levelled entity.
  • CUSTOM_COMMANDS - Reports when a CustomCommand from the CustomDrop system has been processed.
  • MOB_SPAWNER - Reports entities which have been levelled from a Spawner Cube.
  • DENIED_RULE_ENTITIES_LIST - Reports a level being denied due to exclusion from entity list.
  • DENIED_RULE_MINLEVEL - Reports a level being denied due to the minimum not being reached.
  • DENIED_RULE_MAXLEVEL - Reports a level being denied due to the value being over maximum.
  • DENIED_RULE_WORLD_LIST - Reports a level being denied due to an entity spawning in an excluded world list.
  • DENIED_RULE_BIOME_LIST - Reports a level being denied due to an entity spawning in an excluded biome list.
  • DENIED_RULE_PLUGIN_COMPAT - Reports a level being denied due to a specific plugin being excluded.
  • DENIED_RULE_SPAWN_REASON - Reports a level being denied due to a specific excluded allowed-spawn-reason:.
  • DENIED_RULE_CUSTOM_NAME - Reports a level being denied due to the CustomName matching a configured value.
  • DENIED_RULE_RULE_CHANCE - Reports a level being denied due to random chance configuration.
  • DENIED_RULE_WG_REGION - Reports a level being denied due to the rules of a WorldGuard region.
  • DENIED_RULE_RULE_Y_LEVEL - Reports a level being denied due to the entity's position being above or below a specific Y-Coordinate configured.
  • DENIED_RULE_RULE_STOP_PROCESSING - Reports a level being denied due to the stop-processing: config option.
  • PLAYER_LEVELLING - Reports a level being denied due to any conflicts with the Player Levelling strategy, if utilized.

Clone this wiki locally