TroubleshootingMy Resource Isn't Working

My Resource Isn't Working

Common causes when a config, plugin, bot, or setup doesn't behave as expected.

Before anything else

Make sure you're running the latest version of the resource and that you followed its README exactly — most issues trace back to one of these two things.

Minecraft configs

  • Nothing changed in-game — the file wasn't placed in the right plugin folder, or the plugin wasn't reloaded/restarted after replacing it.
  • Colors show as raw codes — the base plugin's version doesn't support MiniMessage formatting; update the base plugin.
  • Plugin fails to load the config — check the console error; it usually points to a YAML indentation issue introduced while editing.

Minecraft plugins

  • Plugin doesn't load — check the console for a missing-dependency error (e.g. a required library plugin) and confirm your server software/version matches what's listed on the resource page.
  • Commands don't work — check permissions; most plugins ship with their own permission nodes documented in the README.

Discord bots

  • Bot won't start — double-check the token in .env, and confirm you enabled any required intents in the Discord Developer Portal.
  • Bot is online but doesn't respond — confirm it has the permissions/roles the README asks for in your server.

Server setups

  • Missing textures or menus — the resource pack or a bundled plugin wasn't copied over; recheck the file mapping in the README.
  • Features partially work — setups bundle several plugins together; confirm every plugin the README lists is present and loaded.

Still stuck?

Open a ticket in the Discord with:

  • The resource you're having trouble with
  • Your Minecraft/server version
  • The resource's version
  • The exact error message
  • Relevant console logs or screenshots
  • What you've already tried