-
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 without help TAB overrides the color and the glow goes white.
Fix: install PacketEvents. The plugin then intercepts team packets and forces the glow color even with TAB running (console shows Glow: PacketEvents hook active), without taking over the team itself — TAB keeps full control (sorting, collision, rank badge/prefix), we only repaint the color. Color changes apply instantly to everyone already online, no reconnect needed. 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).
That's a Minecraft client limitation, not a bug: the real nametag above a player's head can only render one of the 16 legacy colors, no matter which plugin builds it. Use %celestial_namecolor_legacy% (rounds to the nearest legacy color) wherever a nametag plugin's overhead-nametag field is involved, e.g. TAB's tagprefix. %celestial_namecolor% (full hex) keeps working everywhere else — chat, tablist, menus. See Placeholders Reference.
Working as intended — Join Messages and Leave Messages are opt-in only. A player with nothing equipped joins/leaves in complete silence, with no vanilla fallback text. Only players who actually equipped one of these cosmetics broadcast anything.
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.
- FancyHolograms isn't installed or isn't enabled. The label needs FancyHolograms specifically — other hologram plugins aren't hooked into (yet).
- Check
crate-holograms.enabled: trueinconfig.yml, and that the crate doesn't havehologram.enabled: falseset for itself incrates.yml. - Make sure the block is actually linked —
/cosmetics crate blockslists every linked location. A block declared incrates.<id>.blocksonly gets linked after a restart or/cosmetics reload. - The label sits
crate-holograms.height-offsetblocks above the block's centre (1.6 by default) — check you're not just looking past it.
Limited is auto-detected: at least one reward needs a stock: cap (a shorthand like tag:fire:5:10 or a map entry with stock: 10). If every reward is unlimited, the crate is Normal by design. Force it explicitly with hologram.limited: true in that crate's config if you want the label regardless. See Crates.
Back to Home
CelestialCosmetics
Getting Started
Cosmetics
Economy & Items
Customization
Reference