Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.09 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(?i)l( |\.)?(a|4)( |\.)?g(g+)?\b,tuyệt vời
  14. - \b(?i)l( |\.)?(0|o)( |\.)?(l|z)(z+|l+)?\b,em là bede
  15. - \b(?i)l( |\.)?(Ô|ô|Ồ|ồ)( |\.)?n(n+)?\b,em là bede
  16. - \b(?i)(d|đ|Đ)( |\.)?(i|ị|j|Ị)( |\.)?(z|t)(t+|z+)?\b,yêu server
  17. - \b(?i)v( |\.)?c(c+)?\b,em là công túa
  18. - \b(?i)v( |\.)?(c|k)( |\.)?l(l+)?\b,em là công túa
  19. - \b(?i)(Đ|đ)( |\.)?(ụ|Ụ)\b,em là công túa
  20. - \b(?i)cc(c+)?\b,cụ Cười
  21. - \b(d|đ|Đ)( |\.)?(k|c)?( |\.)?m(m+)?\b,em là gay
  22. - \b(đ|Đ)( |\.)?(ĩ|Ĩ|ỉ|Ĩ)\b,yêu server
  23. - \b(?i)c( |\.)?(ặ|Ặ|ă|Ă)( |\.)?c(c+)?\b,tuyệt vời
  24. - \b(?i)c( |\.)?o( |\.)?n( |.|_)c( |\.)?(ặ|Ặ|ă|Ă|a)( |\.)?c\b,con chim non
  25. - c( |\.)?ặ( |\.)?c,tuyệt vời
  26. - \b(?i)v( |\.)?(k|c)?( |\.)?l(l+)?\b,mình có vếu lép
  27. - \b(?i)c( |\.)?u\b,con chim non
  28. - \b(?i)clgt\b,chuyện gì thế
  29. - \b(?i)(o|ó|Ó)c ch(o|ó|Ó)\b,giỏi quá
  30. - \b(?i)f( |\.)?u( |\.)?(c)?( |\.)?k(k+)?(er)?\b,I love you
  31. - \b(?i)bitch(h+)?(es)?\b,mình yêu bạn
  32.  
  33. # command without the /
  34. blockablecommands:
  35. - vote
  36. - me
  37.  
  38. # blacklisted nicknames
  39. nicknames:
  40. - Notch
  41.  
  42. nickname-in-tablist: false
  43.  
  44. commandspy:
  45. worldeditcommands: true
  46.  
  47. antispam:
  48. enabled: true
  49.  
  50. # number of messages to be spam
  51. spamnumber: 5
  52.  
  53. # amount of time in seconds for it to be spam
  54. spamtime: 10
  55.  
  56. # amount of time in minutes for the mute to last, use 0 for untimed mute
  57. mutetime: 10
  58.  
  59. # Logging chat and commands to a mysql database
  60. mysql:
  61. enabled: false
  62. user: User
  63. port: 3306
  64. password: Password
  65. host: localhost
  66. database: Database
  67.  
  68. # Login and logout messages
  69. # Use Default for the vanilla login and logout messages
  70. login:
  71. enabled: true
  72. message: '&f&l[&a&l+&f&l] &a&l{player} &eđã đăng nhập vào server'
  73. logout:
  74. enabled: true
  75. message: '&f&l[&c&l-&f&l] &a&l{player} &eđã thoát ra'
  76.  
  77. # Loglevel feature is still in the works for adding of debug messages
  78. # Valid loglevels:
  79. # Info: Regular logging
  80. # Debug: Show extra messages and caught errors for debugging
  81. # Severe: Only show severe messages
  82. loglevel: info
  83.  
  84. # saveinterval is in minutes
  85. saveinterval: 30
  86.  
  87. # The time in seconds between each check to remove timed mutes
  88. unmuteinterval: 60
  89.  
  90. # The color of the private messages
  91. tellcolor: white
  92.  
  93. # Enables or disabled BungeeCord messaging
  94. bungeecordmessaging: true
  95.  
  96. # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
  97. vanishsupport: true
  98.  
  99. # {playerto} : player receivings name
  100. # {playerfrom} : player sendings name
  101. # use Default for the basic formatting
  102. tellformatto: '&6Gửi đến &a&l{playerto}&6:&e&l'
  103. tellformatfrom: '&a&l{playerfrom} &6nhắn đến bạn:&e&l'
  104. tellformatspy: '&a&l{playerfrom} &6&l> &a&l{playerto}&3:'
  105. replyformatto: '&6Gửi đến &a&l{playerto}&6:&e&l'
  106. replyformatfrom: '&a&l{playerfrom} &6phản hồi:&e&l'
  107. replyformatspy: '&a&l{playerfrom} &6&l> &a&l{playerto}&3:'
  108.  
  109. # {sender} : player sendings name
  110. # {player} : player receivings name
  111. # {time} : time mail was sent
  112. # use Default for the basic formatting
  113. mailformat: Default
  114.  
  115. # {host} : party hosts name
  116. # {player} : player name
  117. # use Default for the basic formatting
  118. partyformat: Default
  119.  
  120. broadcastafk: false
  121. formatcleaner: true
  122.  
  123. # If true, /ignore will block chat from the ignored player as well as PM's
  124. ignorechat: false
  125.  
  126. # The message shown to players alerting them no one is in the channel to hear them
  127. emptychannelalert: "&6Không có ai nghe thấy bạn."
  128.  
  129. messageremoverpermissions: '&cBạn không có quyền xem tin nhắn này.'
  130.  
  131. # The name of the group is the permissions node for the format
  132. # Example: mineversechat.json.Owner is the node for the group Owner
  133. # A lower priority overrides a higher priority if a player has more than 1 group
  134. # Possible options for click_name and click_prefix are suggest_command, run_command, and open_url
  135. jsonformatting:
  136. Default:
  137. priority: 2147483647
  138. hover_name:
  139. - '&2♙ &a&l{player_name} {marriage_gender_chat_prefix}'
  140. - '&e⚑ &6&l&o{mvdw_factions_faction_name}'
  141. - '&b&l⚡ &c&l{mvdw_factions_player_power_rounded}/{mvdw_factions_player_maxpower_rounded}'
  142. - '&d♚ &f&l{mvdw_factions_player_title}'
  143. - '&c♥ &f&l{marriage_partner}'
  144. click_name: 'suggest_command'
  145. click_name_text: '/msg {player_name}'
  146. hover_prefix:
  147. - '&2♙ &a&l{player_name} {marriage_gender_chat_prefix}'
  148. - '&e⚑ &6&l&o{mvdw_factions_faction_name}'
  149. - '&b&l⚡ &c&l{mvdw_factions_player_power_rounded}/{mvdw_factions_player_maxpower_rounded}'
  150. - '&d♚ &f&l{mvdw_factions_player_title}'
  151. - '&c♥ &f&l{marriage_partner}'
  152. click_prefix: 'suggest_command'
  153. click_prefix_text: '/msg {player_name}'
  154. hover_suffix:
  155. - '&2♙ &a&l{player_name} {marriage_gender_chat_prefix}'
  156. - '&e⚑ &6&l&o{mvdw_factions_faction_name}'
  157. - '&b&l⚡ &c&l{mvdw_factions_player_power_rounded}/{mvdw_factions_player_maxpower_rounded}'
  158. - '&d♚ &f&l{mvdw_factions_player_title}'
  159. - '&c♥ &f&l{marriage_partner}'
  160. click_suffix: 'suggest_command'
  161. click_suffix_text: '/msg {player_name}'
  162.  
  163. # The icon is the block shown in the GUI
  164. # The text is the display name of the block icon
  165. # Include a slash (/) before the command
  166. # Permissions automatically include "mineversechat."
  167. # Example: permissions: alert equals mineversechat.alert
  168. venturegui:
  169. mute:
  170. icon: 'REDSTONE_BLOCK'
  171. durability: 0
  172. text: '&cCấm chat {player_name}'
  173. permission: 'mute'
  174. command: '/mute {player_name} {channel} 10'
  175. slot: 1
  176. unmute:
  177. icon: 'DIAMOND_BLOCK'
  178. durability: 0
  179. text: '&bBỏ cấm chat {player_name}'
  180. permission: 'mute'
  181. command: '/unmute {player_name} {channel}'
  182. slot: 2
  183. removemessage:
  184. icon: 'DIAMOND_AXE'
  185. durability: 0
  186. text: '&cXóa tin nhắn'
  187. permission: 'removemessage'
  188. command: '/removemessage {hash} true'
  189. slot: 7
  190.  
  191. guiicon: '&c ❖'
  192. guitext: '&cMở thiết lập'
  193. guirows: 1
  194.  
  195. # All clickable URL's will be underlined if set to true
  196. underlineurls: true
  197.  
  198. # broadcast information
  199. broadcast:
  200. color: red
  201. permissions: mineversechat.adminchannel
  202. displaytag: '[Thông báo]'
  203.  
  204. # Use $ to include arguments into the message
  205. # Valid component types are:
  206. # Command: Sends a message or command in chat
  207. # Message: Sends a message to the player
  208. # Broadcast: Sends a broadcast to all players on the server
  209. # Permissions automatically include "mineversechat."
  210. # Example: permissions: alert equals mineversechat.alert
  211. # Use None for no permissions
  212. # The number of arguments is the minimum number of required arguments, use 0 for no required arguments
  213. alias:
  214. bane:
  215. arguments: 2
  216. permissions: bane
  217. components:
  218. - 'Command: /ban $ appeal at www.site.com'
  219. - 'Command: /st banned $'
  220.  
  221. # Valid modes are:
  222. # * Everyone
  223. # v Voice and up
  224. # h HalfOp and up
  225. # q Owner
  226. # o Op and up
  227. # Enter components like console commands
  228. # Arguments are accepted
  229. irc:
  230. enabled: false
  231. nick: 'MineverseChatBot'
  232. login: 'MineverseChatbot'
  233. server: 'irc.freenode.net'
  234. port: 6667
  235. channel: '#mineversechat'
  236. trustallcertificates: true
  237. # the delay before the bot logs into the channel in seconds
  238. # increase the time if the bot fails to login
  239. channeldelay: 60
  240. commands:
  241. mute:
  242. mode: 'v'
  243. components:
  244. - 'mute'
  245. ban:
  246. mode: 'o'
  247. components:
  248. - 'ban'
  249. kick:
  250. mode: 'v'
  251. components:
  252. - 'kick'
  253.  
  254. # color = [channel] color
  255. # chatcolor = text color
  256. # cooldown is in seconds
  257. # bungeecord overrides distance
  258. # channel permissions are configurable
  259. # channels can be changed, and new channels can be created
  260. # Permissions automatically include "mineversechat."
  261. # Example: permissions: staff equals mineversechat.staff
  262. # Use None for no permissions
  263.  
  264. # Legacy Placeholders:
  265. # Use PlaceholderAPI
  266. # {name} : player name
  267. # {nickname} : player nickname or name if they have no nickname
  268. # {prefix} : player prefix and color
  269. # {suffix} : player suffix and color
  270. # {servername} : name of the server in server.properties
  271. # {herolevel} : heroes hero level
  272. # {heroclass} : heroes hero class
  273. # {heroxp} : heroes hero xp
  274. # {herosecondclass} : heroes second class
  275. # {party} : heroes party
  276. # {herosecondmaster} : heroes second class master
  277. # {heromaster} : heroes class master
  278. # {herosecondlevel} : heroes second class level
  279. # {herosecondxp} : heroes second class xp
  280. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  281. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  282. # Use "" as the prefix or suffix to have none
  283. # use Default for the basic formatting
  284. channels:
  285. Global:
  286. color: white
  287. chatcolor: white
  288. mutable: true
  289. filter: true
  290. autojoin: true
  291. default: true
  292. distance: 0
  293. cooldown: 0
  294. bungeecord: false
  295. alias: g
  296. permissions: None
  297. format: '&f{prefix}{nickname}{suffix}&f:'
  298. irc: false
  299. Staff:
  300. color: green
  301. chatcolor: green
  302. mutable: false
  303. filter: false
  304. autojoin: true
  305. default: false
  306. distance: 0
  307. cooldown: 0
  308. bungeecord: true
  309. alias: st
  310. permissions: staffchannel
  311. format: '&f[&aStaff&f] {prefix}{nickname}{suffix}&a:'
  312. irc: false
  313. Admin:
  314. color: red
  315. chatcolor: red
  316. mutable: false
  317. filter: false
  318. autojoin: true
  319. default: false
  320. distance: 0
  321. cooldown: 0
  322. bungeecord: true
  323. alias: a
  324. permissions: adminchannel
  325. format: '&f[&cAdmin&f] {prefix}{nickname}{suffix}&c:'
  326. irc: false
  327. Help:
  328. color: aqua
  329. chatcolor: aqua
  330. mutable: true
  331. filter: true
  332. autojoin: true
  333. default: false
  334. distance: 0
  335. cooldown: 0
  336. bungeecord: false
  337. alias: h
  338. permissions: helpchannel
  339. format: '&f[&bCần giúp đỡ&f] {prefix}{nickname}{suffix}&b:'
  340. irc: false
  341. Local:
  342. color: yellow
  343. chatcolor: yellow
  344. mutable: true
  345. filter: true
  346. autojoin: true
  347. default: false
  348. distance: 230
  349. cooldown: 0
  350. bungeecord: false
  351. alias: l
  352. permissions: None
  353. format: '&f[&eLân cận&f] {prefix}{nickname}{suffix}&e:'
  354. irc: false
  355. Network:
  356. color: gold
  357. chatcolor: gold
  358. mutable: true
  359. filter: true
  360. autojoin: true
  361. default: false
  362. distance: 0
  363. cooldown: 60
  364. bungeecord: true
  365. alias: nw
  366. permissions: None
  367. format: '&f[&6Network&f] {prefix}{nickname}{suffix}&6:'
  368. irc: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement