Advertisement
Guest User

Untitled

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