Advertisement
Guest User

config.yml

a guest
Apr 2nd, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.87 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. - (\b.?anus),donuts
  14. - (\ba+r*(se+|ss+(?!(ass|um|oc|ign|ist)).*?|s*e*h+[o0]*[l1]+e*[sz]*)\b),donuts
  15. - (b[i1]a?tch(es)?),puppy
  16. - Carpet Muncher,cookie monster
  17. - (\bc((?!ook\b)[o0]+c*|aw)k\W?(sucker|s*|he[ea]*d)\b),rooster
  18. - (\b[ck]r+a+p+(er|s|z)?\b),poopoo
  19. - (\bcu+m+\b),go
  20. - (\b.?[ck](u*n+|[l1]+[i1]+)t+[sz]*\b),peach
  21. - (\b.?d[1i](c?k(head)?|[l1]+d[o0])e?[sz]?\b),rooster
  22. - f u c k( e r)?,nono
  23. - (\b.?fai*g+[oei1]*t*[sz]*\b),cigar
  24. - Fudge Packer,fine person
  25. - (\b(m[uo]+th[ae]r?)?(f|ph)uc*k*(e[rn]|ah*|ing?|)[sz]?\b),oh dear
  26. - (\b(j(ac|er|ur)k\W?(of+))|(ji[sz]+i*m*)\b),bake brownies
  27. - (\b(ma+s+te?rbai?te?[rs]?|wank(er)?[sz]?)\b),bake brownies
  28. - orafi(s|ce),rooster
  29. - (\bp+[e3]+[ai]*n+[i1!ua]+s+),rooster
  30. - (\bp[i1]s+(?!(ton))(flap|face|drop)?),peepee
  31. - (\b.?sh[i1!y]t+(er?|y|head)?[sz]*),poopoo
  32. - (\bva[1i]?[gj]+[i1]+na+\b),peach
  33. - vu[1l]+va,peach
  34. - planet.?minecraft,another dimension
  35. - pmc,another dimension
  36. - ((\d+\.){3}\d+),another dimension
  37.  
  38. # command without the /
  39. blockablecommands:
  40. - vote
  41. - me
  42.  
  43. # blacklisted nicknames
  44. nicknames:
  45. - Notch
  46.  
  47. nickname-in-tablist: true
  48.  
  49. commandspy:
  50. worldeditcommands: true
  51.  
  52. antispam:
  53. enabled: false
  54.  
  55. # number of messages to be spam
  56. spamnumber: 5
  57.  
  58. # amount of time in seconds for it to be spam
  59. spamtime: 10
  60.  
  61. # amount of time in minutes for the mute to last, use 0 for untimed mute
  62. mutetime: 10
  63.  
  64. # Logging chat and commands to a mysql database
  65. mysql:
  66. enabled: false
  67. user: User
  68. port: 3306
  69. password: Password
  70. host: localhost
  71. database: Database
  72.  
  73. # Login and logout messages
  74. # Use Default for the vanilla login and logout messages
  75. login:
  76. enabled: true
  77. message: Default
  78. logout:
  79. enabled: true
  80. message: Default
  81.  
  82. # Loglevel feature is still in the works for adding of debug messages
  83. # Valid loglevels:
  84. # Info: Regular logging
  85. # Debug: Show extra messages and caught errors for debugging
  86. # Severe: Only show severe messages
  87. loglevel: info
  88.  
  89. # saveinterval is in minutes
  90. saveinterval: 30
  91.  
  92. # The time in seconds between each check to remove timed mutes
  93. unmuteinterval: 60
  94.  
  95. # The color of the private messages
  96. tellcolor: light_purple
  97.  
  98. # Enables or disabled BungeeCord messaging
  99. bungeecordmessaging: true
  100.  
  101. # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
  102. vanishsupport: true
  103.  
  104. # {playerto} : player receivings name
  105. # {playerfrom} : player sendings name
  106. # use Default for the basic formatting
  107. tellformatto: Default
  108. tellformatfrom: Default
  109. tellformatspy: Default
  110. replyformatto: Default
  111. replyformatfrom: Default
  112. replyformatspy: Default
  113.  
  114. # {sender} : player sendings name
  115. # {player} : player receivings name
  116. # {time} : time mail was sent
  117. # use Default for the basic formatting
  118. mailformat: Default
  119.  
  120. # {host} : party hosts name
  121. # {player} : player name
  122. # use Default for the basic formatting
  123. partyformat: Default
  124.  
  125. broadcastafk: false
  126. formatcleaner: true
  127.  
  128. # If true, /ignore will block chat from the ignored player as well as PM's
  129. ignorechat: false
  130.  
  131. # The message shown to players alerting them no one is in the channel to hear them
  132. emptychannelalert: "&6Вас никто не слышит."
  133.  
  134. messageremoverpermissions: '&cВам нужно особое разрешение, чтобы увидеть данное сообщение!'
  135.  
  136. # The name of the group is the permissions node for the format
  137. # Example: mineversechat.json.Owner is the node for the group Owner
  138. # A lower priority overrides a higher priority if a player has more than 1 group
  139. # Possible options for click_name and click_prefix are suggest_command, run_command, and open_url
  140. jsonformatting:
  141. Default: # This default format is required! Do not delete or rename it!
  142. priority: 2147483647 # Integer.MAX_VALUE
  143. hover_name:
  144. - '&6Игрок'
  145. click_name: 'suggest_command'
  146. click_name_text: '/msg '
  147. hover_prefix:
  148. - '&dI am default!'
  149. click_prefix: 'run_command'
  150. click_prefix_text: '/help'
  151. hover_suffix:
  152. - '&dI am default suffix!'
  153. click_suffix: 'suggest_command'
  154. click_suffix_text: '/msg {player_name}'
  155. Owner:
  156. priority: 1 # Lowest Priority
  157. hover_name:
  158. - '&cАдминистрация'
  159. - '&bНапишите, чтобы получить помощь'
  160. click_name: 'suggest_command'
  161. click_name_text: '/msg '
  162. hover_prefix:
  163. - '&dАдминистрация'
  164. click_prefix: 'run_command'
  165. click_prefix_text: '/help'
  166. hover_suffix:
  167. - ''
  168. click_suffix: 'suggest_command'
  169. click_suffix_text: '/msg {nickname} {name} {player_name} '
  170.  
  171. # The icon is the block shown in the GUI
  172. # The text is the display name of the block icon
  173. # Include a slash (/) before the command
  174. # Permissions automatically include "mineversechat."
  175. # Example: permissions: alert equals mineversechat.alert
  176. venturegui:
  177. mute:
  178. icon: 'REDSTONE_BLOCK'
  179. durability: 0
  180. text: '&cЗамутить {player_name} на 30 минут'
  181. permission: 'mute'
  182. command: '/mute {player_name} {channel} 30'
  183. slot: 1
  184. unmute:
  185. icon: 'DIAMOND_BLOCK'
  186. durability: 0
  187. text: '&bРазмутить {player_name}'
  188. permission: 'mute'
  189. command: '/unmute {player_name} {channel}'
  190. slot: 2
  191. kick:
  192. icon: 'MAGMA'
  193. durability: 0
  194. text: '&bКикнуть {player_name}'
  195. permission: 'kick'
  196. command: '/kick {player_name}'
  197. slot: 3
  198. removemessage:
  199. icon: 'DIAMOND_AXE'
  200. durability: 0
  201. text: '&cУдалить сообщения игрока'
  202. permission: 'removemessage'
  203. command: '/removemessage {hash} true'
  204. slot: 7
  205.  
  206. guiicon: '&e [✓]'
  207. guitext: '&eПокарать паршивца'
  208. guirows: 1
  209.  
  210. # All clickable URL's will be underlined if set to true
  211. underlineurls: true
  212.  
  213. # broadcast information
  214. broadcast:
  215. color: red
  216. permissions: mineversechat.adminchannel
  217. displaytag: '&c[&6Объявление&c]&f'
  218.  
  219. # Use $ to include arguments into the message
  220. # Valid component types are:
  221. # Command: Sends a message or command in chat
  222. # Message: Sends a message to the player
  223. # Broadcast: Sends a broadcast to all players on the server
  224. # Permissions automatically include "mineversechat."
  225. # Example: permissions: alert equals mineversechat.alert
  226. # Use None for no permissions
  227. # The number of arguments is the minimum number of required arguments, use 0 for no required arguments
  228. alias:
  229. tell:
  230. arguments: 0
  231. permissions: None
  232. components:
  233. - 'Command: /vtell$'
  234. whisper:
  235. arguments: 0
  236. permissions: None
  237. components:
  238. - 'Command: /vwhisper$'
  239. w:
  240. arguments: 0
  241. permissions: None
  242. components:
  243. - 'Command: /vwhisper$'
  244. msg:
  245. arguments: 0
  246. permissions: None
  247. components:
  248. - 'Command: /vmessage$'
  249. message:
  250. arguments: 0
  251. permissions: None
  252. components:
  253. - 'Command: /vmessage$'
  254.  
  255. # Valid modes are:
  256. # * Everyone
  257. # v Voice and up
  258. # h HalfOp and up
  259. # q Owner
  260. # o Op and up
  261. # Enter components like console commands
  262. # Arguments are accepted
  263. irc:
  264. enabled: false
  265. nick: 'MineverseChatBot'
  266. login: 'MineverseChatbot'
  267. server: 'irc.freenode.net'
  268. port: 6667
  269. channel: '#mineversechat'
  270. trustallcertificates: true
  271. # the delay before the bot logs into the channel in seconds
  272. # increase the time if the bot fails to login
  273. channeldelay: 60
  274. commands:
  275. mute:
  276. mode: 'v'
  277. components:
  278. - 'mute'
  279. ban:
  280. mode: 'o'
  281. components:
  282. - 'ban'
  283. kick:
  284. mode: 'v'
  285. components:
  286. - 'kick'
  287.  
  288. # color = [channel] color
  289. # chatcolor = text color
  290. # cooldown is in seconds
  291. # bungeecord overrides distance
  292. # channel permissions are configurable
  293. # channels can be changed, and new channels can be created
  294. # Permissions automatically include "mineversechat."
  295. # Example: permissions: staff equals mineversechat.staff
  296. # Use None for no permissions
  297.  
  298. # Legacy Placeholders:
  299. # Use PlaceholderAPI
  300. # {name} : player name
  301. # {nickname} : player nickname or name if they have no nickname
  302. # {prefix} : player prefix and color
  303. # {suffix} : player suffix and color
  304. # {servername} : name of the server in server.properties
  305. # {herolevel} : heroes hero level
  306. # {heroclass} : heroes hero class
  307. # {heroxp} : heroes hero xp
  308. # {herosecondclass} : heroes second class
  309. # {party} : heroes party
  310. # {herosecondmaster} : heroes second class master
  311. # {heromaster} : heroes class master
  312. # {herosecondlevel} : heroes second class level
  313. # {herosecondxp} : heroes second class xp
  314. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  315. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  316. # Use "" as the prefix or suffix to have none
  317. # use Default for the basic formatting
  318. channels:
  319. Global:
  320. color: white
  321. chatcolor: white
  322. mutable: true
  323. filter: true
  324. autojoin: true
  325. default: true
  326. distance: 0
  327. cooldown: 0
  328. bungeecord: false
  329. alias: g
  330. permissions: None
  331. format: '&f[&2Общий&f] {prefix}{nickname}&f:'
  332. irc: false
  333. Admin:
  334. color: red
  335. chatcolor: red
  336. mutable: false
  337. filter: false
  338. autojoin: true
  339. default: false
  340. distance: 0
  341. cooldown: 0
  342. bungeecord: false
  343. alias: a
  344. permissions: adminchannel
  345. format: '&f[&cАдминский&f] &c{nickname}:'
  346. irc: false
  347. Event:
  348. color: aqua
  349. chatcolor: aqua
  350. mutable: true
  351. filter: false
  352. autojoin: false
  353. default: false
  354. distance: 0
  355. cooldown: 0
  356. bungeecord: false
  357. alias: e
  358. permissions: None
  359. format: '&f[&bЭвенты&f] {prefix}{nickname}&b:'
  360. irc: false
  361. Trade:
  362. color: dark_green
  363. chatcolor: dark_green
  364. mutable: true
  365. filter: false
  366. autojoin: true
  367. default: false
  368. distance: 0
  369. cooldown: 0
  370. bungeecord: false
  371. alias: t
  372. permissions: None
  373. format: '&f[&3Торговля&f] {prefix}{nickname}&3:'
  374. irc: false
  375. Local:
  376. color: yellow
  377. chatcolor: yellow
  378. mutable: true
  379. filter: true
  380. autojoin: true
  381. default: false
  382. distance: 230
  383. cooldown: 0
  384. bungeecord: false
  385. alias: l
  386. permissions: None
  387. format: '&f[&eМестный&f] {prefix} {nickname}&e:'
  388. irc: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement