📜Configuration Files
Here you can find a detailed description about the configuration files.
Last updated
Was this helpful?
Here you can find a detailed description about the configuration files.
Last updated
Was this helpful?
Was this helpful?
The language file uses a special formatting library called Adventure MiniMessage. This allows you to add actions to any message. You can find a detailed description in their page.
The gui file contains every GUI settings including titles and items. You can configure every item for your needs. There are 2 requirements for every item:
You have to set a valid material.
You have to add the path for every item in upper case. like NAME: and LORE: etc.
This is also true for the inventories file.
For example you can add the lore or set the damage for every item. Here below is an example for a fully set icon:
But this is a valid icon as well:
If an item doesn't have a MATERIAL section, it cannot be configured like the one above. Usually this happens with ladder or arena icons, where the material is the icon.
The inventories file contains every inventory including the lobby, staff and party inventories. You can modify these icons for your needs. If you don't want to use an icon, please don't delete it just set the slot to the -1 value.
In this file you can configure the divisions. You can only create 28 division in the file.
In this file you can configure every sidebar there is for the plugin.
Available placeholders in every match:
%player%, %duration%, %ping%, %arena%, %ladder%
Available placeholders in duel matches:
%rounds%, %roundsNumber%, %playerTeamName%, %playerTeamColor%
EXAMPLE-ITEM2:
NAME: "&a&lExample name 2"
MATERIAL: COMPASS
EXAMPLE-ITEM:
NAME: "&a&lExample name"
MATERIAL: STAINED_GLASS_PANE
DAMAGE: 3
LORE:
- "&8&m------------------------"
- "&eExample lore"
%enemyTeamColor%
Available placeholders in party ffa matches:
%players%, %alivePlayers%, %rounds%
%player1%, %player1rounds%, %player1roundsNumber%
%player2%, %player3rounds%, %player2roundsNumber%
%player3%, %player2rounds%, %player3roundsNumber%
Available placeholders in party split matches:
%team1name%, %team1color%, %team1players%, %team1alivePlayers%, %team1rounds%, %team1roundsNumber%
%team2name%, %team2color%, %team2players%, %team2alivePlayers%, %team2rounds%, %team2roundsNumber%
Available placeholders in party vs party matches:
%partyTeamName%, %partyTeamColor%, %partyTeamPlayers%,
%partyTeamAlivePlayers%, %partyTeamRounds%, %partyTeamRoundsNumber%
%enemyTeamName%, %enemyTeamColor%, %enemyTeamPlayers%,
%enemyTeamAlivePlayers%, %enemyTeamRounds%, %enemyTeamRoundsNumber%
%player1%, %player1ping%, %player1rounds%, %player1roundsNumber%
%player2%, %player2ping%, %player2rounds%, %player2roundsNumber%
Available placeholders in party ffa matches:
%players%, %alivePlayers%
%player1%, %player1rounds%, %player1roundsNumber%
%player2%, %player2rounds%, %player2roundsNumber%
%player3%, %player3rounds%, %player3roundsNumber%
Available placeholders in party split matches:
%team1players%, %team1alivePlayers%, %team1rounds%, %team1roundsNumber%
%team2players%, %team2alivePlayers%, %team2rounds%, %team2roundsNumber%
Available placeholders in party vs party matches:
%team1players%, %team1alivePlayers%, %team1rounds%, %team1roundsNumber%
%team2players%, %team2alivePlayers%, %team2rounds%, %team2roundsNumber%