Advertisement
Guest User

mChat Config

a guest
Sep 30th, 2011
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. # mChat configuration file
  2. #
  3. # **IMPORTANT**
  4. # usage of mchat-message-format can be, but is not limited to
  5. # +suffix,+s, +prefix,+p, +group,+g, +world,+w, +time,+t, +name,+n, +dname,+dn, +health,+h +healthbar,+hb, +message,+msg,+m
  6. # Suffix, Prefix, Group, World, Time, Player Name, Player Display Name, Health, Health Bar, Message
  7.  
  8. #Message formatted for when a Player joins.
  9. mchat-join-message: 'has joined the game.'
  10.  
  11. #Message formatted for when a Player leaves.
  12. mchat-leave-message: 'has left the game.'
  13.  
  14. #Message formatted for when a Player gets kicked.
  15. mchat-kick-message: '&ahas been kicked from the game +r.'
  16.  
  17. #Time formatting use for the "+time" variable.
  18. mchat-date-format: 'HH:mm:ss'
  19.  
  20. #Whether to make mChat only use the API. (Only give access of the API to other plugins and not use the features of mChat)
  21. mchat-API-only: false
  22.  
  23. #Formatting used when only the name of the Player is needing resolving.
  24. mchat-name-format: '+p+dn+s'
  25.  
  26. #Formatting used for any Player Events. (Kicks, Joins, Leaves)
  27. mchat-playerEvent-format: '+p +s+dn&b'
  28.  
  29. #Formattins used in Chat.
  30. mchat-message-format: '[+hb +p+g+s&f] +s+dn&f: +s+message'
  31.  
  32. #Whether or not to only use the info.yml and ignore any of the Permissions plugins Info settings.
  33.  
  34. mchat-info-only: true
  35.  
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement