Skip to content

Commit

Permalink
updated colors in default chat formats
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisguffens committed Nov 16, 2024
1 parent c00d168 commit ddc5a5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bukkit/src/main/resources/chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ default-channel: 'public'
channels:

public:
format: '&7[&aP&7]&f{kingdom_prefix}{rank_prefix} &f{prefix}{username}&a: &f{message}'
format: '&7[&aP&7]&f{kingdom_prefix}{rank_prefix} &f{prefix}{username}&7: &f{message}'
prefix: '!'
cooldown: 5 # Cooldown in seconds
toggleable: false

kingdom:
prefix: ''
format: '&f{kingdom_prefix}{rank_prefix} &f{prefix}{username}&a: &f{message}'
format: '&f{kingdom_prefix}{rank_prefix} &f{prefix}{username}&7: &f{message}'
clone-per-kingdom: true # every kingdom gets its own channel with these settings
toggleable: false

trade:
prefix: '$'
format: '&7[&6T&7]&f{kingdom_prefix}{rank_prefix} &f{prefix}{username}&a: &f{message}'
format: '&7[&6T&7]&f{kingdom_prefix}{rank_prefix} &f{prefix}{username}&7: &f{message}'
toggleable: true # players can toggle this channel on/off
range: 50 # only players within a range of 50 blocks from the sender can see their messages

admin:
prefix: '%'
format: '&7[&cA&7]&f{kingdom_prefix}{rank_prefix} &f{prefix}{username}&a: &f{message}'
format: '&7[&cA&7]&f{kingdom_prefix}{rank_prefix} &f{prefix}{username}&7: &f{message}'
restrict: 'read' # you need the kingdom.chatchannel.admin permission to read & talk in this channel
toggleable: true

0 comments on commit ddc5a5a

Please sign in to comment.