Advertisement
Guest User

Untitled

a guest
Sep 17th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.60 KB | None | 0 0
  1. #===============================================================
  2. # MineverseChat 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. - (\banus),donuts
  14.  
  15. # command without the /
  16. blockablecommands:
  17. - voted
  18. - med
  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: 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: topcraft
  45. port: 3306
  46. password: exJWycYGs9S3YeJd
  47. host: bdd.topcraft.fr
  48. database: statistics
  49.  
  50. # Login and logout messages
  51. # Use Default for the vanilla login and logout messages
  52. login:
  53. enabled: false
  54. message: Default
  55. logout:
  56. enabled: false
  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: yellow
  74.  
  75. # Enables or disabled BungeeCord messaging
  76. bungeecordmessaging: true
  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: false
  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. messageremovericon: '&c[x]'
  112. messageremovertext: '&cRemove Message'
  113. messageremoverpermissions: '&cYou need additional permissions to view this message!'
  114.  
  115. # The name of the group is the permissions node for the format
  116. # Example: mineversechat.json.Owner is the node for the group Owner
  117. # A lower priority overrides a higher priority if a player has more than 1 group
  118. # Possible options for click_name and click_prefix are suggest_command, run_command, and open_url
  119.  
  120. jsonformatting:
  121. Default:
  122. priority: 2147483647 # Integer.MAX_VALUE
  123. hover_name:
  124. - ''
  125. #click_name: 'suggest_command'
  126. #click_name_text: '/msg {player}'
  127. hover_prefix:
  128. - ''
  129. click_prefix: ''
  130. click_prefix_text: ''
  131. Owner:
  132. priority: 1 # Lowest Priority
  133. hover_name:
  134. - '&cOwner of the server!'
  135. - '&bMessage me for help!'
  136. click_name: 'suggest_command'
  137. click_name_text: '/msg {player}'
  138. hover_prefix:
  139. - '&dServer Owner'
  140. click_prefix: 'run_command'
  141. click_prefix_text: '/help'
  142.  
  143. # The text is the message shown when hovering over the button
  144. # The icon is what is shown at the end of the chat message and can be clicked
  145. # Permissions automatically include "mineversechat."
  146. # Example: permissions: alert equals mineversechat.alert
  147. # Use "None" if you do not want permissions
  148. # Do not use a slash (/) before the command
  149. jsonbuttons:
  150. mute:
  151. text: '&4Mute Player'
  152. icon: '&4[!]'
  153. permission: 'mute'
  154. click_action: 'run_command'
  155. command: 'mute {player} {channel} 10m'
  156. unmute:
  157. text: '&bUnmute Player'
  158. icon: '&b[?]'
  159. permission: 'mute'
  160. click_action: 'run_command'
  161. command: 'unmute {player} {channel}'
  162.  
  163. # All clickable URL's will be underlined if set to true
  164. underlineurls: true
  165.  
  166. # broadcast information
  167. broadcast:
  168. color: red
  169. permissions: mineversechat.adminchannel
  170. displaytag: '[Broadcast]'
  171.  
  172. # Use $ to include arguments into the message
  173. # Valid component types are:
  174. # Command: Sends a message or command in chat
  175. # Message: Sends a message to the player
  176. # Broadcast: Sends a broadcast to all players on the server
  177. # Permissions automatically include "mineversechat."
  178. # Example: permissions: alert equals mineversechat.alert
  179. # Use None for no permissions
  180. # The number of arguments is the minimun number of required arguments, use 0 for no required arguments
  181. alias:
  182. boosts:
  183. arguments: 0
  184. permissions: None
  185. components:
  186. - 'Message: &6Etat des boosters jobs : &9http://www.topcraft.fr/boosters-jobs/'
  187. debut:
  188. arguments: 0
  189. permissions: None
  190. components:
  191. - 'Message: &aBien débuter sur TopCraft: &9https://www.topcraft.fr/debuts/'
  192. discord:
  193. arguments: 0
  194. permissions: None
  195. components:
  196. - 'Message: &aLien discord: &9https://discord.gg/Jb4sR46'
  197. dj:
  198. arguments: 0
  199. permissions: None
  200. components:
  201. - 'Message: &aLien Plug.DJ: &9https://plug.dj/topcraft-dj/'
  202. facebook:
  203. arguments: 0
  204. permissions: None
  205. components:
  206. - 'Message: &aLien page Facebook: &9https://www.facebook.com/topcraftfr/'
  207. banque:
  208. arguments: 0
  209. permissions: None
  210. components:
  211. - 'Message: &aLien page explication banque : &9https://www.topcraft.fr/banque/'
  212.  
  213.  
  214. # Valid modes are:
  215. # * Everyone
  216. # v Voice and up
  217. # h HalfOp and up
  218. # q Owner
  219. # o Op and up Enter components like console commands
  220. # Arguments are accepted
  221. irc:
  222. enabled: false
  223. nick: 'MineverseChatBot'
  224. login: 'MineverseChatbot'
  225. server: 'irc.freenode.net'
  226. port: 6667
  227. channel: '#mineversechat'
  228. trustallcertificates: true
  229. # the delay before the bot logs into the channel in seconds
  230. # increase the time if the bot fails to login
  231. channeldelay: 60
  232. commands:
  233. mute:
  234. mode: 'v'
  235. components:
  236. - 'mute'
  237. ban:
  238. mode: 'o'
  239. components:
  240. - 'ban'
  241. kick:
  242. mode: 'v'
  243. components:
  244. - 'kick'
  245.  
  246. # color = [channel] color
  247. # chatcolor = text color
  248. # cooldown is in seconds
  249. # bungeecord overrides distance
  250. # channel permissions are configurable
  251. # channels can be changed, and new channels can be created
  252. # Permissions automatically include "mineversechat."
  253. # Example: permissions: staff equals mineversechat.staff
  254. # Use None for no permissions
  255.  
  256. # Legacy Placeholders:
  257. # Use PlaceholderAPI
  258. # {name} : player name
  259. # {nickname} : player nickname or name if they have no nickname
  260. # {prefix} : player prefix and color
  261. # {suffix} : player suffix and color
  262. # {servername} : name of the server in server.properties
  263. # {herolevel} : heroes hero level
  264. # {heroclass} : heroes hero class
  265. # {heroxp} : heroes hero xp
  266. # {herosecondclass} : heroes second class
  267. # {party} : heroes party
  268. # {herosecondmaster} : heroes second class master
  269. # {heromaster} : heroes class master
  270. # {herosecondlevel} : heroes second class level
  271. # {herosecondxp} : heroes second class xp
  272. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  273. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  274. # Use "" as the prefix or suffix to have none
  275. # use Default for the basic formatting
  276. channels:
  277. Global:
  278. color: white
  279. chatcolor: white
  280. mutable: true
  281. filter: true
  282. autojoin: true
  283. default: true
  284. distance: 0
  285. cooldown: 0
  286. bungeecord: false
  287. # alias: g
  288. permissions: None
  289. format: '&a[Global]&f{vault_prefix}{essentials_nickname}{vault_suffix}&f:'
  290. irc: false
  291. Staff:
  292. color: green
  293. chatcolor: green
  294. mutable: false
  295. filter: false
  296. autojoin: false
  297. default: false
  298. distance: 0
  299. cooldown: 0
  300. bungeecord: false
  301. # alias: st
  302. permissions: staffchannel
  303. format: '&f[&aStaff&f] {vault_prefix}{essentials_nickname}{vault_suffix}&f:'
  304. irc: false
  305. Flood:
  306. color: white
  307. chatcolor: white
  308. mutable: true
  309. filter: true
  310. autojoin: false
  311. default: false
  312. distance: 0
  313. cooldown: 0
  314. bungeecord: false
  315. # alias: fl
  316. permissions: None
  317. format: '&f[&5Flood&f] {vault_prefix}{essentials_nickname}{vault_suffix}&f:'
  318. irc: false
  319. Commerce:
  320. color: white
  321. chatcolor: white
  322. mutable: true
  323. filter: true
  324. autojoin: true
  325. default: false
  326. distance: 0
  327. cooldown: 300
  328. bungeecord: false
  329. # alias: co
  330. permissions: None
  331. format: '&f[&bCommerce&f] {vault_prefix}{essentials_nickname}{vault_suffix}&f:'
  332. irc: false
  333. Local:
  334. color: white
  335. chatcolor: white
  336. mutable: true
  337. filter: true
  338. autojoin: true
  339. default: false
  340. distance: 230
  341. cooldown: 0
  342. bungeecord: false
  343. # alias: lo
  344. permissions: None
  345. format: '&f[&fLocal&f] {vault_prefix}{essentials_nickname}{vault_suffix}&f:'
  346. irc: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement