-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting FAQ
- Wrong server type: you need Paper 1.20+ (or a fork), not Spigot/CraftBukkit.
-
Java too old: you need Java 17+. Check with
java -version. - Missing dependencies: PlaceholderAPI and LuckPerms are required.
- Library download failed: first start needs internet to fetch the DB driver/pool. Check console for a download error.
The glow color comes from the player's scoreboard team, and nametag plugins like TAB manage that same team — a player can only be in one team, so TAB overrides the color and the glow goes white.
Fix: install ProtocolLib. The plugin then intercepts team packets and forces the glow color even with TAB running (console shows Glow: ProtocolLib hook active). Note: since glow and nametag share the team color, coloring the glow can also color the nametag.
Also remember: you can't see your own glow in first person — check from another player or third person (F5).
Use %celestial_rank_tab% in TAB, not %celestial_rank%. TAB needs the %img_offset% form. Enable TAB's nested placeholder support. See The Rank System.
Your template needs a reset so the effect (shader trigger) doesn't bleed onto the text:
template: '{effect}{background}&r{offset}{text}'The &r stops the effect at the background.
Give that rank a wider background and its own offset in rankcolors.yml, and restrict narrow backgrounds to short ranks with the ranks: list. See Rank Backgrounds.
- Set
storage.type: mysqlon every server, all pointing at the same database. - Keep the config files identical across servers.
- Check console for a MySQL connection error (host/user/password/firewall).
See Network Sync.
Your economy-mode couldn't start. Check console: Vault/economy plugin missing, EdDungeons not found, or the balance placeholder not resolving. See Economy Integration.
- Install PlaceholderAPI and run
/papi ecloud download …for any external placeholders you reference. - In TAB, enable nested placeholder support.
Those need an ItemsAdder (or compatible) resource pack loaded on the client. Without the pack, the glyph character can't render. The clean/vanilla build disables ItemsAdder-only categories by default.
Check categories-enabled in config.yml — a disabled category is hidden everywhere.
Back to Home
CelestialCosmetics
Getting Started
Cosmetics
Economy & Items
Customization
Reference