FAQ
Common questions and fixes.
The scoreboard shows raw &#FF4D4D text
You're on a server below 1.16, or the line was cut off. Hex colors
(&#RRGGBB) need MC 1.16+, and settings.max_line_length must be high
enough (default 128) so an expanded hex code isn't truncated.
Money rewards aren't paying out
Money requires Vault plus an economy plugin (e.g. EssentialsX). Without
them, the reward amounts in config.yml are ignored. Command rewards still run.
%siegebreak_kills% shows 0
That's the correct placeholder. It returns 0 when the player has no recorded
kills yet, or when PlaceholderAPI isn't installed so the token isn't parsed
at all. Confirm PAPI is present and the siegebreak expansion is registered.
An arena won't enable
It isn't complete. Run /siegebreak info <arena> to see what's missing - every
region corner, all spawns, the lobby, the King location and player limits must
be set first.
I changed a config but nothing happened
Reload it: /siegebreak reload (everything) or a specific file like
/siegebreak reload scoreboards. Kit item/armor contents are the exception -
those are stored in the database and require recreating the kit.
Players keep their items / stats look wrong after a crash
Stats auto-save every 5 minutes and on clean shutdown. A hard crash can lose the last few minutes. Always stop the server gracefully.
Can staff run admin commands without being op?
Yes - grant cs.admin (or individual cs.admin.* nodes) through your
permissions plugin. See Permissions.
Does it work on Paper / Purpur / Folia?
Paper and Purpur (1.16+) work. The plugin uses pure Bukkit API. Folia is untested.