Advertisement
stw222

Untitled

Jul 29th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.56 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[i1]a?tch(es)?),puppy
  14. - \blag,pussy
  15. - \bretarded,im retarded
  16.  
  17. # command without the /
  18. blockablecommands:
  19. - vote
  20. - me
  21.  
  22. # blacklisted nicknames
  23. nicknames:
  24. - Notch
  25.  
  26. nickname-in-tablist: true
  27.  
  28. commandspy:
  29. worldeditcommands: true
  30.  
  31. antispam:
  32. enabled: true
  33.  
  34. # number of messages to be spam
  35. spamnumber: 5
  36.  
  37. # amount of time in seconds for it to be spam
  38. spamtime: 10
  39.  
  40. # amount of time in minutes for the mute to last, use 0 for untimed mute
  41. mutetime: 10
  42.  
  43. # Logging chat and commands to a mysql database
  44. mysql:
  45. enabled: false
  46. user: Bungee
  47. port: 3306
  48. password:
  49. host: localhost
  50. database: Bungee_Venture
  51.  
  52. # Login and logout messages
  53. # Use Default for the vanilla login and logout messages
  54. login:
  55. enabled: true
  56. message: "{PLAYER} &d has joined &2Zuligen test&d!"
  57. logout:
  58. enabled: true
  59. message: "{PLAYER} &d has joined &2Zuligen test&d!"
  60.  
  61. # Loglevel feature is still in the works for adding of debug messages
  62. # Valid loglevels:
  63. # Info: Regular logging
  64. # Debug: Show extra messages and caught errors for debugging
  65. # Severe: Only show severe messages
  66. loglevel: info
  67.  
  68. # saveinterval is in minutes
  69. saveinterval: 30
  70.  
  71. # The time in seconds between each check to remove timed mutes
  72. unmuteinterval: 60
  73.  
  74. # The color of the private messages
  75. tellcolor: white
  76.  
  77. # Enables or disabled BungeeCord messaging
  78. bungeecordmessaging: true
  79.  
  80. # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
  81. vanishsupport: true
  82.  
  83. # {playerto} : player receivings name
  84. # {playerfrom} : player sendings name
  85. # use Default for the basic formatting
  86. tellformatto: Default
  87. tellformatfrom: Default
  88. tellformatspy: Default
  89. replyformatto: Default
  90. replyformatfrom: Default
  91. replyformatspy: Default
  92.  
  93. # {sender} : player sendings name
  94. # {player} : player receivings name
  95. # {time} : time mail was sent
  96. # use Default for the basic formatting
  97. mailformat: Default
  98.  
  99. # {host} : party hosts name
  100. # {player} : player name
  101. # use Default for the basic formatting
  102. partyformat: Default
  103.  
  104. broadcastafk: true
  105. formatcleaner: true
  106.  
  107. # If true, /ignore will block chat from the ignored player as well as PM's
  108. ignorechat: false
  109.  
  110. # The message shown to players alerting them no one is in the channel to hear them
  111. emptychannelalert: "&6No one is in the chat."
  112.  
  113. messageremoverpermissions: '&cYou need additional permissions to view this message!'
  114. messageremovertext: '&c&o<message removed>'
  115.  
  116. # The name of the group is the permissions node for the format
  117. # Example: venturechat.json.Owner is the node for the group Owner
  118. # A lower priority overrides a higher priority if a player has more than 1 group
  119. # Possible options for click_name and click_prefix are suggest_command, run_command, and open_url
  120. jsonformatting:
  121. Default: # This default format is required! Do not delete or rename it!
  122. priority: 2147483647 # Integer.MAX_VALUE
  123. hover_name:
  124. - '&6I am a Member!'
  125. click_name: 'suggest_command'
  126. click_name_text: '/msg {player_name}'
  127. hover_prefix:
  128. - '&dI am default!'
  129. click_prefix: 'run_command'
  130. click_prefix_text: '/help'
  131. Gold:
  132. priority: 80
  133. hover_name:
  134. - '&dYou should donate to this awesome server'
  135. click_name: 'suggest_command'
  136. click_name_text: '/msg {player_name}'
  137. hover_prefix:
  138. - '&6I am a donor'
  139. click_prefix: 'run_command'
  140. click_prefix_text: '/help'
  141. Diamond:
  142. priority: 70
  143. hover_name:
  144. - '&dYou should donate to this awesome server'
  145. click_name: 'suggest_command'
  146. click_name_text: '/msg {player_name}'
  147. hover_prefix:
  148. - '&6I am a donor'
  149. click_prefix: 'run_command'
  150. click_prefix_text: '/help'
  151. Emerald:
  152. priority: 60
  153. hover_name:
  154. - '&dYou should donate to this awesome server'
  155. click_name: 'suggest_command'
  156. click_name_text: '/msg {player_name}'
  157. hover_prefix:
  158. - '&6I am a donor'
  159. click_prefix: 'run_command'
  160. click_prefix_text: '/help'
  161. Helper:
  162. priority: 50
  163. hover_name:
  164. - '&6Ask me Questions'
  165. click_name: 'suggest_command'
  166. click_name_text: '/msg {player_name}'
  167. hover_prefix:
  168. - '&dI am a helper'
  169. click_prefix: 'run_command'
  170. click_prefix_text: '/help'
  171. Mod:
  172. priority: 40
  173. hover_name:
  174. - '&6Ask me questions'
  175. click_name: 'suggest_command'
  176. click_name_text: '/msg {player_name}'
  177. hover_prefix:
  178. - '&dI am a Moderator!'
  179. click_prefix: 'run_command'
  180. click_prefix_text: '/help'
  181. Admin:
  182. priority: 30
  183. hover_name:
  184. - '&6Ask me questions!'
  185. click_name: 'suggest_command'
  186. click_name_text: '/msg {player_name}'
  187. hover_prefix:
  188. - '&dI am an Admin!'
  189. click_prefix: 'run_command'
  190. click_prefix_text: '/help'
  191. HeadAdmin:
  192. priority: 20
  193. hover_name:
  194. - '&6I run the Minecraft server'
  195. click_name: 'suggest_command'
  196. click_name_text: '/msg {player_name}'
  197. hover_prefix:
  198. - '&dI am an Admin'
  199. click_prefix: 'run_command'
  200. click_prefix_text: '/help'
  201. CoOwner:
  202. priority: 10
  203. hover_name:
  204. - '&6I love the Owner!'
  205. click_name: 'suggest_command'
  206. click_name_text: '/msg {player_name}'
  207. hover_prefix:
  208. - '&dI am the Co-Owner!'
  209. click_prefix: 'run_command'
  210. click_prefix_text: '/help'
  211. Owner:
  212. priority: 1 # Lowest Priority
  213. hover_name:
  214. - '&cI run everything besides!'
  215. - '&cthe Minecraft Server!'
  216. click_name: 'suggest_command'
  217. click_name_text: '/buy'
  218. hover_prefix:
  219. - '&dServer Owner'
  220. click_prefix: 'run_command'
  221. click_prefix_text: 'hi'
  222.  
  223. # The icon is the block shown in the GUI
  224. # The text is the display name of the block icon
  225. # Include a slash (/) before the command
  226. # Permissions are the name of the button and automatically include "venturechat."
  227. # Example: mute equals venturechat.mute
  228. venturegui:
  229. mute:
  230. icon: 'REDSTONE_BLOCK'
  231. durability: 0
  232. text: '&cMute {player_name}'
  233. permission: 'mute'
  234. command: '/mute {player_name} {channel} 10'
  235. slot: 1
  236. unmute:
  237. icon: 'DIAMOND_BLOCK'
  238. durability: 0
  239. text: '&bUnmute {player_name}'
  240. permission: 'mute'
  241. command: '/unmute {player_name} {channel}'
  242. slot: 2
  243. removemessage:
  244. icon: 'DIAMOND_AXE'
  245. durability: 0
  246. text: '&cRemove Message'
  247. permission: 'removemessage'
  248. command: '/removemessage {hash} {channel}'
  249. slot: 7
  250.  
  251. guiicon: '&c [✓]'
  252. guitext: '&cOpen Moderation GUI'
  253. guirows: 1
  254.  
  255. # All clickable URL's will be underlined if set to true
  256. underlineurls: true
  257.  
  258. # broadcast information
  259. broadcast:
  260. color: red
  261. permissions: venturechat.adminchannel
  262. displaytag: '[Broadcast]'
  263.  
  264. # Use $ to include arguments into the message
  265. # Valid component types are:
  266. # Command: Sends a message or command in chat
  267. # Message: Sends a message to the player
  268. # Broadcast: Sends a broadcast to all players on the server
  269. # Permissions automatically include "venturechat."
  270. # Example: permissions: alert equals venturechat.alert
  271. # Use None for no permissions
  272. # The number of arguments is the minimum number of required arguments, use 0 for no required arguments
  273. alias:
  274. # vote:
  275. # arguments: 0
  276. # permissions: None
  277. # components:
  278. # - 'Message: &6Vote here: www.votelinkhere.com'
  279. # bane:
  280. # arguments: 2
  281. # permissions: bane
  282. # components:
  283. # - 'Command: /ban $ appeal at www.site.com'
  284. # - 'Command: /st banned $'
  285. alert:
  286. arguments: 1
  287. permissions: alert
  288. components:
  289. - 'Broadcast: &c<Alert> $'
  290. donate:
  291. arguments: 0
  292. permissions: None
  293. components:
  294. - 'Message: &bDonate here: http://zuligen.com/#intro'
  295. website:
  296. arguments: 0
  297. permissions: None
  298. components:
  299. - 'Message: &aThis is our website: http://zuligen.com'
  300. tell:
  301. arguments: 0
  302. permissions: None
  303. components:
  304. - 'Command: /vtell$'
  305. whisper:
  306. arguments: 0
  307. permissions: None
  308. components:
  309. - 'Command: /vwhisper$'
  310. w:
  311. arguments: 0
  312. permissions: None
  313. components:
  314. - 'Command: /vwhisper$'
  315. msg:
  316. arguments: 0
  317. permissions: None
  318. components:
  319. - 'Command: /vmessage$'
  320. message:
  321. arguments: 0
  322. permissions: None
  323. components:
  324. - 'Command: /vmessage$'
  325.  
  326. # Valid modes are:
  327. # * Everyone
  328. # v Voice and up
  329. # h HalfOp and up
  330. # q Owner
  331. # o Op and up
  332. # Enter components like console commands
  333. # Arguments are accepted
  334. irc:
  335. enabled: false
  336. nick: 'VentureChatBot'
  337. login: 'VentureChatbot'
  338. server: 'irc.freenode.net'
  339. port: 6667
  340. channel: '#venturechat'
  341. trustallcertificates: true
  342. # the delay before the bot logs into the channel in seconds
  343. # increase the time if the bot fails to login
  344. channeldelay: 60
  345. commands:
  346. mute:
  347. mode: 'v'
  348. components:
  349. - 'mute'
  350. ban:
  351. mode: 'o'
  352. components:
  353. - 'ban'
  354. kick:
  355. mode: 'v'
  356. components:
  357. - 'kick'
  358.  
  359. # Enables the creation of special Towny channels: Town and Nation
  360. # To create these channels, simply name two channels below "Town" and "Nation"
  361. # Bungeecord must be set to false for these channels!
  362. enable_towny_channel: false
  363.  
  364. # Enables the creation of a special faction only channel using the Factions plugin
  365. # To create this channel, simply name a channel below "Faction"
  366. # Bungeecord must be set to false for this channel!
  367. # WARNING: May not work for all versions of Factions!
  368. enable_factions_channel: false
  369.  
  370. # color = [channel] color
  371. # chatcolor = text color
  372. # cooldown is in seconds
  373. # bungeecord overrides distance
  374. # channel permissions are configurable
  375. # channels can be changed, and new channels can be created
  376. # Permissions automatically include "venturechat."
  377. # Example: permissions: staff equals venturechat.staff
  378. # Use None for no permissions
  379.  
  380. # Use PlaceholderAPI placeholders please!!!
  381. # Use PlaceholderAPI placeholders please!!!
  382. # Use PlaceholderAPI placeholders please!!!
  383. # Legacy Placeholders:
  384. # {name} : player name
  385. # {nickname} : player nickname or name if they have no nickname
  386. # {prefix} : player prefix and color
  387. # {suffix} : player suffix and color
  388. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  389. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  390. # Use "" as the prefix or suffix to have none
  391. # use Default for the basic formatting
  392. channels:
  393. Global:
  394. color: white
  395. chatcolor: white
  396. mutable: false
  397. filter: true
  398. autojoin: true
  399. default: true
  400. distance: 0
  401. cooldown: 0
  402. bungeecord: true
  403. alias: g
  404. permissions: None
  405. format: '{prefix} {nickname}&2:&f'
  406. irc: false
  407. Staff:
  408. color: green
  409. chatcolor: green
  410. mutable: false
  411. filter: false
  412. autojoin: true
  413. default: false
  414. distance: 0
  415. cooldown: 0
  416. bungeecord: true
  417. alias: st
  418. permissions: staffchannel
  419. format: '&f[&aStaff&f] {prefix} {nickname}&a:&f'
  420. irc: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement