Mod & Plugin Issues
Troubleshoot problems with mods and plugins on your server.Plugin Issues (Bukkit/Spigot/Paper)
Plugin Not Loading
Console shows:- Wrong server version - Plugin needs updating
- Missing dependencies - Install required plugins
- Corrupted file - Re-download plugin
- Wrong server type - Needs Spigot but running Paper
- Check plugin’s required Minecraft version
- Install all dependencies listed on plugin page
- Download fresh copy from official source
- Verify server type compatibility
Plugin Loaded But Not Working
Check these:- Is it listed in
/plugins? (Green = enabled) - Do you have permission to use it?
- Is configuration correct?
- Any errors in console?
- Check plugin documentation
- Grant permissions:
/lp user <name> permission set <perm> true - Review and fix config files
- Update to latest version
Plugin Causing Crashes
Identify the culprit:- Check crash log for plugin name
- Remove plugins one by one
- Use Spark to profile
- Update the plugin
- Check for conflicts
- Report to plugin developer
- Find alternative plugin
Plugin Conflicts
Symptoms:- Features not working
- Errors mentioning multiple plugins
- Unexpected behavior
- Check known incompatibilities
- Update all plugins
- Remove duplicate functionality
- Use conflict resolution plugins
Mod Issues (Forge/Fabric)
Mod Not Loading
Console shows:- Wrong Minecraft version - Mod version mismatch
- Wrong mod loader - Fabric mod on Forge
- Missing dependencies - Required mods not installed
- Corrupted file - Download corrupted
- Download correct mod version for your MC version
- Use correct loader (Forge OR Fabric, not both)
- Install all required mods
- Re-download from official source
Server Crash with Mods
Diagnosing:- Check
crash-reportsfolder - Look for mod name in stack trace
- Check
latest.logfor errors
- Remove problematic mod
- Update mod to latest version
- Check for known conflicts
- Reduce number of mods
Client-Server Mod Mismatch
Error:- Ensure exact same mods on server and client
- Match versions precisely
- Share mod list with players
- Use modpack for easier sync
Mod Configuration Problems
Symptoms:- Mod features not working as expected
- Default values not appropriate
- Stop server
- Find config in
/config/folder - Edit configuration file
- Start server
Common Error Messages
”Unsupported major.minor version”
Cause: Wrong Java version Solution:- Minecraft 1.17-1.20.4: Java 17
- Minecraft 1.20.5+: Java 21
- Contact support to change Java
”NoClassDefFoundError” / “ClassNotFoundException”
Cause: Missing dependency or incompatible version Solution:- Check what class is missing
- Find which mod provides it
- Install the dependency
”Duplicate Mod” Error
Cause: Same mod installed twice Solution:- Check mods folder for duplicates
- Remove older/duplicate version
- Keep only one version
”Mixin Error”
Cause: Mod conflict at code level Solution:- Often caused by incompatible mods
- Check mod compatibility
- Remove one of conflicting mods
- Report to mod authors
Best Practices
For Plugins
- Only install what you need
- Download from trusted sources (SpigotMC, Modrinth)
- Keep plugins updated
- Read documentation before installing
- Test on backup server first
For Mods
- Verify version compatibility
- Install dependencies first
- Use modpacks for easier management
- Keep mod list documented
- Regular backups before changes
Troubleshooting Steps
1. Isolate the Problem
2. Check Compatibility
- Minecraft version match?
- Mod loader match?
- Dependencies installed?
- Known conflicts?
3. Gather Information
For support requests, provide:- Full console/crash log
- List of mods/plugins
- When issue started
- What you’ve tried
Getting Help
Resources
- Plugin’s wiki/documentation
- Plugin’s Discord/support
- Mod’s CurseForge/Modrinth page
- Community forums
