Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
# BlockParty messages - MiniMessage format supported (https://docs.advntr.dev/minimessage/format.html)
|
||||
|
||||
errors:
|
||||
no-permission: "<red>You do not have permission to do that.</red>"
|
||||
unknown-arena: "<red>Unknown arena: %arena%</red>"
|
||||
already-in-arena: "<red>You are already in an arena. Use /blockparty leave first.</red>"
|
||||
not-in-arena: "<red>You are not currently in an arena.</red>"
|
||||
arena-disabled: "<red>Arena '%arena%' is disabled.</red>"
|
||||
arena-full: "<red>Arena '%arena%' is full.</red>"
|
||||
no-region: "<red>Arena '%arena%' has no floor region set (use pos1/pos2).</red>"
|
||||
no-materials: "<red>Arena '%arena%' has no floor materials configured.</red>"
|
||||
|
||||
admin:
|
||||
arena-exists: "<red>Arena '%arena%' already exists.</red>"
|
||||
arena-created: "<green>Arena '%arena%' created.</green>"
|
||||
arena-deleted: "<green>Arena '%arena%' deleted.</green>"
|
||||
arena-enabled: "<green>Arena '%arena%' enabled.</green>"
|
||||
arena-disabled: "<yellow>Arena '%arena%' disabled.</yellow>"
|
||||
validation-failed: "<red>Arena '%arena%' failed validation:</red>"
|
||||
lobby-set: "<green>Lobby set for '%arena%'.</green>"
|
||||
spawn-set: "<green>Spawn set for '%arena%'.</green>"
|
||||
spectator-set: "<green>Spectator location set for '%arena%'.</green>"
|
||||
pos1-set: "<green>Position 1 set for '%arena%'.</green>"
|
||||
pos2-set: "<green>Position 2 set for '%arena%'.</green>"
|
||||
floor-set: "<green>Floor palette for '%arena%' set to %count% material(s).</green>"
|
||||
floor-generated: "<green>Floor generated for '%arena%'.</green>"
|
||||
reloaded: "<green>BlockParty configuration reloaded.</green>"
|
||||
|
||||
player:
|
||||
joined: "<green>You joined arena '%arena%'.</green>"
|
||||
left: "<yellow>You left the arena.</yellow>"
|
||||
|
||||
countdown:
|
||||
actionbar: "<yellow>Starting in %time%s...</yellow>"
|
||||
title: "<gold>%time%</gold>"
|
||||
cancelled: "<red>Not enough players - countdown cancelled.</red>"
|
||||
|
||||
round:
|
||||
title: "<white>Round %round%</white>"
|
||||
subtitle: "<yellow>Stand on <bold>%color%</bold>!</yellow>"
|
||||
actionbar: "<yellow>Target: %color% - %time%s</yellow>"
|
||||
|
||||
game:
|
||||
eliminated: "<red>You were eliminated in round %round% of '%arena%'.</red>"
|
||||
win-title: "<gold><bold>%player% wins!</bold></gold>"
|
||||
no-winner: "<gray>The match ended with no winner.</gray>"
|
||||
|
||||
scoreboard:
|
||||
title: "<gold><bold>BlockParty</bold></gold>"
|
||||
lines:
|
||||
- "&7Arena: &f%arena%"
|
||||
- "&7Round: &f%round%"
|
||||
- ""
|
||||
- "&7Players: &f%players%"
|
||||
- "&7Target: &f%target%"
|
||||
- "&7Time: &f%time%s"
|
||||
Reference in New Issue
Block a user