64 lines
3.1 KiB
YAML
64 lines
3.1 KiB
YAML
# 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>"
|
|
jukebox-disabled: "<red>The music jukebox is not enabled on this server.</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>"
|
|
billboard-set: "<green>Billboard '%name%' set for '%arena%'. It will display the target color each round.</green>"
|
|
billboard-removed: "<green>Billboard '%name%' removed for '%arena%'.</green>"
|
|
billboard-unknown: "<red>No billboard named '%name%' exists for '%arena%'.</red>"
|
|
pos1-set: "<green>Position 1 set for '%arena%'.</green>"
|
|
pos2-set: "<green>Position 2 set for '%arena%'.</green>"
|
|
pos1-set-we: "<green>Position 1 set for '%arena%' from your WorldEdit selection.</green>"
|
|
pos2-set-we: "<green>Position 2 set for '%arena%' from your WorldEdit selection.</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>"
|
|
musicvote-code: "<green>Your music vote code: <bold>%code%</bold></green> <gray>(valid %minutes% minutes) - enter it on the jukebox voting page to pick the next track.</gray>"
|
|
|
|
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"
|