BattlePass Messages
The battlepass_messages entry allows you to customize all messages sent by the BattlePass extension.
Properties
| Property | Type | Default | Description |
|---|---|---|---|
id | String | Unique identifier. | |
commandNoArtifact | String | ... | Message when a player tries to use a command without a valid pass. |
commandProgressMissing | String | ... | Message when no progress data is found. |
commandXpUpdated | String | ... | Message when XP is manually updated. |
commandXpFailed | String | ... | Message when XP update fails. |
commandLevelUpdated | String | ... | Message when level is manually updated. |
commandLevelFailed | String | ... | Message when level update fails. |
commandInfo | String | ... | Message for info command. |
progressXpGained | String | ... | Message when player gains XP. |
progressRewardClaimed | String | ... | Message when a reward is claimed. |
progressRewardFailed | String | ... | Message when reward claim fails. |
menuWeekInfo | String | ... | Message format for week info in menu. |
Example
battlepass_messages:
id: "my_battlepass_messages"
commandNoArtifact: "<red>No artifact found!"
progressXpGained: "<green>+<gold>%amount%</gold> XP!"