19 lines
No EOL
701 B
YAML
19 lines
No EOL
701 B
YAML
# Chat format string
|
|
# Available placeholders:
|
|
# {PREFIX} - Prefix from LuckPerms
|
|
# {SUFFIX} - Suffix from LuckPerms
|
|
# {PLAYER} - Player name
|
|
# {MESSAGE} - The message they sent
|
|
# You can also use placeholders from PlaceholderAPI just add inside the chat-format %some_placeholder%
|
|
chat-format: '&7{PREFIX}{PLAYER}{SUFFIX} &8» &f{MESSAGE}'
|
|
|
|
# No permission message
|
|
nopermission: '&4No permission'
|
|
|
|
# Clear chat message
|
|
# [Player] - Player nick
|
|
# [PlayerDisplayName] - Player Display Name
|
|
# [Player] and [PlayerDisplayName] only works in line2
|
|
clear-line1: '"&8[]-----&bChat&8-----[]"'
|
|
clear-line2: '&7Chat został &bwyczyszczony&7 przez &b[Player]'
|
|
clear-line3: '"&8[]-----&bChat&8-----[]"' |