Advertisement
Guest User

Untitled

a guest
May 30th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.19 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. - pl
  41.  
  42. # blacklisted nicknames
  43. nicknames:
  44. - Notch
  45.  
  46. nickname-in-tablist: true
  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. # 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: false
  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: "&6*Crickets*"
  132.  
  133. messageremoverpermissions: '&cYou need additional permissions to view this message!'
  134.  
  135. # The name of the group is the permissions node for the format
  136. # Example: mineversechat.json.Owner is the node for the group Owner
  137. # A lower priority overrides a higher priority if a player has more than 1 group
  138. # Possible options for click_name and click_prefix are suggest_command, run_command, and open_url
  139. jsonformatting:
  140. Default: # This default format is required! Do not delete or rename it!
  141. priority: 2147483647 # Integer.MAX_VALUE
  142. hover_name:
  143. - '&6I have no rank!'
  144. click_name: 'suggest_command'
  145. click_name_text: '/msg {player_name}'
  146. hover_prefix:
  147. - '&dI am default!'
  148. click_prefix: 'run_command'
  149. click_prefix_text: '/help'
  150. hover_suffix:
  151. - '&dI am default suffix!'
  152. click_suffix: 'suggest_command'
  153. click_suffix_text: '/msg {player_name}'
  154. Owner:
  155. priority: 1 # Lowest Priority
  156. hover_name:
  157. - '&cOwner of the server!'
  158. - '&bMessage me for help!'
  159. click_name: 'suggest_command'
  160. click_name_text: '/msg {player_name}'
  161. hover_prefix:
  162. - '&dServer Owner'
  163. click_prefix: 'run_command'
  164. click_prefix_text: '/help'
  165. hover_suffix:
  166. - '&dI am Owner suffix!'
  167. click_suffix: 'suggest_command'
  168. click_suffix_text: '/msg {player_name}'
  169.  
  170. # The icon is the block shown in the GUI
  171. # The text is the display name of the block icon
  172. # Include a slash (/) before the command
  173. # Permissions are the name of the button and automatically include "venturechat."
  174. # Example: mute equals venturechat.mute
  175. venturegui:
  176. mute:
  177. icon: 'REDSTONE_BLOCK'
  178. durability: 0
  179. text: '&cMute {player_name}'
  180. permission: 'mute'
  181. command: '/mute {player_name} {channel} 10'
  182. slot: 1
  183. unmute:
  184. icon: 'DIAMOND_BLOCK'
  185. durability: 0
  186. text: '&bUnmute {player_name}'
  187. permission: 'mute'
  188. command: '/unmute {player_name} {channel}'
  189. slot: 2
  190. removemessage:
  191. icon: 'DIAMOND_AXE'
  192. durability: 0
  193. text: '&cRemove Message'
  194. permission: 'removemessage'
  195. command: '/removemessage {hash} true'
  196. slot: 7
  197.  
  198. guiicon: '&c [✓]'
  199. guitext: '&cOpen Moderation GUI'
  200. guirows: 1
  201.  
  202. # All clickable URL's will be underlined if set to true
  203. underlineurls: true
  204.  
  205. # broadcast information
  206. broadcast:
  207. color: red
  208. permissions: venturechat.adminchannel
  209. displaytag: '[Broadcast]'
  210.  
  211. # Use $ to include arguments into the message
  212. # Valid component types are:
  213. # Command: Sends a message or command in chat
  214. # Message: Sends a message to the player
  215. # Broadcast: Sends a broadcast to all players on the server
  216. # Permissions automatically include "venturechat."
  217. # Example: permissions: alert equals venturechat.alert
  218. # Use None for no permissions
  219. # The number of arguments is the minimum number of required arguments, use 0 for no required arguments
  220. alias:
  221. bane:
  222. arguments: 2
  223. permissions: bane
  224. components:
  225. - 'Command: /ban $ appeal at www.site.com'
  226. - 'Command: /st banned $'
  227. alert:
  228. arguments: 1
  229. permissions: alert
  230. components:
  231. - 'Broadcast: &c<Alert> $'
  232. donate:
  233. arguments: 0
  234. permissions: None
  235. components:
  236. - 'Message: &bDonate here: www.mywebsite.com'
  237. website:
  238. arguments: 0
  239. permissions: None
  240. components:
  241. - 'Message: &aThis is our website: www.site.net'
  242. tell:
  243. arguments: 0
  244. permissions: None
  245. components:
  246. - 'Command: /vtell$'
  247. whisper:
  248. arguments: 0
  249. permissions: None
  250. components:
  251. - 'Command: /vwhisper$'
  252. w:
  253. arguments: 0
  254. permissions: None
  255. components:
  256. - 'Command: /vwhisper$'
  257. msg:
  258. arguments: 0
  259. permissions: None
  260. components:
  261. - 'Command: /vmessage$'
  262. message:
  263. arguments: 0
  264. permissions: None
  265. components:
  266. - 'Command: /vmessage$'
  267.  
  268. # Valid modes are:
  269. # * Everyone
  270. # v Voice and up
  271. # h HalfOp and up
  272. # q Owner
  273. # o Op and up
  274. # Enter components like console commands
  275. # Arguments are accepted
  276. irc:
  277. enabled: false
  278. nick: 'VentureChatBot'
  279. login: 'VentureChatbot'
  280. server: 'irc.freenode.net'
  281. port: 6667
  282. channel: '#venturechat'
  283. trustallcertificates: true
  284. # the delay before the bot logs into the channel in seconds
  285. # increase the time if the bot fails to login
  286. channeldelay: 60
  287. commands:
  288. mute:
  289. mode: 'v'
  290. components:
  291. - 'mute'
  292. ban:
  293. mode: 'o'
  294. components:
  295. - 'ban'
  296. kick:
  297. mode: 'v'
  298. components:
  299. - 'kick'
  300.  
  301. # color = [channel] color
  302. # chatcolor = text color
  303. # cooldown is in seconds
  304. # bungeecord overrides distance
  305. # channel permissions are configurable
  306. # channels can be changed, and new channels can be created
  307. # Permissions automatically include "venturechat."
  308. # Example: permissions: staff equals venturechat.staff
  309. # Use None for no permissions
  310.  
  311. # Legacy Placeholders:
  312. # Use PlaceholderAPI
  313. # {name} : player name
  314. # {nickname} : player nickname or name if they have no nickname
  315. # {prefix} : player prefix and color
  316. # {suffix} : player suffix and color
  317. # {servername} : name of the server in server.properties
  318. # {herolevel} : heroes hero level
  319. # {heroclass} : heroes hero class
  320. # {heroxp} : heroes hero xp
  321. # {herosecondclass} : heroes second class
  322. # {party} : heroes party
  323. # {herosecondmaster} : heroes second class master
  324. # {heromaster} : heroes class master
  325. # {herosecondlevel} : heroes second class level
  326. # {herosecondxp} : heroes second class xp
  327. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  328. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  329. # Use "" as the prefix or suffix to have none
  330. # use Default for the basic formatting
  331. channels:
  332. Global:
  333. color: white
  334. chatcolor: white
  335. mutable: true
  336. filter: true
  337. autojoin: true
  338. default: true
  339. distance: 0
  340. cooldown: 0
  341. bungeecord: false
  342. alias: g
  343. permissions: None
  344. format: '&f[&2All&f] &6[&2{factions_faction}&6] &f{prefix}{nickname}&e:&r'
  345. irc: true
  346. Staff:
  347. color: green
  348. chatcolor: green
  349. mutable: false
  350. filter: false
  351. autojoin: true
  352. default: false
  353. distance: 0
  354. cooldown: 0
  355. bungeecord: false
  356. alias: st
  357. permissions: staffchannel
  358. format: '&f[&aStaff&f] {prefix} {nickname}&r:'
  359. irc: false
  360. Admin:
  361. color: red
  362. chatcolor: red
  363. mutable: false
  364. filter: false
  365. autojoin: true
  366. default: false
  367. distance: 0
  368. cooldown: 0
  369. bungeecord: false
  370. alias: a
  371. permissions: adminchannel
  372. format: '&f[&cAdmin&f] {prefix} {nickname}&c:&r'
  373. irc: false
  374. Donator:
  375. color: light_purple
  376. chatcolor: light_purple
  377. mutable: true
  378. filter: true
  379. autojoin: true
  380. default: false
  381. distance: 0
  382. cooldown: 0
  383. bungeecord: false
  384. alias: d
  385. permissions: donatorchannel
  386. format: '&f[&dDonator&f] {prefix} {nickname}&d:&r'
  387. irc: false
  388. Help:
  389. color: aqua
  390. chatcolor: aqua
  391. mutable: true
  392. filter: true
  393. autojoin: true
  394. default: false
  395. distance: 0
  396. cooldown: 0
  397. bungeecord: false
  398. alias: h
  399. permissions: None
  400. format: '&f[&bHelp&f] {prefix} {nickname}&b:&r'
  401. irc: false
  402. Trade:
  403. color: dark_aqua
  404. chatcolor: white
  405. mutable: true
  406. filter: true
  407. autojoin: true
  408. default: false
  409. distance: 0
  410. cooldown: 0
  411. bungeecord: false
  412. alias: t
  413. permissions: None
  414. format: '&f[&3Trade&f] {prefix} {nickname}&3:&r'
  415. irc: false
  416. Local:
  417. color: yellow
  418. chatcolor: yellow
  419. mutable: true
  420. filter: true
  421. autojoin: true
  422. default: false
  423. distance: 230
  424. cooldown: 0
  425. bungeecord: false
  426. alias: l
  427. permissions: None
  428. format: '&f[&eLocal&f] &6[&2{factions_faction}&6] &f{prefix}{nickname}&e:&r'
  429. irc: false
  430. Network:
  431. color: gold
  432. chatcolor: white
  433. mutable: true
  434. filter: true
  435. autojoin: true
  436. default: false
  437. distance: 0
  438. cooldown: 60
  439. bungeecord: true
  440. alias: n
  441. permissions: None
  442. format: '&f[&6Network&f] {prefix} {nickname}&e:&r'
  443. irc: false
  444. Factions:
  445. color: dark_green
  446. chatcolor: white
  447. mutable: true
  448. filter: true
  449. autojoin: true
  450. default: false
  451. distance: 0
  452. cooldown: 1
  453. bungeecord: false
  454. alias: f
  455. permissions: faction
  456. format: '&4[&cFactions&4] &f[&2{factions_faction}&f] &f{prefix}{nickname}&e:&r'
  457. irc: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement