Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # mChat configuration file
- #
- # **IMPORTANT**
- # usage of mchat-message-format can be, but is not limited to
- # +suffix,+s, +prefix,+p, +group,+g, +world,+w, +time,+t, +name,+n, +dname,+dn, +health,+h +healthbar,+hb, +message,+msg,+m
- # Suffix, Prefix, Group, World, Time, Player Name, Player Display Name, Health, Health Bar, Message
- #Message formatted for when a Player joins.
- mchat-join-message: 'has joined the game.'
- #Message formatted for when a Player leaves.
- mchat-leave-message: 'has left the game.'
- #Message formatted for when a Player gets kicked.
- mchat-kick-message: '&ahas been kicked from the game +r.'
- #Time formatting use for the "+time" variable.
- mchat-date-format: 'HH:mm:ss'
- #Whether to make mChat only use the API. (Only give access of the API to other plugins and not use the features of mChat)
- mchat-API-only: false
- #Formatting used when only the name of the Player is needing resolving.
- mchat-name-format: '+p+dn+s'
- #Formatting used for any Player Events. (Kicks, Joins, Leaves)
- mchat-playerEvent-format: '+p +s+dn&b'
- #Formattins used in Chat.
- mchat-message-format: '[+hb +p+g+s&f] +s+dn&f: +s+message'
- #Whether or not to only use the info.yml and ignore any of the Permissions plugins Info settings.
- mchat-info-only: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement