Guest User

Untitled

a guest
Apr 15th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.67 KB | None | 0 0
  1. #===============================================================
  2. # MineverseChat Config =
  3. # Author: Aust1n46 =
  4. #===============================================================
  5.  
  6. # - regex1,regex2
  7. # Simple regex tips: Use \b to "cut" a section of the word or phrase. Example: \bass,donuts
  8. # Example filtered sentence: You are an ass. Will become: You are an donuts.
  9. # Example filtered sentence: You caught a bass. Will stay: You caught a bass.
  10. # Example filtered sentence: You are an asshole. Will become: You are an donutshole.
  11. # Default filters by Jabelpeeps
  12. filters:
  13. - (\banus),donuts
  14. - (\ba+r*(se+|ss+(?!(ass|um|oc|ign)).*?|s*e*h+[o0]*[l1]+e*[sz]*)\b),donuts
  15. - (b[i1]a?tch(es)?),puppy
  16. - Carpet Muncher,cookie monster
  17. - (\bc((?!ook\b)[o0]+c*|aw)k\W?(sucker|s*|he[ea]*d)\b),rooster
  18. - (\b[ck]r+a+p+(er|s|z)?\b),poopoo
  19. - (\bcum+\b),go
  20. - (\b[ck](u*n+|[l1]+[i1]+)t+[sz]*\b),peach
  21. - (\bd[1i](c?k(head)?|[l1]+d[o0])e?[sz]?\b),rooster
  22. - (\bd[1i]+n+g+u+s+),discus
  23. - f u c k( e r)?,nono
  24. - (\bfai*g+[oei1]*t*[sz]*\b),cigar
  25. - Fudge Packer,fine person
  26. - (\b(m[uo]+th[ae]r?)?(f|ph)uc*k*(e[rn]|ah*|ing?|)[sz]?\b),oh dear
  27. - (\b(j(ac|er|ur)k\W?(of+))|(ji[sz]+i*m*)\b),bake brownies
  28. - (\b(ma+s+te?rbai?te?[rs]?|wank(er)?[sz]?)\b),bake brownies
  29. - orafi(s|ce),rooster
  30. - (\bp+[e3]+[ai]*n+[i1!ua]+s+),rooster
  31. - (\bp[i1]s+(flap|face|drop)?),peepee
  32. - (\bsh[i1!y]t+(er?|y|head)?[sz]*),poopoo
  33. - (\bva[1i]?[gj]+[i1]+na+\b),peach
  34. - vu[1l]+va,peach
  35. - planet ?minecraft,another dimension
  36. - pmc,another dimension
  37. - ((\d+\.){3}\d+),another dimension
  38.  
  39. # command without the /
  40. blockablecommands:
  41. - vote
  42. - me
  43.  
  44. # blacklisted nicknames
  45. nicknames:
  46. - Notch
  47.  
  48. nickname-in-tablist: true
  49.  
  50. commandspy:
  51. worldeditcommands: true
  52.  
  53. antispam:
  54. enabled: true
  55.  
  56. # number of messages to be spam
  57. spamnumber: 5
  58.  
  59. # amount of time in seconds for it to be spam
  60. spamtime: 10
  61.  
  62. # amount of time in minutes for the mute to last, use 0 for untimed mute
  63. mutetime: 10
  64.  
  65. # Logging chat and commands to a mysql database
  66. mysql:
  67. enabled: false
  68. user: User
  69. port: 3306
  70. password: Password
  71. host: localhost
  72. database: Database
  73.  
  74. # Login and logout messages
  75. # Use Default for the vanilla login and logout messages
  76. login:
  77. enabled: true
  78. message: Default
  79. logout:
  80. enabled: true
  81. message: Default
  82.  
  83. # Loglevel feature is still in the works for adding of debug messages
  84. # Valid loglevels:
  85. # Info: Regular logging
  86. # Debug: Show extra messages and caught errors for debugging
  87. # Severe: Only show severe messages
  88. loglevel: info
  89.  
  90. # saveinterval is in minutes
  91. saveinterval: 30
  92.  
  93. # The time in seconds between each check to remove timed mutes
  94. unmuteinterval: 60
  95.  
  96. # The color of the private messages
  97. tellcolor: dark purple
  98.  
  99. # Enables or disabled BungeeCord messaging
  100. bungeecordmessaging: false
  101.  
  102. # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
  103. vanishsupport: true
  104.  
  105. # {playerto} : player receivings name
  106. # {playerfrom} : player sendings name
  107. # use Default for the basic formatting
  108. tellformatto: "&fYou tell {playerto}:&d"
  109. tellformatfrom: "&f{playerfrom} tells you:&d"
  110. tellformatspy: "&f{playerfrom} > {playerto}:&d"
  111. replyformatto: "&fYou tell {playerto}:&d"
  112. replyformatfrom: "&f{playerfrom} tells you:&d"
  113. replyformatspy: "&f{playerfrom} > {playerto}:&d"
  114.  
  115. # {sender} : player sendings name
  116. # {player} : player receivings name
  117. # {time} : time mail was sent
  118. # use Default for the basic formatting
  119. mailformat: Default
  120.  
  121. # {host} : party hosts name
  122. # {player} : player name
  123. # use Default for the basic formatting
  124. partyformat: Default
  125.  
  126. broadcastafk: true
  127. formatcleaner: true
  128.  
  129. # If true, /ignore will block chat from the ignored player as well as PM's
  130. ignorechat: false
  131.  
  132. # The message shown to players alerting them no one is in the channel to hear them
  133. emptychannelalert: "&5&lNo one can hear you."
  134.  
  135. messageremovericon: ''
  136. messageremovertext: ''
  137. messageremoverpermissions: '&cYou need additional permissions to view this message!'
  138.  
  139. # The name of the group is the permissions node for the format
  140. # Example: mineversechat.json.Owner is the node for the group Owner
  141. # A lower priority overrides a higher priority if a player has more than 1 group
  142. # Possible options for click_name and click_prefix are suggest_command, run_command, and open_url
  143. jsonformatting:
  144. Default:
  145. priority: 2147483647 # Integer.MAX_VALUE
  146. hover_name:
  147. - '&6I am a player!'
  148. click_name: ''
  149. click_name_text: ''
  150. hover_prefix:
  151. - '&dPlayer!'
  152. click_prefix: ''
  153. click_prefix_text: ''
  154. Staff:
  155. priority: 2 # Second Lowest Priority
  156. hover_name:
  157. - '&cStaff of the server!'
  158. click_name: ''
  159. click_name_text: ''
  160. hover_prefix:
  161. - '&aStaff Member'
  162. click_prefix: ''
  163. click_prefix_text: ''
  164. Admin:
  165. priority: 1 # Lowest Priority
  166. hover_name:
  167. - '&4Leadership Team'
  168. click_name: ''
  169. click_name_text: ''
  170. hover_prefix:
  171. - '&cStaff'
  172. click_prefix: ''
  173. click_prefix_text: ''
  174.  
  175. # The text is the message shown when hovering over the button
  176. # The icon is what is shown at the end of the chat message and can be clicked
  177. # Permissions automatically include "mineversechat."
  178. # Example: permissions: alert equals mineversechat.alert
  179. # Use "None" if you do not want permissions
  180. # Do not use a slash (/) before the command
  181. jsonbuttons:
  182. mute:
  183. text: ''
  184. icon: ''
  185. permission: ''
  186. click_action: ''
  187. command: ''
  188. unmute:
  189. text: ''
  190. icon: ''
  191. permission: ''
  192. click_action: ''
  193. command: ''
  194.  
  195. # All clickable URL's will be underlined if set to true
  196. underlineurls: false
  197.  
  198. # broadcast information
  199. broadcast:
  200. color: dark_purple
  201. permissions: mineversechat.adminchannel
  202. displaytag: '[Broadcast]'
  203.  
  204. # Use $ to include arguments into the message
  205. # Valid component types are:
  206. # Command: Sends a message or command in chat
  207. # Message: Sends a message to the player
  208. # Broadcast: Sends a broadcast to all players on the server
  209. # Permissions automatically include "mineversechat."
  210. # Example: permissions: alert equals mineversechat.alert
  211. # Use None for no permissions
  212. # The number of arguments is the minimum number of required arguments, use 0 for no required arguments
  213. alias:
  214. bane:
  215. arguments: 2
  216. permissions: bane
  217. components:
  218. - 'Command: /ban $'
  219. - 'Command: /st banned $'
  220. ale:
  221. arguments: 1
  222. permissions: alert
  223. components:
  224. - 'Broadcast: &c<Alert> $'
  225. website:
  226. arguments: 0
  227. permissions: None
  228. components:
  229. - 'Message: &aThis is our website: COMING SOON'
  230.  
  231. # Valid modes are:
  232. # * Everyone
  233. # v Voice and up
  234. # h HalfOp and up
  235. # q Owner
  236. # o Op and up
  237. # Enter components like console commands
  238. # Arguments are accepted
  239. irc:
  240. enabled: false
  241. nick: 'MineverseChatBot'
  242. login: 'MineverseChatbot'
  243. server: 'irc.freenode.net'
  244. port: 6667
  245. channel: '#mineversechat'
  246. trustallcertificates: true
  247. # the delay before the bot logs into the channel in seconds
  248. # increase the time if the bot fails to login
  249. channeldelay: 60
  250. commands:
  251. mute:
  252. mode: 'v'
  253. components:
  254. - 'mute'
  255. ban:
  256. mode: 'o'
  257. components:
  258. - 'ban'
  259. kick:
  260. mode: 'v'
  261. components:
  262. - 'kick'
  263.  
  264. # color = [channel] color
  265. # chatcolor = text color
  266. # cooldown is in seconds
  267. # bungeecord overrides distance
  268. # channel permissions are configurable
  269. # channels can be changed, and new channels can be created
  270. # Permissions automatically include "mineversechat."
  271. # Example: permissions: staff equals mineversechat.staff
  272. # Use None for no permissions
  273.  
  274. # Legacy Placeholders:
  275. # Use PlaceholderAPI
  276. # {name} : player name
  277. # {nickname} : player nickname or name if they have no nickname
  278. # {prefix} : player prefix and color
  279. # {suffix} : player suffix and color
  280. # {servername} : name of the server in server.properties
  281. # {herolevel} : heroes hero level
  282. # {heroclass} : heroes hero class
  283. # {heroxp} : heroes hero xp
  284. # {herosecondclass} : heroes second class
  285. # {party} : heroes party
  286. # {herosecondmaster} : heroes second class master
  287. # {heromaster} : heroes class master
  288. # {herosecondlevel} : heroes second class level
  289. # {herosecondxp} : heroes second class xp
  290. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  291. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  292. # Use "" as the prefix or suffix to have none
  293. # use Default for the basic formatting
  294. channels:
  295. Global:
  296. color: white
  297. chatcolor: white
  298. mutable: true
  299. filter: true
  300. autojoin: true
  301. default: true
  302. distance: 0
  303. cooldown: 0
  304. bungeecord: false
  305. alias: g
  306. permissions: None
  307. format: '&2Ⓖ {prefix} {nickname}&f:'
  308. irc: false
  309. Staff:
  310. color: green
  311. chatcolor: green
  312. mutable: false
  313. filter: false
  314. autojoin: true
  315. default: false
  316. distance: 0
  317. cooldown: 0
  318. bungeecord: false
  319. alias: st
  320. permissions: staffchannel
  321. format: '&aⓈ {prefix} {nickname}&a:'
  322. irc: false
  323. Help:
  324. color: aqua
  325. chatcolor: aqua
  326. mutable: true
  327. filter: true
  328. autojoin: true
  329. default: false
  330. distance: 0
  331. cooldown: 0
  332. bungeecord: false
  333. alias: h
  334. permissions: None
  335. format: '&bⒽ {prefix} {nickname}&b:'
  336. irc: false
  337. Local:
  338. color: yellow
  339. chatcolor: yellow
  340. mutable: true
  341. filter: true
  342. autojoin: true
  343. default: false
  344. distance: 230
  345. cooldown: 0
  346. bungeecord: false
  347. alias: l
  348. permissions: None
  349. format: '&eⓁ {prefix} {nickname}&e:'
  350. irc: false
Add Comment
Please, Sign In to add comment