Config

Properties

  • chat-format

Default config.yml

#Variables:
#%player% - the player's name
#%message% - the chat message
chat-format: "&8<%player%> &7%message%"

The default chat format ends up as <Player> Hello!

Future config.yml

#Variables:
#%player% - the player's name
#%prefix% - the player's prefix
#%suffix% - the player's suffix
#%message% - the chat message
chat-format: "&8<%player%> &7%message%"

Note the lines:

#%prefix% - the player's prefix
#%suffix% - the player's suffix

This plugin will eventually hook in to Vault, and get prefixes and suffixes.


Comments

Posts Quoted:
Reply
Clear All Quotes