Advertisement
Guest User

Untitled

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