Advertisement
Guest User

ChatAdmin Config!

a guest
Feb 22nd, 2015
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. ##################################
  2. ## ##
  3. ## Chat-Admin ##
  4. ## ##
  5. ##################################
  6.  
  7. #########################################
  8. ## Coded By: Syn_Jake ##
  9. ## Dev.bukkit.org/profiles/Syn_Jake/ ##
  10. #########################################
  11.  
  12. ##################################
  13. ## ##
  14. ## AutoBroadcast Section ##
  15. ## ##
  16. ##################################
  17. #Should this section be Enabled??.
  18. EnableAutoBroadcasts: false
  19. #AutoBroadcast time in Seconds
  20. Interval: 180
  21. #AutoBroadcast Messages
  22. Broadcasts:
  23. - '&bTy for downloading chatadmin.'
  24. - '&4To disable these messages set Interval to 9999 and remove all messages under Broadcasts.'
  25.  
  26. ##################################
  27. ## ##
  28. ## Anti-Caps Section ##
  29. ## ##
  30. ##################################
  31. #Should this section be Enabled??
  32. CapsBlockEnable: true
  33. #what letters should be counted as uppercase?
  34. uppercase-characters: "ABCDEFGHIJKLMNOPQRSTUVQXYZ!"
  35. #Dont change this.
  36. min-message-length: 4
  37. #what percentage of caps in chat are allowed?
  38. max-caps-percentage: 50
  39.  
  40. ##################################
  41. ## ##
  42. ## Anti-Swear Section ##
  43. ## ##
  44. ##################################
  45. # Should this section be Enabled??
  46. AntiSwearEnable: true
  47. # What words should players not be able to say? (CurseFilter feature).
  48. Blacklist:
  49. - Synyster_Jake
  50. - chatadmin
  51. - fuck
  52. - shit
  53. # If someone curses what should they be told?
  54. CurseMSG: '&4Do not curse.'
  55. # Do you want to use a different curse plugin its okay just stay tuned for when mine gets updated!
  56. AntiSwearEnable: true
  57.  
  58. ##################################
  59. ## ##
  60. ## Prefix + Message Section ##
  61. ## ##
  62. ##################################
  63. #CABC prefix.
  64. Prefix: '&4[&bChatAdmin&4]'
  65. # The prefix for every message sent by ChatAdmin.'
  66. Prafix: '&4[&cChatAdmin&4]'
  67. # The No permission message. EX: (theHive) ^Prafix + "Survival dog Disapproves."
  68. NoPermission: '&4No Permission.'
  69. ####################################### Coming Soon.
  70. # The prefix for Staff chat.
  71. StaffChatPrefix: '&4[&aStaffChat&4]'
  72. # The colors for messages in staff chat.
  73. StaffChatColor: &c
  74. ####################################### Coming Soon.
  75.  
  76. ##################################
  77. ## ##
  78. ## Join + Quit Messages ##
  79. ## ##
  80. ##################################
  81. #Should join broadcasts be disabled??
  82. DisableJoinMSG: false
  83. # Should quit broadcasts be disabled??
  84. DisableQuitMSG: false
  85. # What will be broadcasted when a player joins? use {name} to get the players name.
  86. JoinMSG: '&6{name} &bhas Joined the game.'
  87. # Should quit messages be broadcasted?
  88. DisableQuitMSG: false
  89. # What will be broadcasted when a player quits? use {name} to get the players name.
  90. QuitMSG: '&6{name} &4has Quit the game.'
  91.  
  92. ##################################
  93. ## ##
  94. ## Rules Section ##
  95. ## ##
  96. ##################################
  97. Rules:
  98. - '&a_-| &4Rules &a|-_'
  99. - '- &4No Cursing.'
  100. - '- &5No Hacking.'
  101. - '- &2Be Repectful.'
  102.  
  103. ##################################
  104. ## ##
  105. ## Kit Section(Coming Soon) ##
  106. ## ##
  107. ##################################
  108.  
  109. ##################################
  110. ## ##
  111. ## Warps Section(Coming Soon) ##
  112. ## ##
  113. ##################################
  114.  
  115. #############################################
  116. ## ##
  117. ## Keep up with the plugin at the Website! ##
  118. ## ##
  119. #############################################
  120.  
  121. #############################################
  122. ## ##
  123. ## Dev Appreciation Section :D ##
  124. ## ##
  125. #############################################
  126. # Disable this if you want it gives me NOTHING extra i promise you that all it does is give me a [Dev] tag and a red name in tablist thats it no perms nothing!
  127. GiveJakeAPrefix: true
  128. ##################
  129. # End of Config! #
  130. ##################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement