Advertisement
Guest User

Config

a guest
Oct 20th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 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. - (\b.?anus),donuts
  14. - (\ba+r*(se+|ss+(?!(ass|um|oc|ign|ist)).*?|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. - (\bcu+m+\b),go
  20. - (\b.?[ck](u*n+|[l1]+[i1]+)t+[sz]*\b),peach
  21. - (\b.?d[1i](c?k(head)?|[l1]+d[o0])e?[sz]?\b),rooster
  22. - f u c k( e r)?,nono
  23. - (\b.?fai*g+[oei1]*t*[sz]*\b),cigar
  24. - Fudge Packer,fine person
  25. - (\b(m[uo]+th[ae]r?)?(f|ph)uc*k*(e[rn]|ah*|ing?|)[sz]?\b),oh dear
  26. - (\b(j(ac|er|ur)k\W?(of+))|(ji[sz]+i*m*)\b),bake brownies
  27. - (\b(ma+s+te?rbai?te?[rs]?|wank(er)?[sz]?)\b),bake brownies
  28. - orafi(s|ce),rooster
  29. - (\bp+[e3]+[ai]*n+[i1!ua]+s+),rooster
  30. - (\bp[i1]s+(?!(ton))(flap|face|drop)?),peepee
  31. - (\b.?sh[i1!y]t+(er?|y|head)?[sz]*),poopoo
  32. - (\bva[1i]?[gj]+[i1]+na+\b),peach
  33. - vu[1l]+va,peach
  34. - planet.?minecraft,another dimension
  35. - pmc,another dimension
  36. - ((\d+\.){3}\d+),another dimension
  37.  
  38. # command without the /
  39. blockablecommands:
  40. - vote
  41. - me
  42.  
  43. # blacklisted nicknames
  44. nicknames:
  45. - Notch
  46.  
  47. nickname-in-tablist: true
  48.  
  49. commandspy:
  50. worldeditcommands: true
  51.  
  52. antispam:
  53. enabled: true
  54.  
  55. # number of messages to be spam
  56. spamnumber: 5
  57.  
  58. # amount of time in seconds for it to be spam
  59. spamtime: 10
  60.  
  61. # amount of time in minutes for the mute to last, use 0 for untimed mute
  62. mutetime: 10
  63.  
  64. # Logging chat and commands to a mysql database
  65. mysql:
  66. enabled: false
  67. user: User
  68. port: 3306
  69. password: Password
  70. host: localhost
  71. database: Database
  72.  
  73. # Login and logout messages
  74. # Use Default for the vanilla login and logout messages
  75. login:
  76. enabled: true
  77. message: Default
  78. logout:
  79. enabled: true
  80. message: Default
  81.  
  82. # Loglevel feature is still in the works for adding of debug messages
  83. # Valid loglevels:
  84. # Info: Regular logging
  85. # Debug: Show extra messages and caught errors for debugging
  86. # Severe: Only show severe messages
  87. loglevel: info
  88.  
  89. # saveinterval is in minutes
  90. saveinterval: 30
  91.  
  92. # The time in seconds between each check to remove timed mutes
  93. unmuteinterval: 60
  94.  
  95. # The color of the private messages
  96. tellcolor: white
  97.  
  98. # Enables or disabled BungeeCord messaging
  99. bungeecordmessaging: false
  100.  
  101. # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
  102. vanishsupport: true
  103.  
  104. # {playerto} : player receivings name
  105. # {playerfrom} : player sendings name
  106. # use Default for the basic formatting
  107. tellformatto: Default
  108. tellformatfrom: Default
  109. tellformatspy: Default
  110. replyformatto: Default
  111. replyformatfrom: Default
  112. replyformatspy: Default
  113.  
  114. # {sender} : player sendings name
  115. # {player} : player receivings name
  116. # {time} : time mail was sent
  117. # use Default for the basic formatting
  118. mailformat: Default
  119.  
  120. # {host} : party hosts name
  121. # {player} : player name
  122. # use Default for the basic formatting
  123. partyformat: Default
  124.  
  125. broadcastafk: false
  126. formatcleaner: true
  127.  
  128. # If true, /ignore will block chat from the ignored player as well as PM's
  129. ignorechat: false
  130.  
  131. # The message shown to players alerting them no one is in the channel to hear them
  132. emptychannelalert: "&6No one is listening to you."
  133.  
  134. messageremoverpermissions: '&cYou need additional permissions to view this message!'
  135.  
  136. # The name of the group is the permissions node for the format
  137. # Example: mineversechat.json.Owner is the node for the group Owner
  138. # A lower priority overrides a higher priority if a player has more than 1 group
  139. # Possible options for click_name and click_prefix are suggest_command, run_command, and open_url
  140. jsonformatting:
  141. Default: # This default format is required! Do not delete or rename it!
  142. priority: 2147483647 # Integer.MAX_VALUE
  143. hover_name:
  144. - '&6I have no rank!'
  145. click_name: 'suggest_command'
  146. click_name_text: '/msg {player_name}'
  147. hover_prefix:
  148. - '&dI am default!'
  149. click_prefix: 'run_command'
  150. click_prefix_text: '/help'
  151. hover_suffix:
  152. - '&dI am default suffix!'
  153. click_suffix: 'suggest_command'
  154. click_suffix_text: '/msg {player_name}'
  155. Owner:
  156. priority: 1 # Lowest Priority
  157. hover_name:
  158. - '&cOwner of the server!'
  159. - '&bMessage me for help!'
  160. click_name: 'suggest_command'
  161. click_name_text: '/msg {player_name}'
  162. hover_prefix:
  163. - '&dServer Owner'
  164. click_prefix: 'run_command'
  165. click_prefix_text: '/help'
  166. hover_suffix:
  167. - '&dI am Owner suffix!'
  168. click_suffix: 'suggest_command'
  169. click_suffix_text: '/msg {player_name}'
  170.  
  171. # The icon is the block shown in the GUI
  172. # The text is the display name of the block icon
  173. # Include a slash (/) before the command
  174. # Permissions automatically include "mineversechat."
  175. # Example: permissions: alert equals mineversechat.alert
  176. venturegui:
  177. mute:
  178. icon: 'REDSTONE_BLOCK'
  179. durability: 0
  180. text: '&cMute {player_name}'
  181. permission: 'mute'
  182. command: '/mute {player_name} {channel} 10'
  183. slot: 1
  184. unmute:
  185. icon: 'DIAMOND_BLOCK'
  186. durability: 0
  187. text: '&bUnmute {player_name}'
  188. permission: 'mute'
  189. command: '/unmute {player_name} {channel}'
  190. slot: 2
  191. removemessage:
  192. icon: 'DIAMOND_AXE'
  193. durability: 0
  194. text: '&cRemove Message'
  195. permission: 'removemessage'
  196. command: '/removemessage {hash} true'
  197. slot: 7
  198.  
  199. guiicon: '&c [✓]'
  200. guitext: '&cOpen Moderation GUI'
  201. guirows: 1
  202.  
  203. # All clickable URL's will be underlined if set to true
  204. underlineurls: true
  205.  
  206. # broadcast information
  207. broadcast:
  208. color: red
  209. permissions: mineversechat.adminchannel
  210. displaytag: '[Broadcast]'
  211.  
  212. # Use $ to include arguments into the message
  213. # Valid component types are:
  214. # Command: Sends a message or command in chat
  215. # Message: Sends a message to the player
  216. # Broadcast: Sends a broadcast to all players on the server
  217. # Permissions automatically include "mineversechat."
  218. # Example: permissions: alert equals mineversechat.alert
  219. # Use None for no permissions
  220. # The number of arguments is the minimum number of required arguments, use 0 for no required arguments
  221. alias:
  222.  
  223. # Valid modes are:
  224. # * Everyone
  225. # v Voice and up
  226. # h HalfOp and up
  227. # q Owner
  228. # o Op and up
  229. # Enter components like console commands
  230. # Arguments are accepted
  231. irc:
  232. enabled: false
  233. nick: 'MineverseChatBot'
  234. login: 'MineverseChatbot'
  235. server: 'irc.freenode.net'
  236. port: 6667
  237. channel: '#mineversechat'
  238. trustallcertificates: true
  239. # the delay before the bot logs into the channel in seconds
  240. # increase the time if the bot fails to login
  241. channeldelay: 60
  242. commands:
  243. mute:
  244. mode: 'v'
  245. components:
  246. - 'mute'
  247. ban:
  248. mode: 'o'
  249. components:
  250. - 'ban'
  251. kick:
  252. mode: 'v'
  253. components:
  254. - 'kick'
  255.  
  256. # color = [channel] color
  257. # chatcolor = text color
  258. # cooldown is in seconds
  259. # bungeecord overrides distance
  260. # channel permissions are configurable
  261. # channels can be changed, and new channels can be created
  262. # Permissions automatically include "mineversechat."
  263. # Example: permissions: staff equals mineversechat.staff
  264. # Use None for no permissions
  265.  
  266. # Legacy Placeholders:
  267. # Use PlaceholderAPI
  268. # {name} : player name
  269. # {nickname} : player nickname or name if they have no nickname
  270. # {prefix} : player prefix and color
  271. # {suffix} : player suffix and color
  272. # {servername} : name of the server in server.properties
  273. # {herolevel} : heroes hero level
  274. # {heroclass} : heroes hero class
  275. # {heroxp} : heroes hero xp
  276. # {herosecondclass} : heroes second class
  277. # {party} : heroes party
  278. # {herosecondmaster} : heroes second class master
  279. # {heromaster} : heroes class master
  280. # {herosecondlevel} : heroes second class level
  281. # {herosecondxp} : heroes second class xp
  282. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  283. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  284. # Use "" as the prefix or suffix to have none
  285. # use Default for the basic formatting
  286. channels:
  287. Rules:
  288. color: white
  289. chatcolor: white
  290. mutable: true
  291. filter: true
  292. autojoin: true
  293. default: true
  294. distance: 1
  295. cooldown: 0
  296. bungeecord: false
  297. alias: ruleschannel
  298. permissions: ruleschannel
  299. format: '&f[Error] {nickname} needs to read rules first. This message was not sent&f:'
  300. irc: false
  301. Global:
  302. color: green
  303. chatcolor: white
  304. mutable: true
  305. filter: true
  306. autojoin: true
  307. default: false
  308. distance: 0
  309. cooldown: 0
  310. bungeecord: false
  311. alias: g
  312. permissions: globalchannel
  313. format: '&f[&aG&f] {prefix}{nickname}&f:'
  314. irc: false
  315. Mod:
  316. color: gold
  317. chatcolor: gold
  318. mutable: false
  319. filter: false
  320. autojoin: true
  321. default: false
  322. distance: 0
  323. cooldown: 0
  324. bungeecord: false
  325. alias: m
  326. permissions: staffchannel
  327. format: '&f[&6Mod&f] {prefix}{nickname}&a:'
  328. irc: false
  329. Admin:
  330. color: red
  331. chatcolor: red
  332. mutable: false
  333. filter: false
  334. autojoin: true
  335. default: false
  336. distance: 0
  337. cooldown: 0
  338. bungeecord: false
  339. alias: a
  340. permissions: adminchannel
  341. format: '&f[&cAdmin&f] {prefix}{nickname}&c:'
  342. irc: false
  343. SAdmin:
  344. color: light_purple
  345. chatcolor: light_purple
  346. mutable: false
  347. filter: false
  348. autojoin: true
  349. default: false
  350. distance: 0
  351. cooldown: 0
  352. bungeecord: false
  353. alias: sa
  354. permissions: sadminchannel
  355. format: '&f[&dSeniorAdmin&f] {prefix}{nickname}&d:'
  356. irc: false
  357. SM:
  358. color: blue
  359. chatcolor: blue
  360. mutable: true
  361. filter: true
  362. autojoin: true
  363. default: false
  364. distance: 0
  365. cooldown: 0
  366. bungeecord: false
  367. alias: sm
  368. permissions: smchannel
  369. format: '&f[&9SM&f] {prefix}{nickname}&d:'
  370. irc: false
  371. Help:
  372. color: aqua
  373. chatcolor: aqua
  374. mutable: true
  375. filter: true
  376. autojoin: true
  377. default: false
  378. distance: 0
  379. cooldown: 0
  380. bungeecord: false
  381. alias: h
  382. permissions: None
  383. format: '&f[&bHelp&f] {prefix} {nickname}&b:'
  384. irc: false
  385. Local:
  386. color: gray
  387. chatcolor: gray
  388. mutable: true
  389. filter: true
  390. autojoin: true
  391. default: false
  392. distance: 230
  393. cooldown: 0
  394. bungeecord: false
  395. alias: l
  396. permissions: localchannel
  397. format: '&f[&7Local&f] {prefix} {nickname}&e:'
  398. irc: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement