✨ Debug system — New /xs debug command to toggle debug mode at runtime, plus a DebugLogger that logs detailed internal operations for easier troubleshooting.
✨ Config auto-update with backup — When the config version changes, the old config is backed up as config_old.yml before generating the new one.
✨ Update checker — Checks the SpigotMC API for new versions on startup.
✨ Adventure MiniMessage color support — Internal color system upgraded to use Adventure's MiniMessage for better formatting.
✨ Shared dependency directory — Libby now downloads runtime libraries to plugins/X-API/ so all X plugins share dependencies instead of each having their own copy.
⚙️ Added .gitignore to exclude build artifacts from version control.
⚙️ Fixed console startup messages not having color. All logInfo, logWarning and logError messages now use the plugin prefix.
⚙️ Debug system now sends messages to the player who toggled it, and to console only when enabled via config. Command responses now use the prefix from config.yml.
⚙️ Fixed NoClassDefFoundError crash when FancyHolograms or DecentHolograms is not installed. All hologram API calls now use pure reflection.
⚙️ Debug messages now show the plugin name: [DEBUG] [X-SetSpawn] [Category] message.
⚙️ Fixed CommandListener hiding all namespaced commands. Now it only hides its own namespace (xsetspawn:*, x-setspawn:*).