Advertisement
chris_61

Untitled

Jun 15th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 11.02 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: BuffaloChat
  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. # I recommend keeping this true, if you change it to false, it will be as if the player joined for the first time every time they join
  95. saveplayerdata: true
  96.  
  97. # saveinterval is in minutes
  98. saveinterval: 30
  99.  
  100. # The time in seconds between each check to remove timed mutes
  101. unmuteinterval: 60
  102.  
  103. # The color of the private messages
  104. tellcolor: white
  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. # Click events are not currently implemented
  142. jsonformatting:
  143.   Default:
  144.     priority: 200 # Integer.MAX_VALUE
  145.     hover_name:
  146.    - ''
  147.     click_name: ''
  148.     hover_prefix:
  149.     - '&6Rank: &7Peasant'
  150.     click_prefix: ''
  151.   Adventurer:
  152.     priority: 190 # Integer.MAX_VALUE
  153.     hover_name:
  154.    - ''
  155.     click_name: ''
  156.     hover_prefix:
  157.     - '&6Rank: &7Adventurer'
  158.     - '&6Time Required: &75 Hours'
  159.     click_prefix: ''
  160.   Citizen:
  161.     priority: 180 # Integer.MAX_VALUE
  162.     hover_name:
  163.    - ''
  164.     click_name: ''
  165.     hover_prefix:
  166.     - '&6Rank: &7Citizen'
  167.     - '&6Time Required: &712 Hours'
  168.     click_prefix: ''
  169.   Knight:
  170.     priority: 170 # Integer.MAX_VALUE
  171.     hover_name:
  172.    - ''
  173.     click_name: ''
  174.     hover_prefix:
  175.     - '&6Rank: &7Knight'
  176.     - '&6Time Required: &71 Day'
  177.     click_prefix: ''
  178.   Guardian:
  179.     priority: 160 # Integer.MAX_VALUE
  180.     hover_name:
  181.    - ''
  182.     click_name: ''
  183.     hover_prefix:
  184.     - '&6Rank: &7Guardian'
  185.     - '&6Time Required: &73 Days'
  186.     click_prefix: ''
  187.   Paladin:
  188.     priority: 150 # Integer.MAX_VALUE
  189.     hover_name:
  190.    - ''
  191.     click_name: ''
  192.     hover_prefix:
  193.     - '&6Rank: &7Paladin'
  194.     - '&6Time Required: &75 Days'
  195.     click_prefix: ''
  196.   Mayor:
  197.     priority: 140 # Integer.MAX_VALUE
  198.     hover_name:
  199.    - ''
  200.     click_name: ''
  201.     hover_prefix:
  202.     - '&6Rank: &7Mayor'
  203.     - '&6Time Required: &77 Days'
  204.     click_prefix: ''
  205.   Royalty:
  206.     priority: 130 # Integer.MAX_VALUE
  207.     hover_name:
  208.    - ''
  209.     click_name: ''
  210.     hover_prefix:
  211.     - '&6Rank: &7Royalty'
  212.     - '&6Time Required: &710 Days'
  213.     click_prefix: ''
  214.   Veteran:
  215.     priority: 120 # Integer.MAX_VALUE
  216.     hover_name:
  217.    - ''
  218.     click_name: ''
  219.     hover_prefix:
  220.     - '&6Rank: &7Veteran'
  221.     - '&6Time Required: &714 Days'
  222.     click_prefix: ''
  223.   Premium:
  224.     priority: 110 # Integer.MAX_VALUE
  225.     hover_name:
  226.    - ''
  227.     click_name: ''
  228.     hover_prefix:
  229.     - '&6Donation Rank: &7Premium'
  230.     - "&6Cost: &7£4.99"
  231.     click_prefix: ''
  232.   Elite:
  233.     priority: 100 # Integer.MAX_VALUE
  234.     hover_name:
  235.    - ''
  236.     click_name: ''
  237.     hover_prefix:
  238.     - '&6Donation Rank: &7Elite'
  239.     - '&6Cost: &7£10.00'
  240.     click_prefix: ''
  241.   Immortal:
  242.     priority: 90 # Integer.MAX_VALUE
  243.     hover_name:
  244.    - ''
  245.     click_name: ''
  246.     hover_prefix:
  247.     - '&6Donation Rank: &7Immortal'
  248.     - '&6Cost: &7£15.00'
  249.     click_prefix: ''
  250.   DemiGod:
  251.     priority: 80 # Integer.MAX_VALUE
  252.     hover_name:
  253.    - ''
  254.     click_name: ''
  255.     hover_prefix:
  256.     - '&6Donation Rank: &7DemiGod'
  257.     - '&6Cost: &7£30.00'
  258.     click_prefix: ''
  259.   God:
  260.     priority: 70 # Integer.MAX_VALUE
  261.     hover_name:
  262.    - ''
  263.     click_name: ''
  264.     hover_prefix:
  265.     - '&6Donation Rank: &7God'
  266.     - '&6Cost: &7£45.00'
  267.     click_prefix: ''
  268.   Mod:
  269.     priority: 60 # Integer.MAX_VALUE
  270.     hover_name:
  271.    - ''
  272.     click_name: ''
  273.     hover_prefix:
  274.    - '&dServer Moderator'
  275.     click_prefix: ''
  276.   Admin:
  277.     priority: 50 # Integer.MAX_VALUE
  278.     hover_name:
  279.    - ''
  280.     click_name: ''
  281.     hover_prefix:
  282.    - '&dServer Admin'
  283.     click_prefix: ''
  284.   Owner:
  285.     priority: 40 # Integer.MAX_VALUE
  286.     hover_name:
  287.    - ''
  288.     click_name: ''
  289.     hover_prefix:
  290.    - '&dServer Owner'
  291.     click_prefix: ''
  292.  
  293. # broadcast information
  294. broadcast:
  295.   color: red
  296.   permissions: mineversechat.adminchannel
  297.   displaytag: '&4[Broadcast]'
  298.  
  299. # Use $ to include arguments into the message  
  300. # Valid component types are:
  301. # Command: Sends a message or command in chat
  302. # Message: Sends a message to the player
  303. # Broadcast: Sends a broadcast to all players on the server
  304. # Permissions automatically include "mineversechat."
  305. # Example: permissions: alert equals mineversechat.alert
  306. # Use None for no permissions
  307. # The number of arguments is the minimun number of required arguments, use 0 for no required arguments
  308. alias:
  309.   alert:
  310.     arguments: 1
  311.     permissions: alert
  312.     components:
  313.     - 'Broadcast: &c<Alert> $'
  314.    
  315. # Valid modes are:
  316. # * Everyone
  317. # v Voice and up
  318. # h HalfOp and up
  319. # q Owner
  320. # o Op and up
  321. # Enter components like console commands
  322. # Arguments are accepted
  323. irc:
  324.   enabled: false
  325.   nick: 'MineverseChatBot'
  326.   login: 'MineverseChatbot'
  327.   server: 'irc.freenode.net'
  328.   port: 6667
  329.   channel: '#mineversechat'
  330.   trustallcertificates: true
  331.   # the delay before the bot logs into the channel in seconds
  332.   # increase the time if the bot fails to login
  333.   channeldelay: 60
  334.   commands:
  335.     mute:
  336.       mode: 'v'
  337.       components:
  338.      - 'mute'
  339.     ban:
  340.       mode: 'o'
  341.       components:
  342.      - 'ban'
  343.     kick:
  344.       mode: 'v'
  345.       components:
  346.      - 'kick'
  347.  
  348. # color = [channel] color
  349. # chatcolor = text color
  350. # cooldown is in seconds
  351. # bungeecord overrides distance
  352. # channel permissions are configurable
  353. # channels can be changed, and new channels can be created
  354. # Permissions automatically include "mineversechat."
  355. # Example: permissions: staff equals mineversechat.staff
  356. # Use None for no permissions
  357.  
  358. # format tags:
  359. # {jobs} : jobs title and color
  360. # {town} : towny town name
  361. # {pretown} : town formatted with the towny town colors
  362. # {nation} : towny nation name
  363. # {prenation} : nation formatted with the towny nation colors
  364. # {townytitle} : towny player title
  365. # {surname} : towny surname
  366. # {name} : player name or nickname if they have one
  367. # {prefix} : player prefix and color
  368. # {suffix} : player suffix and color
  369. # {group} : player group name
  370. # {groupprefix} : player group prefix
  371. # {groupsuffix} : player group suffix
  372. # {faction} : factions name
  373. # {factionstitle} : factions player title and color
  374. # {role} : factions player role prefix
  375. # {servername} : name of the server in server.properties
  376. # {world} : players world
  377. # {xp} : players xp level
  378. # {health} : players health
  379. # {mana} : heroes mana
  380. # {herolevel} : heroes hero level
  381. # {heroclass} : heroes hero class
  382. # {heroxp} : heroes hero xp
  383. # {herosecondclass} : heroes second class
  384. # {party} : heroes party
  385. # {herosecondmaster} : heroes second class master
  386. # {heromaster} : heroes class master
  387. # {herosecondlevel} : heroes second class level
  388. # {herosecondxp} : heroes second class xp
  389. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  390. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  391. # Use "" as the prefix or suffix to have none
  392. # use Default for the basic formatting
  393. channels:
  394.   Global:
  395.     color: white
  396.     chatcolor: white
  397.     mutable: true
  398.     filter: true
  399.     autojoin: true
  400.     default: true
  401.     distance: 0
  402.     cooldown: 10
  403.     bungeecord: true
  404.     alias: g
  405.     permissions: None
  406.     format: "&r[&6H&r] {prefix} {name} {suffix} &7\xbb"
  407.     irc: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement