Skip to content
James Harrell edited this page May 20, 2021 · 5 revisions

Errors

This page is a helpful place to come if you are getting an error. All of the default errors that ModuCore will spit out when something is wrong are documented here as well as a few common things that people do wrong.

Table of Contents


broadcast_list_empty

Your broadcast message list is empty but your auto broadcaster is still enabled.

Steps to Resolve: You only need to do one of the following.

  • disable auto_broadcast in the modules.yml
  • add messages to the broadcast.messages setting in the config.yml

default_rtp_world_invalid

The default RTP world in your config.yml (randomtp.default_world) is not a valid world. Until this is resolved, the player's world will be used as a fallback.

Steps to Resolve:

  • edit your config.yml and change the default world to a valid world name on your server OR "" for no default world.

kit_player_command_failed

Sent when a player command for a kit isn't successful. This shouldn't ever happen. If it does, please make a bug report.


kit_console_command_failed

Sent when a console command fails for a player. This shouldn't ever happen. If it does, please make a bug report.


kit_invalid_item

Sent when kits are being loaded and one of the items in the list of items is not able to be deserialized correctly.

This is usually because an item was edited manually and was messed up during that process.

The rest of the items will still be available in the kit, so you can see which ones are missing.

Steps to Resolve:

  • claim or preview the kit in-game
  • see what item is missing from the kit
  • this is the item that broke. you can either remove it and add it back, or try and fix it yourself.

Clone this wiki locally