Advertisement
Skettalee

Untitled

Aug 25th, 2011
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. info.yml:
  2. mchat:
  3. prefix:
  4. Default: '&f[Guest]'
  5. Player: '&a[Member]'
  6. Vip: '&c[Vip]'
  7. Mods: '&6[Mod]'
  8. Admins: '&4[Admin]'
  9. group:
  10. Default: 'default'
  11. Player: 'player'
  12. Vip: 'vip'
  13. Mods: 'mod'
  14. Admins: 'admin'
  15. suffix:
  16. Default: ''
  17. Player: ''
  18. Vip: ''
  19. Mods: ''
  20. Admins: ''
  21.  
  22. __________________
  23.  
  24. config.yml:
  25. mchat-date-format: HH:mm:ss
  26. mchat-name-format: '+prefix+dname+suffix&e'
  27. mchat-message-format: '<+prefix+dname+suffix&f> +message'
  28. auto-Changed: 1
  29. mchat-playerEvent-format: '+p+dn+s&e'
  30. mchat-join-message: 'has joined the game.'
  31. mchat-leave-message: 'has left the game.'
  32. mchat-kick-message: 'has been kicked from the game.'
  33. mchat-API-only: 'false'
  34.  
  35.  
  36. ___________
  37. PermissionsBukkit config.yml:
  38.  
  39. groups:
  40. default:
  41. permissions:
  42. permissions.build: false
  43. mchat.prefix.Default: true
  44. player:
  45. permissions:
  46. permissions.build: true
  47. mchat.prefix.Player: true
  48. worlds:
  49. creative:
  50. coolplugin.item: true
  51. inheritance:
  52. - default
  53. vip:
  54. permissions:
  55. permissions.build: true
  56. mchat.prefix.Vip: true
  57. inheritance:
  58. - player
  59. mod:
  60. permissions:
  61. permissions.build: true
  62. mchat.prefix.Mods: true
  63. inheritance:
  64. - vip
  65. admin:
  66. permissions:
  67. permissions.build: true
  68. mchat.prefix.Admins: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement