About ZGraveyard
For banned players, the plugin creates a coffin with a wooden table with the reason for the ban and places it in rows in the Bandit Camp. This way, the reasons for the bans can be tracked.
Coffins have a fixed location in Bandit Camp
You can specify in the config:
1: maximum number of coffins
2: background color and font color of the boards
3: how many Coffins should be in a row
4: how far apart they should be
5: font size
6: text on the main board and the name of the last X number of banned players.
The most recent ban is always at the top.
The reason for the ban is written on the coffin's board.
Coffins are automatically regenerated:
1 when plugin is loaded
2 when player is banned
3 when player is unbanned
No other plugins are required for the plugin to work.
Config
{
"Number of coffins in Bandit Camp": 100,
"Column of coffins": 10,
"Coffins distance": 4.5,
"Fontsize": 12,
"Font color": "red",
"Background color": "black",
"Gate Title": "Last 5 Banned players",
"Last banned player number name in gate": 5,
"Spawn Candles? (0=disable || 1=all || 2=random)": 2
}