-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Complete troubleshooting guide for GlowPlayersPro.
Symptoms:
- Error message in console when starting server
-
/glowcommand doesn't exist
Solutions:
-
Check Minecraft version
- Plugin requires Minecraft 1.21 or higher
- Check console for version errors
-
Check Java version
- Plugin requires Java 21 or higher
- Run
java -versionto check
-
Check JAR file
- File must be in the
plugins/folder - Name must be
GlowPlayersPro-1.3.0.jar
- File must be in the
-
Check console
- Look for error messages
- Verify plugin is listed in startup
Symptoms:
- Command not recognized
- "Command not found" message
Solutions:
-
Check permissions
- Players need
glowplayers.usepermission - Use
/glow reloadto verify plugin is loaded
- Players need
-
Restart server
- Stop and start the server again
- Check console for errors
-
Check plugin.yml
- Command must be defined in
plugin.yml - Check for syntax errors
- Command must be defined in
Symptoms:
- Command works but no visible effect
- Success message but no visual change
Solutions:
-
Check configuration
-
use-teams: truefor standalone use -
use-teams: falsefor TAB integration
-
-
Check permissions
- Players need
glowplayers.usepermission - Check for conflicting permissions
- Players need
-
Test with different color
- Use a more visible color like
redorblue - Check if color is working
- Use a more visible color like
-
Check scoreboard
- Other plugins may be conflicting
- Disable other plugins temporarily to test
Symptoms:
- Glow works but doesn't persist after reconnection
- Player needs to use
/glowevery time they join
Solutions:
-
Check players.yml file
- File must exist in
plugins/GlowPlayersPro/ - Check if data is being saved
- File must exist in
-
File permissions
- Server needs write permission to the folder
- Check if file is read-only
-
Check console
- Look for errors when saving data
- Check for permission issues
Symptoms:
-
/glow neoncommand works but doesn't animate - Glow stays static on one color
Solutions:
-
Check speed setting
-
neon-speed-ticksmust be greater than 0 - Very low values may cause issues
-
-
Check colors
-
neon-colorsmust have at least one color - Invalid colors are ignored
-
-
Check performance
- Too many players with neon can cause lag
- Increase
neon-speed-ticksif needed
Symptoms:
-
%glowplayerspro_color%returns empty - TAB doesn't show glow color
Solutions:
-
Check PlaceholderAPI
- Plugin must be installed and enabled
- Use
/papi listto check
-
Check expansion
- Use
/papi listto see ifglowplayersprois listed - Use
/papi reloadto reload
- Use
-
Test placeholder
- Use
/papi parse <player> %glowplayerspro_color% - Check if it returns expected color
- Use
Symptoms:
- Console message about outdated config
- New options don't appear in config.yml
Solutions:
-
Back up
- Copy current
config.yml - Note your customizations
- Copy current
-
Delete config.yml
- Remove file from folder
-
Restart server
- New configuration will be generated
- Re-apply your customizations
Symptoms:
- Sound effects not playing
- Sound not found message
Solutions:
-
Check configuration
sounds.enabled: true- Valid sound names
-
Check console
- Look for sound errors
- Check if sound exists in version
-
Test with different sound
- Use a known sound like
entity.experience_orb.pickup - Check if problem is specific sound
- Use a known sound like
Cause: Message not found in language file.
Solution:
- Check if language file exists
- Check if message is defined
- Restart server
Cause: Problem creating data file.
Solution:
- Check folder permissions
- Check disk space
- Check if antivirus is blocking
Cause: Problem saving data.
Solution:
- Check write permissions
- Check if file is open
- Check disk space
Cause: Outdated configuration.
Solution:
- Back up config.yml
- Delete config.yml
- Restart server
- Re-apply customizations
If you're experiencing persistent issues:
- Stop the server
- Back up important files
-
Remove the
plugins/GlowPlayersPro/folder - Remove the JAR file
- Restart the server (to clear other plugin data)
- Reinstall the plugin
- Reconfigure from scratch
To identify conflicts with other plugins:
- Disable all other plugins
- Test GlowPlayersPro alone
- Enable plugins one by one
- Identify which plugin causes the conflict
For more information:
-
Enable
debug.log-sounds: truein config.yml - Check console for detailed messages
- Look for errors or warnings
If none of the above steps work:
- Check the full documentation
- Search for similar issues on GitHub
-
Open a new issue with:
- Minecraft version
- Plugin version
- Full console output
- Steps to reproduce the problem
When reporting a problem, include:
- Minecraft Version: (e.g., 1.21.4)
- Plugin Version: (e.g., 1.3.0)
- Other Plugins: List of installed plugins
- Console: Complete error messages
-
Configuration: Your
config.yml(without sensitive information)