Advertisement
Guest User

chattweaks configs

a guest
Oct 18th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.96 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | Thank you for downloading Chat Tweaks by Zacky1! | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6. # +------------------------------------------------------+ #
  7. # | NOTES | #
  8. # +------------------------------------------------------+ #
  9. # Colors: http://jd.bukkit.org/rb/doxygen/d7/dc0/enumorg_1_1bukkit_1_1ChatColor.html #
  10. # Sounds: http://jd.bukkit.org/rb/doxygen/d3/dfe/enumorg_1_1bukkit_1_1Sound.html #
  11. # If you are getting errors in the console, please parse the file in a yaml parser.
  12. # I suggest: http://yaml-online-parser.appspot.com/
  13. # You can view help for each config at:
  14. # dev.bukkit.org/server-mods/chat-tweaks/pages/configuration/
  15. # WARNING do NOT edit the version.
  16. Version: v3.1.9
  17. ############################################################
  18.  
  19. #####################<>HashTags<>###########################
  20. HashTags:
  21. Enable: true
  22. Color: "GREEN"
  23. Count tracker: false
  24. #Global tracker means every hashtags will be sent to a master server. That server will then collect all hashtags sent,
  25. #and order them from most entered to least. It's a cool experiment and you can find the data here:
  26. #LINK coming soon
  27. Global tracker: true
  28.  
  29. #####################<>At Signs<>###########################
  30. AtSign:
  31. Enable: true
  32. Color: "YELLOW"
  33. Sound: "ARROW_HIT"
  34. Requires At: true ##Only works in v2.7
  35. Count tracker: false
  36. #How many at signs per chat msg is allowed?
  37. Max:
  38. Enable: false
  39. Quota: '2'
  40. #Do you want to block duplicate at signs?
  41. Same AtSigns: true
  42. Only Usernames: true
  43. #AtSign sound -> Set to NONE to disable.
  44.  
  45. #####################<>Commands<>###########################
  46. Command:
  47. Enable: true
  48. Color: "DARK_PURPLE"
  49.  
  50. #####################<>Dollars<>###########################
  51. Dollars:
  52. Enable: true
  53. Color: "AQUA"
  54.  
  55. #####################<>Channels<>###########################
  56. Channels:
  57. Enable: true
  58. Join Sound: "ORB_PICKUP"
  59. Leave Sound: "ORB_PICKUP"
  60. Default Channel: Global
  61. ###############################
  62. #%pname% = player's real name
  63. #%dpname% = Player's display name.
  64. ###############################
  65. #If Private is true, you will need permission to join the channel (ChatTweaks.Channels.<ChannelName>.Join
  66. #If Private is false, you do not need any permission to join
  67. ###############################
  68. #If Range is INFINITE it means you can chat in every world, anywhere you are, regardless of block radius
  69. #b1000 stands for 1000 block radius
  70. #wworld stands for world named world -- This means the channel would only be able to speak in the world channel.
  71. # Example: wworld_nether -- Only players in the nether will hear you speak (if you're in that channel)
  72. #Range can also be something like: wworld+wworld_nether means anyone in world and in world nether will hear you
  73. #b<range> should ALWAYS be the last element in the range equation
  74. ###############################
  75. Channels:
  76. Staff:
  77. Format: "&5[&6Staff&5]&e%pname%&f: %msg%"
  78. AllowInLockdown: true
  79. Range: "INFINITE"
  80. Private: true
  81. Trade:
  82. Format: "&5[&6Trade&5]&e%pname%&f: %msg%"
  83. AllowInLockdown: false
  84. Range: "b1000"
  85. Private: false
  86. Local:
  87. Format: "&5[&6Local&5]&e%pname%&f: %msg%"
  88. AllowInLockdown: false
  89. Range: "b150"
  90. Private: false
  91. World:
  92. Format: "&5[&6World&5]&e%pname%&f: %msg%"
  93. AllowInLockdown: false
  94. Range: "wworld"
  95. Private: false
  96. Custom:
  97. Format: "&5[&6World & Nether&5]&e%pname%&f: %msg%"
  98. AllowInLockdown: false
  99. Range: "wworld+wworld_nether"
  100. Private: false
  101. Global:
  102. Format: "&5[&6Main&5]&e%pname%&7: %msg%"
  103. AllowInLockdown: false
  104. Range: "INFINITE"
  105. Private: false
  106.  
  107. #######################<>Automated messages<>#############################
  108. #AM = Automated message.
  109. #Will be prefixed with [CT] in chat.
  110. #Interval is in MINUTES. Do NOT put decimals, make sure it's a number.
  111. #Interval must be between 0 and 1000
  112. #You may add/remove as many messages as you want.
  113. #It also supports color codes.
  114. #This is a list which will loop.
  115. #This does NOT support commands.
  116. AM:
  117. Enable: true
  118. Interval: 5
  119. Prefix: "&5[&6ChatTweaks&5]&6"
  120. Header: "&5<>-------------------------------------------------<>"
  121. Footer: "&5<>-------------------------------------------------<>"
  122. #Set to NONE to disable Header
  123. #Set to NONE to disable Footer
  124. Messages:
  125. - "&5This is message number one"
  126. - "&6This is message number two"
  127. - "&7This can have as many messages as you want"
  128. - "&9This also supports &ac&bo&cl&do&er &2c&3o&4d&5e&6s&9!"
  129. - "&2This doesn't support commands"
  130. - "&3Don't forget to edit this :)"
  131.  
  132. #####################<>Replacers<>###########################
  133. Replacers:
  134. Enable: true
  135. Color: "RED"
  136. ###########################################################################
  137. #Where you see 'a' and 'b', those can be anything you want. Just don't make them the same, or
  138. #don't delete them.
  139. #
  140. #Names are not case-sensitive
  141. #In chat, a ! (exclamation mark) is required to match the names...
  142. #NOTES:
  143. #Available characters for Name include: A to Z, a to z, 0 to 9, -, and _
  144. ###########################################################################
  145. #Example:
  146. #Zacky1: Hey guys go and register on our website at !website.
  147. #
  148. #This will turn out to be:
  149. #Zacky1: Hey guys go and register on our website at www.yourwebsite.com.
  150. ###########################################################################
  151. List:
  152. a:
  153. Name: "website"
  154. ReplaceWith: "www.yourwebsite.com"
  155. z:
  156. Name: "ct"
  157. ReplaceWith: "ChatTweaks can be found @ dev.bukkit.org/server-mods/Chat-Tweaks"
  158.  
  159. ####################<> Broadcast <>#############################
  160. Broadcast:
  161. Format: "&5[&6Broadcast&5]&6%msg%"
  162. Sound: "IRONGOLEM_HIT"
  163.  
  164. #######################<>Essentials Option<>#############################
  165. Essentials:
  166. AFK Integration: true
  167.  
  168. #######################<>Emoticons<>#############################
  169. Emoticons:
  170. Enable: true
  171. ###########################################################################
  172. #Where you see 'a', 'b' and 'c', those can be anything you want. Just don't make them the same, or
  173. #don't delete them.
  174. #
  175. #Emoticon can be anything you want.
  176. #Replace can be any symbol you want. Just make sure its in Unicode characters (without the \)
  177. ###########################################################################
  178. List:
  179. a:
  180. Emoticon: ":)"
  181. Replace: "u263a"
  182. b:
  183. Emoticon: ":("
  184. Replace: "u2639"
  185. c:
  186. Emoticon: "<3"
  187. Replace: "u2665"
  188.  
  189. #######################<>Misc<>#############################
  190. Misc:
  191. ShowPrefix: true
  192. Vanish Integration: true
  193. Clear Chat Sound: "WITHER_SPAWN"
  194. Allow Colors: true
  195.  
  196. Enable Spam Configuration: true
  197. Enable Death Messages: true
  198.  
  199. ###Technical Options###
  200. #If your server can support the extra RAM, ChatTweaks will store all the configs in RAM for easy and faster
  201. #access. Execution times triple if you're not storing it in RAM. Not storing in RAM also means a higher
  202. #CPU Usage.
  203. Store in RAM: true
  204. Debug: false
  205. Chat logging: false
  206. #Recommended to leave the following options to true :)#
  207. Enable Update Checks: true
  208. Use Metrics: true
  209.  
  210. #You're done :D
  211.  
  212.  
  213. ############################################################
  214. # +------------------------------------------------------+ #
  215. # | Thank you for downloading Chat Tweaks by Zacky1! | #
  216. # +------------------------------------------------------+ #
  217. ############################################################
  218. # +------------------------------------------------------+ #
  219. # | NOTES | #
  220. # +------------------------------------------------------+ #
  221. # Edit anything you want AFTER the colon #
  222. # Do NOT edit the colons or the words before #
  223. # Chat Colors will NOT work. #
  224. # Don't forget to enable Custom Messages in Configuration #
  225. # DO NOT CHANGE THE VERSION
  226. Version: v3.1.9
  227. #
  228. # %v% is a variable.
  229. # Example: Link %v% [...]
  230. # Would turn out as: Link www.example.com [...]
  231. ############################################################
  232. Messages:
  233. Misc:
  234. ReloadConfSuccess: "You've successfully reloaded the %v% config!"
  235. PurgeDataSuccess: "You've successfully deleted all hashtags and atsigns!"
  236. ClearPChat: "You've successfully cleared your personal chat!"
  237. DisabledFeature: "%v% are disabled!"
  238. ClearChat: "The chat has been cleared by %v%!"
  239. InLockdown: "Chat is in lockdown mode! Initiated by: %v%"
  240. OutLockdown: "Chat lockdown mode has been lifted."
  241. LockdownEnable: "You've successfully %v% lockdown mode!"
  242. TooLittleBig: "The text ''%v%'' was either too small or too big to be recognized!"
  243. DisableSound: "You've %v% your ability to receive sound notifications"
  244. EnabledFeature: "You've enabled %v%!"
  245. Fined: "You've been fined %v%!"
  246.  
  247. #%p% = Player Name
  248. #%dp% = Player Display Name # Please note: DisplayNames only work with certain permission plugins
  249. #%r% = Kick Reason
  250. #%cr% = Colored kick reason (if supported)
  251. #%w% = World name
  252. #%f% = From world
  253. #ChatColor codes allowed.
  254. #Please note that these will be prefixed with [+], [-], [*]
  255. #[+]= Join & World changes || [-] = Disconnected || [*] = Kicked
  256. Connections:
  257. Login: "NONE"
  258. Logout: "NONE"
  259. Kick: "%p% has been &4kicked&c for &4%r%"
  260. FullServer: "The server is full, please try again soon."
  261. Whitelisted: "This server is whitelisted! Sorry"
  262. WorldChange: "NONE"
  263.  
  264. Error:
  265. NoPerm: "NONE"
  266. CommandInvalid: "NONE"
  267. NumberException: "NONE"
  268. PlayerException: "NONE"
  269. WrongCmd: "NONE"
  270. Unknown: "NONE"
  271. FileMissing: "NONE"
  272. UnknownCommand: "None"
  273.  
  274. Spam:
  275. TooManySameAtSign: "You've already entered %v% in your message!"
  276. MaxAtSignReached: "You have reached the maximum At Sign per Chat!"
  277. NoPermLinks: "You may not type links in chat!"
  278. UnAllowedLink: "Link/IP %v% is not allowed in the chat!"
  279. Severe-UnAllowedLink: "Do not fool the anti-advertiser plugin!"
  280. CapsLimit: "No caps in chat please!"
  281. NoSwearing: "Do not swear in chat!"
  282. RateLimit: "Please wait 1 second between each messages."
  283.  
  284. Channel:
  285. Joined: "You have joined the %v% channel!"
  286. Left: "You have left the %v% channel!"
  287. Moved: "You were moved to the %v% channel!"
  288. Kicked: "You were kicked from the %v% channel!"
  289. Channel:
  290. Join: "%v% has joined your private channel!"
  291. Leave: "%v% has left your private channel!"
  292. Error:
  293. Private: "The %v% channel is private!"
  294. Add: "You don't have permission to add players to this channel!"
  295. NotPrivate: "You do not have permission over non-private channels!"
  296. NotFound: "Channel %v% could not be found"
  297. NoLeave: "You may not leave the default channel!"
  298.  
  299. #Don"t forget to enable Custom Messages in the Configuration.yml File!
  300. #You"re done :D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement