Skip to main content
The battlepass_messages entry allows you to customize all messages sent by the BattlePass extension.

Properties

PropertyTypeDefaultDescription
idStringUnique identifier.
commandNoArtifactString...Message when a player tries to use a command without a valid pass.
commandProgressMissingString...Message when no progress data is found.
commandXpUpdatedString...Message when XP is manually updated.
commandXpFailedString...Message when XP update fails.
commandLevelUpdatedString...Message when level is manually updated.
commandLevelFailedString...Message when level update fails.
commandInfoString...Message for info command.
progressXpGainedString...Message when player gains XP.
progressRewardClaimedString...Message when a reward is claimed.
progressRewardFailedString...Message when reward claim fails.
menuWeekInfoString...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!"