Advertisement
Guest User

Untitled

a guest
Mar 9th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.37 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. - vote
  18. # - me
  19.  
  20. # blacklisted nicknames
  21. nicknames:
  22. - Notch
  23.  
  24. commandspy:
  25. worldeditcommands: true
  26.  
  27. antispam:
  28. enabled: true
  29.  
  30. # number of messages to be spam
  31. spamnumber: 5
  32.  
  33. # amount of time in seconds for it to be spam
  34. spamtime: 10
  35.  
  36. # amount of time in minutes for the mute to last, use 0 for untimed mute
  37. mutetime: 10
  38.  
  39. # Logging chat and commands to a mysql database
  40. mysql:
  41. enabled: true
  42. user: mc1000
  43. port: 3306
  44. password: GS5nHzSVH2NA8xcg
  45. host: mysql.gforceservers.com
  46. database: mc1000
  47.  
  48. # Login and logout messages
  49. # Use Default for the vanilla login and logout messages
  50. login:
  51. enabled: true
  52. message: '&e{player} &bhas joined &cRoyal &9Rebels'
  53. logout:
  54. enabled: true
  55. message: '&e{player} &ahas left &cRoyal &9Rebels'
  56.  
  57. # If you change this, please try and credit me; and do not try and steal the plugin as your own
  58. pluginname: MineverseChat
  59.  
  60. # Modify the plugin list to show the custom name of the plugin to players that have permission
  61. modifypluginlist: true
  62.  
  63. # Loglevel feature is still in the works for adding of debug messages
  64. # Valid loglevels:
  65. # Info: Regular logging
  66. # Debug: Show extra messages and caught errors for debugging
  67. # Severe: Only show severe messages
  68. loglevel: info
  69.  
  70. # saveinterval is in minutes
  71. saveinterval: 30
  72.  
  73. # The time in seconds between each check to remove timed mutes
  74. unmuteinterval: 60
  75.  
  76. # The color of the private messages
  77. tellcolor: light_purple
  78.  
  79. # Enables or disabled BungeeCord messaging
  80. bungeecordmessaging: false
  81.  
  82. # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
  83. vanishsupport: true
  84.  
  85. # {playerto} : player receivings name
  86. # {playerfrom} : player sendings name
  87. # use Default for the basic formatting
  88. tellformatto: '&c@{playerto}:'
  89. tellformatfrom: '&eFrom {playerfrom}:'
  90. tellformatspy: '&c{playerfrom} &f-> &e{playerto}:'
  91. replyformatto: '&c@{playerto}:'
  92. replyformatfrom: '&eFrom {playerfrom}:'
  93. replyformatspy: '&c{playerfrom} &f-> &e{playerto}:'
  94.  
  95. # {sender} : player sendings name
  96. # {player} : player receivings name
  97. # {time} : time mail was sent
  98. # use Default for the basic formatting
  99. mailformat: Default
  100.  
  101. # {host} : party hosts name
  102. # {player} : player name
  103. # use Default for the basic formatting
  104. partyformat: Default
  105.  
  106. broadcastafk: false
  107. formatcleaner: true
  108. # If true, /ignore will block chat from the ignored player as well as PM's
  109. ignorechat: true
  110. messageremovericon: '&c[x]'
  111. messageremovertext: '&cRemove Message'
  112. messageremoverpermissions: '&cYou need additional permissions to view this message!'
  113.  
  114. # The name of the group is the permissions node for the format
  115. # Example: mineversechat.json.Owner is the node for the group Owner
  116. # A lower priority overrides a higher priority if a player has more than 1 group
  117. # Possible options for click_name and click_prefix are suggest_command, run_command, and open_url
  118. jsonformatting:
  119. Default:
  120. priority: 1000
  121. hover_name:
  122. - '&9Rebel Citizen'
  123. click_name: 'suggest_command'
  124. click_name_text: '/msg {player}'
  125. hover_prefix:
  126. - '&aI am a Citizen of the &9Rebels&a!'
  127. - '&aDown with the &cBritish&a!'
  128. click_prefix: 'suggest_command'
  129. click_prefix_text: '/msg {player}'
  130. Newcomer:
  131. priority: 10
  132. hover_name:
  133. - '&7Newcomer'
  134. click_name: 'suggest_command'
  135. click_name_text: '/msg {player}'
  136. hover_prefix:
  137. - '&aI am a new player on the server!'
  138. - '&aI have not picked my class or faction yet!'
  139. click_prefix: 'suggest_command'
  140. click_prefix_text: '/msg {player}'
  141. Rebel:
  142. priority: 10
  143. hover_name:
  144. - '&9Rebel Citizen'
  145. click_name: 'suggest_command'
  146. click_name_text: '/msg {player}'
  147. hover_prefix:
  148. - '&aI am a Citizen of the &9Rebels&a!'
  149. - '&aDown with the &cBritish&a!'
  150. click_prefix: 'suggest_command'
  151. click_prefix_text: '/msg {player}'
  152. British:
  153. priority: 10
  154. hover_name:
  155. - '&cBritish Citizen'
  156. click_name: 'suggest_command'
  157. click_name_text: '/msg {player}'
  158. hover_prefix:
  159. - '&aI am a Citizen of the &cBritish Society&a!'
  160. - '&aRespect me or be &cbeheaded&a!'
  161. click_prefix: 'suggest_command'
  162. click_prefix_text: '/msg {player}'
  163. TopHat:
  164. priority: 9
  165. hover_name:
  166. - '&dTop Hat Citizen'
  167. click_name: 'suggest_command'
  168. click_name_text: '/msg {player}'
  169. hover_prefix:
  170. - '&aI am a Citizen of the Colony of &dTop Hat!'
  171. - '&dLive free, be sexy.'
  172. click_prefix: 'suggest_command'
  173. click_prefix_text: '/msg {player}'
  174. TopHatLeader:
  175. priority: 4
  176. hover_name:
  177. - '&dTop Hat Leader'
  178. click_name: 'suggest_command'
  179. click_name_text: '/msg {player}'
  180. hover_prefix:
  181. - '&aI am the Leader of the Colony of &dTop Hat!'
  182. - '&dLive free, be sexy.'
  183. click_prefix: 'suggest_command'
  184. click_prefix_text: '/msg {player}'
  185. TopHatRecruiter:
  186. priority: 4
  187. hover_name:
  188. - '&dTop Hat Recruiter'
  189. click_name: 'suggest_command'
  190. click_name_text: '/msg {player}'
  191. hover_prefix:
  192. - '&aI am the recruiter of the Colony of &dTop Hat!'
  193. - '&dLive free, be sexy.'
  194. click_prefix: 'suggest_command'
  195. click_prefix_text: '/msg {player}'
  196. TopHatTreasurer:
  197. priority: 4
  198. hover_name:
  199. - '&dTop Hat Treasurer'
  200. click_name: 'suggest_command'
  201. click_name_text: '/msg {player}'
  202. hover_prefix:
  203. - '&aI am the treasurer of the Colony of &dTop Hat!'
  204. - '&dLive free, be sexy.'
  205. click_prefix: 'suggest_command'
  206. click_prefix_text: '/msg {player}'
  207. FunTown:
  208. priority: 9
  209. hover_name:
  210. - '&bFun Town Citizen'
  211. click_name: 'suggest_command'
  212. click_name_text: '/msg {player}'
  213. hover_prefix:
  214. - '&aI am a Citizen of the Colony of &bFun Town!'
  215. - '&bWe like to build, that is what we do!'
  216. click_prefix: 'suggest_command'
  217. click_prefix_text: '/msg {player}'
  218. FunTownLeader:
  219. priority: 4
  220. hover_name:
  221. - '&bFun Town Leader'
  222. click_name: 'suggest_command'
  223. click_name_text: '/msg {player}'
  224. hover_prefix:
  225. - '&aI am the leader of the Colony of &bFun Town!'
  226. - '&bWe like to build, that is what we do!'
  227. click_prefix: 'suggest_command'
  228. click_prefix_text: '/msg {player}'
  229. FunTownRecruiter:
  230. priority: 4
  231. hover_name:
  232. - '&bFun Town Recruiter'
  233. click_name: 'suggest_command'
  234. click_name_text: '/msg {player}'
  235. hover_prefix:
  236. - '&aI am the recruiter of the Colony of &bFun Town!'
  237. - '&bWe like to build, that is what we do!'
  238. click_prefix: 'suggest_command'
  239. click_prefix_text: '/msg {player}'
  240. FunTownTreasurer:
  241. priority: 4
  242. hover_name:
  243. - '&bFun Town Treasurer'
  244. click_name: 'suggest_command'
  245. click_name_text: '/msg {player}'
  246. hover_prefix:
  247. - '&aI am the treasurer of the Colony of &bFun Town!'
  248. - '&bWe like to build, that is what we do!'
  249. click_prefix: 'suggest_command'
  250. click_prefix_text: '/msg {player}'
  251. Architect:
  252. priority: 7
  253. hover_name:
  254. - '&aI am an &eArchitect &aon the &cRoyal &9Rebels &aServer!'
  255. - '&aI like to build cool things!'
  256. click_name: 'suggest_command'
  257. click_name_text: '/msg {player}'
  258. hover_prefix:
  259. - '&eServer Architect'
  260. click_prefix: 'suggest_command'
  261. click_prefix_text: '/msg {player}'
  262. Noble:
  263. priority: 6
  264. hover_name:
  265. - '&aI am a &eNoble &aon the &cRoyal &9Rebels &aServer!'
  266. - '&aI help people and moderate chat, message me for help!'
  267. click_name: 'suggest_command'
  268. click_name_text: '/msg {player}'
  269. hover_prefix:
  270. - '&eServer Noble'
  271. click_prefix: 'suggest_command'
  272. click_prefix_text: '/msg {player}'
  273. Advisor:
  274. priority: 2
  275. hover_name:
  276. - '&aI am an &eAdvisor &aon the &cRoyal &9Rebels &aServer!'
  277. - '&aI am an admin, message me for help!'
  278. click_name: 'suggest_command'
  279. click_name_text: '/msg {player}'
  280. hover_prefix:
  281. - '&eServer Advisor'
  282. click_prefix: 'suggest_command'
  283. click_prefix_text: '/msg {player}'
  284. Owner:
  285. priority: 1
  286. hover_name:
  287. - '&aI am an &6Owner &aof the &cRoyal &9Rebels &aServer!'
  288. - '&aI am an admin, message me for help!'
  289. click_name: 'suggest_command'
  290. click_name_text: '/msg {player}'
  291. hover_prefix:
  292. - '&6Server Owner'
  293. click_prefix: 'suggest_command'
  294. click_prefix_text: '/msg {player}'
  295.  
  296. # The text is the message shown when hovering over the button
  297. # The icon is what is shown at the end of the chat message and can be clicked
  298. # Use "None" if you do not want permissions
  299. # Do not use a slash (/) before the command
  300. jsonbuttons:
  301.  
  302. # All clickable URL's will be underlined if set to true
  303. underlineurls: true
  304.  
  305. # broadcast information
  306. broadcast:
  307. color: red
  308. permissions: mineversechat.adminchannel
  309. displaytag: '[Broadcast]'
  310.  
  311. # Use $ to include arguments into the message
  312. # Valid component types are:
  313. # Command: Sends a message or command in chat
  314. # Message: Sends a message to the player
  315. # Broadcast: Sends a broadcast to all players on the server
  316. # Permissions automatically include "mineversechat."
  317. # Example: permissions: alert equals mineversechat.alert
  318. # Use None for no permissions
  319. # The number of arguments is the minimun number of required arguments, use 0 for no required arguments
  320. alias:
  321. vote:
  322. arguments: 0
  323. permissions: None
  324. components:
  325. - 'Message: &6Vote here: www.votelinkhere.com'
  326. bane:
  327. arguments: 2
  328. permissions: bane
  329. components:
  330. - 'Command: /ban $ appeal at www.site.com'
  331. - 'Command: /st banned $'
  332. alert:
  333. arguments: 1
  334. permissions: alert
  335. components:
  336. - 'Broadcast: &c<Alert> $'
  337. donate:
  338. arguments: 0
  339. permissions: None
  340. components:
  341. - 'Message: &bDonate here: www.mywebsite.com'
  342. website:
  343. arguments: 0
  344. permissions: None
  345. components:
  346. - 'Message: &aThis is our website: www.site.net'
  347.  
  348. # Valid modes are:
  349. # * Everyone
  350. # v Voice and up
  351. # h HalfOp and up
  352. # q Owner
  353. # o Op and up
  354. # Enter components like console commands
  355. # Arguments are accepted
  356. irc:
  357. enabled: false
  358. nick: 'MineverseChatBot'
  359. login: 'MineverseChatbot'
  360. server: 'irc.freenode.net'
  361. port: 6667
  362. channel: '#mineversechat'
  363. trustallcertificates: true
  364. # the delay before the bot logs into the channel in seconds
  365. # increase the time if the bot fails to login
  366. channeldelay: 60
  367. commands:
  368. mute:
  369. mode: 'v'
  370. components:
  371. - 'mute'
  372. ban:
  373. mode: 'o'
  374. components:
  375. - 'ban'
  376. kick:
  377. mode: 'v'
  378. components:
  379. - 'kick'
  380.  
  381. # color = [channel] color
  382. # chatcolor = text color
  383. # cooldown is in seconds
  384. # bungeecord overrides distance
  385. # channel permissions are configurable
  386. # channels can be changed, and new channels can be created
  387. # Permissions automatically include "mineversechat."
  388. # Example: permissions: staff equals mineversechat.staff
  389. # Use None for no permissions
  390.  
  391. # format tags:
  392. # {jobs} : jobs title and color
  393. # {town} : towny town name
  394. # {pretown} : town formatted with the towny town colors
  395. # {nation} : towny nation name
  396. # {prenation} : nation formatted with the towny nation colors
  397. # {townytitle} : towny player title
  398. # {surname} : towny surname
  399. # {name} : player name or nickname if they have one
  400. # {prefix} : player prefix and color
  401. # {suffix} : player suffix and color
  402. # {group} : player group name
  403. # {groupprefix} : player group prefix
  404. # {groupsuffix} : player group suffix
  405. # {faction} : factions name
  406. # {factionstitle} : factions player title and color
  407. # {role} : factions player role prefix
  408. # {servername} : name of the server in server.properties
  409. # {world} : players world
  410. # {xp} : players xp level
  411. # {health} : players health
  412. # {mana} : heroes mana
  413. # {herolevel} : heroes hero level
  414. # {heroclass} : heroes hero class
  415. # {heroxp} : heroes hero xp
  416. # {herosecondclass} : heroes second class
  417. # {party} : heroes party
  418. # {herosecondmaster} : heroes second class master
  419. # {heromaster} : heroes class master
  420. # {herosecondlevel} : heroes second class level
  421. # {herosecondxp} : heroes second class xp
  422. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  423. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  424. # Use "" as the prefix or suffix to have none
  425. # use Default for the basic formatting
  426. channels:
  427. Global:
  428. color: white
  429. chatcolor: white
  430. mutable: true
  431. filter: false
  432. autojoin: true
  433. default: true
  434. distance: 0
  435. cooldown: 0
  436. bungeecord: false
  437. alias: g
  438. permissions: None
  439. format: '{prefix}{nickname}&f:'
  440. irc: false
  441. Councilor:
  442. color: gold
  443. chatcolor: gold
  444. mutable: true
  445. filter: false
  446. autojoin: true
  447. default: false
  448. distance: 0
  449. cooldown: 0
  450. bungeecord: false
  451. alias: c
  452. permissions: Councilor
  453. format: '&7[&6Councilors&7] {nickname}&6:'
  454. irc: false
  455. Advisor:
  456. color: yellow
  457. chatcolor: yellow
  458. mutable: true
  459. filter: false
  460. autojoin: true
  461. default: false
  462. distance: 0
  463. cooldown: 0
  464. bungeecord: false
  465. alias: ad
  466. permissions: Advisor
  467. format: '&7[&eAdvisors&7] {nickname}&e:'
  468. irc: false
  469. Noble:
  470. color: yellow
  471. chatcolor: yellow
  472. mutable: true
  473. filter: false
  474. autojoin: true
  475. default: false
  476. distance: 0
  477. cooldown: 0
  478. bungeecord: false
  479. alias: n
  480. permissions: Noble
  481. format: '&9[&eNoble&9] {nickname}&e:'
  482. irc: false
  483. Donator:
  484. color: dark_green
  485. chatcolor: dark_green
  486. mutable: true
  487. filter: false
  488. autojoin: true
  489. default: false
  490. distance: 0
  491. cooldown: 0
  492. bungeecord: false
  493. alias: d
  494. permissions: Donator
  495. format: '&4[&2Donator&4] {nickname}&2:'
  496. irc: false
  497. Architect:
  498. color: light_purple
  499. chatcolor: light_purple
  500. mutable: true
  501. filter: false
  502. autojoin: true
  503. default: false
  504. distance: 0
  505. cooldown: 0
  506. bungeecord: false
  507. alias: ar
  508. permissions: Architect
  509. format: '&7[&dArchitect&7] {nickname}&d:'
  510. irc: false
  511. British:
  512. color: red
  513. chatcolor: red
  514. mutable: true
  515. filter: false
  516. autojoin: true
  517. default: false
  518. distance: 0
  519. cooldown: 0
  520. bungeecord: false
  521. alias: b
  522. permissions: English
  523. format: '&7[&cBritish&7] {nickname}&c:'
  524. irc: false
  525. Rebel:
  526. color: blue
  527. chatcolor: dark_gray
  528. mutable: true
  529. filter: false
  530. autojoin: true
  531. default: false
  532. distance: 0
  533. cooldown: 0
  534. bungeecord: false
  535. alias: re
  536. permissions: Rebel
  537. format: '&7[&8Rebels&7] {nickname}&8:'
  538. irc: false
  539. Colony:
  540. color: gold
  541. chatcolor: gold
  542. mutable: true
  543. filter: false
  544. autojoin: true
  545. default: false
  546. distance: 0
  547. cooldown: 0
  548. bungeecord: false
  549. alias: co
  550. permissions: Colony
  551. format: '&7[&6Colony&7] {nickname}&6:'
  552. irc: false
  553. Trade:
  554. color: gold
  555. chatcolor: yellow
  556. mutable: true
  557. filter: false
  558. autojoin: true
  559. default: false
  560. distance: 0
  561. cooldown: 0
  562. bungeecord: false
  563. alias: t
  564. permissions: Trade
  565. format: '&8[&6Trade&8] {nickname}&e:'
  566. irc: false
  567. Fun_Town:
  568. color: aqua
  569. chatcolor: aqua
  570. mutable: true
  571. filter: false
  572. autojoin: true
  573. default: false
  574. distance: 0
  575. cooldown: 0
  576. bungeecord: false
  577. alias: ft
  578. permissions: Fun_Town
  579. format: '&7[&bFun Town&7] {nickname}&b:'
  580. irc: false
  581. Top_Hat:
  582. color: light_purple
  583. chatcolor: light_purple
  584. mutable: true
  585. filter: false
  586. autojoin: true
  587. default: false
  588. distance: 0
  589. cooldown: 0
  590. bungeecord: false
  591. alias: th
  592. permissions: Top_Hat
  593. format: '&7[&dTop_Hat&7] {nickname}&d:'
  594. irc: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement