Advertisement
Guest User

Untitled

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