Advertisement
Guest User

Venture

a guest
Dec 2nd, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 12.04 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. - plugins
  43. - seed
  44. - reboot
  45. - stop
  46.  
  47. # blacklisted nicknames
  48. nicknames:
  49. - Notch
  50. - Sconosciuti
  51.  
  52. nickname-in-tablist: true
  53.  
  54. commandspy:
  55.   worldeditcommands: true
  56.  
  57. antispam:
  58.   enabled: true
  59.  
  60.   # number of messages to be spam
  61.   spamnumber: 5
  62.  
  63.   # amount of time in seconds for it to be spam
  64.   spamtime: 10
  65.  
  66.   # amount of time in minutes for the mute to last, use 0 for untimed mute
  67.   mutetime: 10
  68.  
  69. # Logging chat and commands to a mysql database
  70. mysql:
  71.   enabled: true
  72.   user: root
  73.   port: 3306
  74.   password: Pwc.19960128
  75.   host: localhost
  76.   database: venturechat
  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: 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.  
  133. # If true, /ignore will block chat from the ignored player as well as PM's
  134. ignorechat: false
  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: '/help'
  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: true
  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: &6Vote here: www.votelinkhere.com'
  232.   bane:
  233.     arguments: 2
  234.     permissions: bane
  235.     components:
  236.     - 'Command: /ban $ appeal at www.site.com'
  237.     - 'Command: /st banned $'
  238.   alert:
  239.     arguments: 1
  240.     permissions: alert
  241.     components:
  242.     - 'Broadcast: &c<Alert> $'
  243.   donate:
  244.     arguments: 0
  245.     permissions: None
  246.     components:
  247.     - 'Message: &bDonate here: www.mywebsite.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: 'MineverseChatBot'
  290.   login: 'MineverseChatbot'
  291.   server: 'irc.freenode.net'
  292.   port: 6667
  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: dark_green
  345.     chatcolor: dark_green
  346.     mutable: true
  347.     filter: true
  348.     autojoin: true
  349.     default: false
  350.     distance: 0
  351.     cooldown: 0
  352.     bungeecord: false
  353.     alias: g
  354.     permissions: None
  355.     format: '&f[&2Global&f] {prefix} {nickname}&2:'
  356.     irc: false
  357.   Staff:
  358.     color: green
  359.     chatcolor: green
  360.     mutable: false
  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: '&f[&aStaff&f] {prefix} {nickname}&a:'
  370.     irc: false
  371.   Admin:
  372.     color: red
  373.     chatcolor: red
  374.     mutable: false
  375.     filter: false
  376.     autojoin: true
  377.     default: false
  378.     distance: 0
  379.     cooldown: 0
  380.     bungeecord: false
  381.     alias: a
  382.     permissions: adminchannel
  383.     format: '&f[&cAdmin&f] {prefix} {nickname}&c:'
  384.     irc: false
  385.   Donator:
  386.     color: light_purple
  387.     chatcolor: light_purple
  388.     mutable: true
  389.     filter: true
  390.     autojoin: true
  391.     default: false
  392.     distance: 0
  393.     cooldown: 0
  394.     bungeecord: false
  395.     alias: d
  396.     permissions: donatorchannel
  397.     format: '&f[&dDonator&f] {prefix} {nickname}&d:'
  398.     irc: false
  399.   Help:
  400.     color: aqua
  401.     chatcolor: aqua
  402.     mutable: true
  403.     filter: true
  404.     autojoin: true
  405.     default: false
  406.     distance: 0
  407.     cooldown: 0
  408.     bungeecord: false
  409.     alias: h
  410.     permissions: None
  411.     format: '&f[&bHelp&f] {prefix} {nickname}&b:'
  412.     irc: false
  413.   Trade:
  414.     color: dark_aqua
  415.     chatcolor: dark_aqua
  416.     mutable: true
  417.     filter: true
  418.     autojoin: true
  419.     default: false
  420.     distance: 0
  421.     cooldown: 0
  422.     bungeecord: false
  423.     alias: t
  424.     permissions: None
  425.     format: '&f[&3Trade&f] {prefix} {nickname}&3:'
  426.     irc: false
  427.   Local:
  428.     color: yellow
  429.     chatcolor: yellow
  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: '&f[&eLocal&f] {prefix} {nickname}&e:'
  440.     irc: false
  441.   Network:
  442.     color: green
  443.     chatcolor: white
  444.     mutable: true
  445.     filter: true
  446.     autojoin: true
  447.     default: true
  448.     distance: 0
  449.     cooldown: 1
  450.     bungeecord: true
  451.     alias: n
  452.     permissions: None
  453.     format: '&f[&6Net&f - &5{servername}&f] {prefix} {nickname}&6:'
  454.     irc: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement