Advertisement
Guest User

for light

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