Advertisement
Guest User

Untitled

a guest
Jan 19th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 11.52 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. commandspy:
  49.   worldeditcommands: true
  50.  
  51. antispam:
  52.   enabled: true
  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. # If you change this, please try and credit me; and do not try and steal the plugin as your own
  82. pluginname: MineverseChat
  83.  
  84. # Modify the plugin list to show the custom name of the plugin to players that have permission
  85. modifypluginlist: true
  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: Default
  113. tellformatfrom: Default
  114. tellformatspy: Default
  115. replyformatto: Default
  116. replyformatfrom: Default
  117. replyformatspy: Default
  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: Default
  129.  
  130. broadcastafk: false
  131. formatcleaner: true
  132. # If true, /ignore will block chat from the ignored player as well as PM's
  133. ignorechat: false
  134. messageremovericon: '&c[x]'
  135. messageremovertext: '&cRemove Message'
  136. messageremoverpermissions: '&cYou need additional permissions to view this message!'
  137.  
  138. # The name of the group is the permissions node for the format
  139. # Example: mineversechat.json.Owner is the node for the group Owner
  140. # A lower priority overrides a higher priority if a player has more than 1 group
  141. # Possible options for click_name and click_prefix are suggest_command, run_command, and open_url
  142. jsonformatting:
  143.   Default:
  144.     priority: 2147483647 # Integer.MAX_VALUE
  145.     hover_name:
  146.    - '&6I have no rank!'
  147.     click_name: 'suggest_command'
  148.     click_name_text: '/msg {player}'
  149.     hover_prefix:
  150.    - '&dI am default!'
  151.     click_prefix: 'run_command'
  152.     click_prefix_text: '/help'
  153.   Owner:
  154.     priority: 1 # Lowest Priority
  155.     hover_name:
  156.    - '&cOwner of the server!'
  157.     - '&bMessage me for help!'
  158.     click_name: 'suggest_command'
  159.     click_name_text: '/msg {player}'
  160.     hover_prefix:
  161.    - '&dServer Owner'
  162.     click_prefix: 'run_command'
  163.     click_prefix_text: '/help'
  164.  
  165. # The text is the message shown when hovering over the button
  166. # The icon is what is shown at the end of the chat message and can be clicked
  167. # Use "None" if you do not want permissions
  168. # Do not use a slash (/) before the command
  169. jsonbuttons:
  170.   mute:
  171.     text: '&4Mute Player'
  172.     icon: '&4[!]'
  173.     permission: 'mineversechat.mute'
  174.     command: 'mute {player} {channel}'
  175.   unmute:
  176.     text: '&bUnmute Player'
  177.     icon: '&b[?]'
  178.     permission: 'mineversechat.mute'
  179.     command: 'unmute {player} {channel}'
  180.  
  181. # All clickable URL's will be underlined if set to true
  182. underlineurls: true
  183.  
  184. # broadcast information
  185. broadcast:
  186.   color: red
  187.   permissions: mineversechat.adminchannel
  188.   displaytag: '[Broadcast]'
  189.  
  190. # Use $ to include arguments into the message  
  191. # Valid component types are:
  192. # Command: Sends a message or command in chat
  193. # Message: Sends a message to the player
  194. # Broadcast: Sends a broadcast to all players on the server
  195. # Permissions automatically include "mineversechat."
  196. # Example: permissions: alert equals mineversechat.alert
  197. # Use None for no permissions
  198. # The number of arguments is the minimun number of required arguments, use 0 for no required arguments
  199. alias:
  200.   vote:
  201.     arguments: 0
  202.     permissions: None
  203.     components:
  204.     - 'Message: &6Vote here: www.votelinkhere.com'
  205.   bane:
  206.     arguments: 2
  207.     permissions: bane
  208.     components:
  209.     - 'Command: /ban $ appeal at www.site.com'
  210.     - 'Command: /st banned $'
  211.   alert:
  212.     arguments: 1
  213.     permissions: alert
  214.     components:
  215.     - 'Broadcast: &c<Alert> $'
  216.   donate:
  217.     arguments: 0
  218.     permissions: None
  219.     components:
  220.     - 'Message: &bDonate here: www.mywebsite.com'
  221.   website:
  222.     arguments: 0
  223.     permissions: None
  224.     components:
  225.     - 'Message: &aThis is our website: www.site.net'
  226.    
  227. # Valid modes are:
  228. # * Everyone
  229. # v Voice and up
  230. # h HalfOp and up
  231. # q Owner
  232. # o Op and up
  233. # Enter components like console commands
  234. # Arguments are accepted
  235. irc:
  236.   enabled: false
  237.   nick: 'MineverseChatBot'
  238.   login: 'MineverseChatbot'
  239.   server: 'irc.freenode.net'
  240.   port: 6667
  241.   channel: '#mineversechat'
  242.   trustallcertificates: true
  243.   # the delay before the bot logs into the channel in seconds
  244.   # increase the time if the bot fails to login
  245.   channeldelay: 60
  246.   commands:
  247.     mute:
  248.       mode: 'v'
  249.       components:
  250.      - 'mute'
  251.     ban:
  252.       mode: 'o'
  253.       components:
  254.      - 'ban'
  255.     kick:
  256.       mode: 'v'
  257.       components:
  258.      - 'kick'
  259.  
  260. # color = [channel] color
  261. # chatcolor = text color
  262. # cooldown is in seconds
  263. # bungeecord overrides distance
  264. # channel permissions are configurable
  265. # channels can be changed, and new channels can be created
  266. # Permissions automatically include "mineversechat."
  267. # Example: permissions: staff equals mineversechat.staff
  268. # Use None for no permissions
  269.  
  270. # format tags:
  271. # {jobs} : jobs title and color
  272. # {town} : towny town name
  273. # {pretown} : town formatted with the towny town colors
  274. # {nation} : towny nation name
  275. # {prenation} : nation formatted with the towny nation colors
  276. # {townytitle} : towny player title
  277. # {surname} : towny surname
  278. # {name} : player name or nickname if they have one
  279. # {prefix} : player prefix and color
  280. # {suffix} : player suffix and color
  281. # {group} : player group name
  282. # {groupprefix} : player group prefix
  283. # {groupsuffix} : player group suffix
  284. # {faction} : factions name
  285. # {factionstitle} : factions player title and color
  286. # {role} : factions player role prefix
  287. # {servername} : name of the server in server.properties
  288. # {world} : players world
  289. # {xp} : players xp level
  290. # {health} : players health
  291. # {mana} : heroes mana
  292. # {herolevel} : heroes hero level
  293. # {heroclass} : heroes hero class
  294. # {heroxp} : heroes hero xp
  295. # {herosecondclass} : heroes second class
  296. # {party} : heroes party
  297. # {herosecondmaster} : heroes second class master
  298. # {heromaster} : heroes class master
  299. # {herosecondlevel} : heroes second class level
  300. # {herosecondxp} : heroes second class xp
  301. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  302. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  303. # Use "" as the prefix or suffix to have none
  304. # use Default for the basic formatting
  305. channels:
  306.   Global:
  307.     color: dark_green
  308.     chatcolor: dark_green
  309.     mutable: true
  310.     filter: true
  311.     autojoin: true
  312.     default: true
  313.     distance: 0
  314.     cooldown: 0
  315.     bungeecord: false
  316.     alias: g
  317.     permissions: None
  318.     format: '&f[&2Global&f] {prefix} {nickname}&2:'
  319.     irc: false
  320.   Staff:
  321.     color: green
  322.     chatcolor: green
  323.     mutable: false
  324.     filter: false
  325.     autojoin: true
  326.     default: false
  327.     distance: 0
  328.     cooldown: 0
  329.     bungeecord: false
  330.     alias: st
  331.     permissions: staffchannel
  332.     format: '&f[&aStaff&f] {prefix} {nickname}&a:'
  333.     irc: false
  334.   Admin:
  335.     color: red
  336.     chatcolor: red
  337.     mutable: false
  338.     filter: false
  339.     autojoin: true
  340.     default: false
  341.     distance: 0
  342.     cooldown: 0
  343.     bungeecord: false
  344.     alias: a
  345.     permissions: adminchannel
  346.     format: '&f[&cAdmin&f] {prefix} {nickname}&c:'
  347.     irc: false
  348.   Donator:
  349.     color: light_purple
  350.     chatcolor: light_purple
  351.     mutable: true
  352.     filter: true
  353.     autojoin: true
  354.     default: false
  355.     distance: 0
  356.     cooldown: 0
  357.     bungeecord: false
  358.     alias: d
  359.     permissions: donatorchannel
  360.     format: '&f[&dDonator&f] {prefix} {nickname}&d:'
  361.     irc: false
  362.   Help:
  363.     color: aqua
  364.     chatcolor: aqua
  365.     mutable: true
  366.     filter: true
  367.     autojoin: true
  368.     default: false
  369.     distance: 0
  370.     cooldown: 0
  371.     bungeecord: false
  372.     alias: h
  373.     permissions: None
  374.     format: '&f[&bHelp&f] {prefix} {nickname}&b:'
  375.     irc: false
  376.   Trade:
  377.     color: dark_aqua
  378.     chatcolor: dark_aqua
  379.     mutable: true
  380.     filter: true
  381.     autojoin: true
  382.     default: false
  383.     distance: 0
  384.     cooldown: 0
  385.     bungeecord: false
  386.     alias: t
  387.     permissions: None
  388.     format: '&f[&3Trade&f] {prefix} {nickname}&3:'
  389.     irc: false
  390.   Local:
  391.     color: yellow
  392.     chatcolor: yellow
  393.     mutable: true
  394.     filter: true
  395.     autojoin: true
  396.     default: false
  397.     distance: 230
  398.     cooldown: 0
  399.     bungeecord: false
  400.     alias: l
  401.     permissions: None
  402.     format: '&f[&eLocal&f] {prefix} {nickname}&e:'
  403.     irc: false
  404.   # Network:
  405.   #   color: gold
  406.   #   chatcolor: gold
  407.   #   mutable: true
  408.   #   filter: true
  409.   #   autojoin: true
  410.   #   default: false
  411.   #   distance: 0
  412.   #   cooldown: 60
  413.   #   bungeecord: true
  414.   #   alias: n
  415.   #   permissions: None
  416.   #   format: '&f[&6Network&f] {prefix} {nickname}&6:'
  417.   #   irc: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement