Advertisement
Guest User

Untitled

a guest
Jul 12th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.11 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.?twennywan),nineteen
  14.  
  15. # command without the /
  16. blockablecommands:
  17. - vote
  18. - me
  19.  
  20. # blacklisted nicknames
  21. nicknames:
  22. - Notch
  23.  
  24. nickname-in-tablist: false
  25.  
  26. commandspy:
  27. worldeditcommands: true
  28.  
  29. antispam:
  30. enabled: true
  31.  
  32. # number of messages to be spam
  33. spamnumber: 7
  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: debug
  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: gray
  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: '&8To &7{playerto} >'
  85. tellformatfrom: '&8From &7{playerfrom} >'
  86. tellformatspy: Default
  87. replyformatto: '&8To &7{playerto} >'
  88. replyformatfrom: '&8From &7{playerfrom} >'
  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: "&6[&e{host}'s Party&6] {player}:"
  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: 1 # 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.  
  133. # The icon is the block shown in the GUI
  134. # The text is the display name of the block icon
  135. # Include a slash (/) before the command
  136. # Permissions are the name of the button and automatically include "venturechat."
  137. # Example: mute equals venturechat.mute
  138. venturegui:
  139. mute:
  140. icon: 'REDSTONE_BLOCK'
  141. durability: 0
  142. text: '&cMute {player_name}'
  143. permission: 'mute'
  144. command: '/mute {player_name} {channel} 10'
  145. slot: 1
  146. unmute:
  147. icon: 'DIAMOND_BLOCK'
  148. durability: 0
  149. text: '&bUnmute {player_name}'
  150. permission: 'mute'
  151. command: '/unmute {player_name} {channel}'
  152. slot: 2
  153. removemessage:
  154. icon: 'DIAMOND_AXE'
  155. durability: 0
  156. text: '&cRemove Message'
  157. permission: 'removemessage'
  158. command: '/removemessage {hash} true'
  159. slot: 7
  160.  
  161. guiicon: '&c [✓]'
  162. guitext: '&cOpen Moderation GUI'
  163. guirows: 1
  164.  
  165. # All clickable URL's will be underlined if set to true
  166. underlineurls: true
  167.  
  168. # broadcast information
  169. broadcast:
  170. color: red
  171. permissions: venturechat.adminchannel
  172. displaytag: '&0|| &4Broadcast &0|| &c'
  173.  
  174. # Use $ to include arguments into the message
  175. # Valid component types are:
  176. # Command: Sends a message or command in chat
  177. # Message: Sends a message to the player
  178. # Broadcast: Sends a broadcast to all players on the server
  179. # Permissions automatically include "venturechat."
  180. # Example: permissions: alert equals venturechat.alert
  181. # Use None for no permissions
  182. # The number of arguments is the minimum number of required arguments, use 0 for no required arguments
  183. alias:
  184. website:
  185. arguments: 0
  186. permissions: None
  187. components:
  188. - 'Message: &7Our site - http://fermatamc.wikidot.com'
  189. tell:
  190. arguments: 0
  191. permissions: None
  192. components:
  193. - 'Command: /vtell$'
  194. whisper:
  195. arguments: 0
  196. permissions: None
  197. components:
  198. - 'Command: /vwhisper$'
  199. w:
  200. arguments: 0
  201. permissions: None
  202. components:
  203. - 'Command: /vwhisper$'
  204. msg:
  205. arguments: 0
  206. permissions: None
  207. components:
  208. - 'Command: /vmessage$'
  209. message:
  210. arguments: 0
  211. permissions: None
  212. components:
  213. - 'Command: /vmessage$'
  214. r:
  215. arguments: 0
  216. permissions: None
  217. components:
  218. - 'Command: /vmessage$'
  219.  
  220. # Valid modes are:
  221. # * Everyone
  222. # v Voice and up
  223. # h HalfOp and up
  224. # q Owner
  225. # o Op and up
  226. # Enter components like console commands
  227. # Arguments are accepted
  228. irc:
  229. enabled: false
  230. nick: 'VentureChatBot'
  231. login: 'VentureChatbot'
  232. server: 'irc.freenode.net'
  233. port: 6667
  234. channel: '#venturechat'
  235. trustallcertificates: true
  236. # the delay before the bot logs into the channel in seconds
  237. # increase the time if the bot fails to login
  238. channeldelay: 60
  239. commands:
  240. mute:
  241. mode: 'v'
  242. components:
  243. - 'mute'
  244. ban:
  245. mode: 'o'
  246. components:
  247. - 'ban'
  248. kick:
  249. mode: 'v'
  250. components:
  251. - 'kick'
  252.  
  253. # color = [channel] color
  254. # chatcolor = text color
  255. # cooldown is in seconds
  256. # bungeecord overrides distance
  257. # channel permissions are configurable
  258. # channels can be changed, and new channels can be created
  259. # Permissions automatically include "venturechat."
  260. # Example: permissions: staff equals venturechat.staff
  261. # Use None for no permissions
  262.  
  263. # Legacy Placeholders:
  264. # Use PlaceholderAPI
  265. # {name} : player name
  266. # {nickname} : player nickname or name if they have no nickname
  267. # {prefix} : player prefix and color
  268. # {suffix} : player suffix and color
  269. # {servername} : name of the server in server.properties
  270. # {herolevel} : heroes hero level
  271. # {heroclass} : heroes hero class
  272. # {heroxp} : heroes hero xp
  273. # {herosecondclass} : heroes second class
  274. # {party} : heroes party
  275. # {herosecondmaster} : heroes second class master
  276. # {heromaster} : heroes class master
  277. # {herosecondlevel} : heroes second class level
  278. # {herosecondxp} : heroes second class xp
  279. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  280. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  281. # Use "" as the prefix or suffix to have none
  282. # use Default for the basic formatting
  283. channels:
  284. Global:
  285. color: gray
  286. chatcolor: gray
  287. mutable: true
  288. filter: true
  289. autojoin: true
  290. default: true
  291. distance: 0
  292. cooldown: 0
  293. bungeecord: false
  294. alias: g
  295. permissions: None
  296. format: '&r &r{prefix}{name}:&7'
  297. irc: false
  298. Marshal:
  299. color: blue
  300. chatcolor: blue
  301. mutable: true
  302. filter: true
  303. autojoin: false
  304. default: false
  305. distance: 0
  306. cooldown: 0
  307. bungeecord: false
  308. alias: m
  309. permissions: venturechat.marshal
  310. format: '&1[&9M&1]&r &r{prefix}{name}:&9'
  311. irc: false
  312. Roleplay:
  313. color: pink
  314. chatcolor: gray
  315. mutable: true
  316. filter: true
  317. autojoin: false
  318. default: false
  319. distance: 0
  320. cooldown: 0
  321. bungeecord: false
  322. alias: rp
  323. permissions: None
  324. format: '&5[&dRP&5]&r &r{prefix}{name}:&7'
  325. irc: false
  326. Local:
  327. color: red
  328. chatcolor: red
  329. mutable: true
  330. filter: true
  331. autojoin: true
  332. default: false
  333. distance: 230
  334. cooldown: 0
  335. bungeecord: false
  336. alias: l
  337. permissions: None
  338. format: '&4[&cL&4] {prefix}{name}:&c'
  339. irc: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement