I'm getting errors in the console!
If you're seeing errors in the server console, here's how to address them:
Read the error message carefully: The error message often contains clues about what went wrong. For example, a "YAML syntax error" points to a problem in your
.ymlfile, while a "type mismatch error" suggests that a value in your configuration has the wrong data type.Use the
ucilogscommand: This command will generate a log code that you can share with the developers in the UncomplicatedCustomServer Collective Discord server. This will help them diagnose the problem more quickly.Check for plugin updates: Make sure you're using the latest version of UncomplicatedCustomItems. An outdated version might have bugs that have been fixed in a newer release. Use the
uciupdatecheckcommand to see if an update is available.Ask for help in the Discord server: If you're still stuck, the UncomplicatedCustomItems Discord server is the best place to get help. Be sure to provide your
.ymlfile, the error message from the console, and the log code from theucilogscommand.
Last updated
Was this helpful?