Advertisement
Guest User

Untitled

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