Advertisement
Guest User

Other Servers Config Venture Chat

a guest
Feb 12th, 2016
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.55 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: 3
  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. # Loglevel feature is still in the works for adding of debug messages
  82. # Valid loglevels:
  83. # Info: Regular logging
  84. # Debug: Show extra messages and caught errors for debugging
  85. # Severe: Only show severe messages
  86. loglevel: info
  87.  
  88. # saveinterval is in minutes
  89. saveinterval: 30
  90.  
  91. # The time in seconds between each check to remove timed mutes
  92. unmuteinterval: 60
  93.  
  94. # The color of the private messages
  95. tellcolor: white
  96.  
  97. # Enables or disabled BungeeCord messaging
  98. bungeecordmessaging: true
  99.  
  100. # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
  101. vanishsupport: true
  102.  
  103. # {playerto} : player receivings name
  104. # {playerfrom} : player sendings name
  105. # use Default for the basic formatting
  106. tellformatto: Default
  107. tellformatfrom: Default
  108. tellformatspy: Default
  109. replyformatto: Default
  110. replyformatfrom: Default
  111. replyformatspy: Default
  112.  
  113. # {sender} : player sendings name
  114. # {player} : player receivings name
  115. # {time} : time mail was sent
  116. # use Default for the basic formatting
  117. mailformat: Default
  118.  
  119. # {host} : party hosts name
  120. # {player} : player name
  121. # use Default for the basic formatting
  122. partyformat: Default
  123.  
  124. broadcastafk: false
  125. formatcleaner: true
  126.  
  127. # If true, /ignore will block chat from the ignored player as well as PM's
  128. ignorechat: true
  129.  
  130. # The message shown to players alerting them no one is in the channel to hear them
  131. emptychannelalert: "&6No one is listening to you."
  132.  
  133. messageremovericon: '&c[x]'
  134. messageremovertext: '&cRemove Message'
  135. messageremoverpermissions: '&cYou need additional permissions to view this message!'
  136.  
  137. # The name of the group is the permissions node for the format
  138. # Example: mineversechat.json.Owner is the node for the group Owner
  139. # A lower priority overrides a higher priority if a player has more than 1 group
  140. # Possible options for click_name and click_prefix are suggest_command, run_command, and open_url
  141. jsonformatting:
  142. Default:
  143. priority: 2147483647 # Integer.MAX_VALUE
  144. hover_name:
  145. - '&7Message &b{player}'
  146. click_name: 'suggest_command'
  147. click_name_text: '/msg {player} '
  148. hover_prefix:
  149. - '&b{player} &fis the Default Rank&f, they should try donating'
  150. - '&7Click here'
  151. click_prefix: 'run_command'
  152. click_prefix_text: '/chestcommands open donations'
  153. Donator:
  154. priority: 2147483647 # Integer.MAX_VALUE
  155. hover_name:
  156. - '&7Message &b{player}'
  157. click_name: 'suggest_command'
  158. click_name_text: '/msg {player} '
  159. hover_prefix:
  160. - '&b{player} &fis &6Donator&f, become them today!'
  161. - '&7Click here'
  162. click_prefix: 'run_command'
  163. click_prefix_text: '/chestcommands open donations'
  164. Owner:
  165. priority: 1 # Lowest Priority
  166. hover_name:
  167. - '&7Message &c{player}'
  168. click_name: 'suggest_command'
  169. click_name_text: '/msg {player} '
  170. hover_prefix:
  171. - '&dServer Owner'
  172. - '&7Click for help'
  173. click_prefix: 'run_command'
  174. click_prefix_text: '/help'
  175.  
  176. # The text is the message shown when hovering over the button
  177. # The icon is what is shown at the end of the chat message and can be clicked
  178. # Permissions automatically include "mineversechat."
  179. # Example: permissions: alert equals mineversechat.alert
  180. # Use "None" if you do not want permissions
  181. # Do not use a slash (/) before the command
  182. jsonbuttons:
  183. mute:
  184. text: '&4Mute {player}'
  185. icon: '&4[!]'
  186. permission: 'mute'
  187. click_action: 'run_command'
  188. command: 'mute {player} {channel}'
  189. unmute:
  190. text: '&bUnmute {player}'
  191. icon: '&b[?]'
  192. permission: 'mute'
  193. click_action: 'run_command'
  194. command: 'unmute {player} {channel}'
  195.  
  196. # All clickable URL's will be underlined if set to true
  197. underlineurls: true
  198.  
  199. # broadcast information
  200. broadcast:
  201. color: red
  202. permissions: mineversechat.adminchannel
  203. displaytag: '[Broadcast]'
  204.  
  205. # Use $ to include arguments into the message
  206. # Valid component types are:
  207. # Command: Sends a message or command in chat
  208. # Message: Sends a message to the player
  209. # Broadcast: Sends a broadcast to all players on the server
  210. # Permissions automatically include "mineversechat."
  211. # Example: permissions: alert equals mineversechat.alert
  212. # Use None for no permissions
  213. # The number of arguments is the minimun number of required arguments, use 0 for no required arguments
  214. alias:
  215. vote:
  216. arguments: 0
  217. permissions: None
  218. components:
  219. - 'Command: /chestcommands open bal'
  220. alert:
  221. arguments: 1
  222. permissions: alert
  223. components:
  224. - 'Broadcast: &c<Alert> $'
  225. donate:
  226. arguments: 0
  227. permissions: None
  228. components:
  229. - 'Command: /chestcommands open donations'
  230. website:
  231. arguments: 0
  232. permissions: None
  233. components:
  234. - 'Message: &7[&6SuperRonanCraft&7] &aWebsite: &6SuperRonanCraft.Enjin.com'
  235.  
  236. # Valid modes are:
  237. # * Everyone
  238. # v Voice and up
  239. # h HalfOp and up
  240. # q Owner
  241. # o Op and up
  242. # Enter components like console commands
  243. # Arguments are accepted
  244. irc:
  245. enabled: false
  246. nick: 'MineverseChatBot'
  247. login: 'MineverseChatbot'
  248. server: 'irc.freenode.net'
  249. port: 6667
  250. channel: '#mineversechat'
  251. trustallcertificates: true
  252. # the delay before the bot logs into the channel in seconds
  253. # increase the time if the bot fails to login
  254. channeldelay: 60
  255. commands:
  256. mute:
  257. mode: 'v'
  258. components:
  259. - 'mute'
  260. ban:
  261. mode: 'o'
  262. components:
  263. - 'ban'
  264. kick:
  265. mode: 'v'
  266. components:
  267. - 'kick'
  268.  
  269. # color = [channel] color
  270. # chatcolor = text color
  271. # cooldown is in seconds
  272. # bungeecord overrides distance
  273. # channel permissions are configurable
  274. # channels can be changed, and new channels can be created
  275. # Permissions automatically include "mineversechat."
  276. # Example: permissions: staff equals mineversechat.staff
  277. # Use None for no permissions
  278.  
  279. # Legacy Placeholders:
  280. # Use PlaceholderAPI
  281. # {name} : player name
  282. # {nickname} : player nickname or name if they have no nickname
  283. # {prefix} : player prefix and color
  284. # {suffix} : player suffix and color
  285. # {servername} : name of the server in server.properties
  286. # {herolevel} : heroes hero level
  287. # {heroclass} : heroes hero class
  288. # {heroxp} : heroes hero xp
  289. # {herosecondclass} : heroes second class
  290. # {party} : heroes party
  291. # {herosecondmaster} : heroes second class master
  292. # {heromaster} : heroes class master
  293. # {herosecondlevel} : heroes second class level
  294. # {herosecondxp} : heroes second class xp
  295. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  296. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  297. # Use "" as the prefix or suffix to have none
  298. # use Default for the basic formatting
  299. channels:
  300. Global:
  301. color: dark_green
  302. chatcolor: white
  303. mutable: true
  304. filter: true
  305. autojoin: true
  306. default: true
  307. distance: 0
  308. cooldown: 0
  309. bungeecord: false
  310. alias: g
  311. permissions: None
  312. format: '{prefix} {nickname} &9>>>'
  313. irc: false
  314. Network:
  315. color: gold
  316. chatcolor: gold
  317. mutable: true
  318. filter: true
  319. autojoin: true
  320. default: false
  321. distance: 0
  322. cooldown: 0
  323. bungeecord: true
  324. alias: n
  325. permissions: None
  326. format: '{prefix} {nickname} &9>>>'
  327. irc: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement