-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Narcilioo edited this page Jul 23, 2026
·
1 revision
Complete guide to installing GlowPlayersPro on your Minecraft server.
- Minecraft: 1.21 or higher
- Server: Spigot, Paper, or other compatible server
- Java: 21 or higher
Download the latest version of GlowPlayersPro:
Before installing the plugin, stop your server completely.
stopCopy the GlowPlayersPro-1.3.0.jar file to your server's plugins/ folder.
YourServer/
├── plugins/
│ └── GlowPlayersPro-1.3.0.jar ← Place here
├── server.jar
└── ...
Start your server normally:
java -jar server.jarAfter the server starts, verify the plugin loaded correctly:
-
In the console, look for:
[GlowPlayersPro] GlowPlayersPro enabled successfully -
In-game, type:
/glow reload
If the message "Configuration reloaded successfully" appears, the plugin is working.
To use the %glowplayerspro_color% placeholder with TAB or other plugins:
- Download PlaceholderAPI
- Place the JAR file in the
plugins/folder - Restart the server
GlowPlayersPro will automatically register its expansion.
To update GlowPlayersPro:
- Stop the server
- Back up your
config.ymlandplayers.yml - Remove the old version from the
plugins/folder - Place the new version in the
plugins/folder - Start the server
If you see an "outdated config" warning in the console:
- Back up your current
config.yml - Delete the
config.ymlfile - Restart the server to generate a fresh configuration
- Re-apply your custom values from the backup
After installation, the following structure will be created:
plugins/
└── GlowPlayersPro/
├── config.yml ← Main configuration
├── players.yml ← Player data (persistence)
└── languages/
├── en.yml ← English language
└── pt.yml ← Portuguese language
- Configuration - Customize the plugin
- Commands & Permissions - Learn how to use commands
- TAB Integration - Set up with TAB plugin