Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayont committed Dec 28, 2024
2 parents 281203a + 2d57f25 commit 1c684e0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,14 @@ chat-format: "{prefix}{name}<dark_gray> »<reset> {message}"
# Set the format per group.
# Note: Option for more advanced users. Remove comments to run.
group-formats:
# default: "[default] {name}<dark_gray> »<reset> {message}"
# admin: "[admin] {name}<dark_gray> »<reset> {message}"
# default: "[default] {name}<dark_gray> »<reset> {message}"
# admin: "[admin] {name}<dark_gray> »<reset> {message}"

# Set the format per track
# Note: Group formatting takes priority over track formatting, ensure user isn't in a group with corresponding format to apply track format
track-formats:
# staff_track: "[staff] {name}<dark_gray> »<reset> {message}"
# donator_track: "{donator_rank} {name}<dark_gray> »<reset> {message}"

# Should the [item] placeholder be enabled
use-item-placeholder: true
Expand Down

0 comments on commit 1c684e0

Please sign in to comment.