Advertisement
Guest User

Untitled

a guest
Jun 12th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.35 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. - f u c k( e r)?,nono
  14. - vu[1l]+va,peach
  15.  
  16. # command without the /
  17. blockablecommands:
  18. - vote
  19. - me
  20.  
  21. # blacklisted nicknames
  22. nicknames:
  23. - Notch
  24.  
  25. commandspy:
  26. worldeditcommands: true
  27.  
  28. antispam:
  29. enabled: true
  30.  
  31. # number of messages to be spam
  32. spamnumber: 5
  33.  
  34. # amount of time in seconds for it to be spam
  35. spamtime: 10
  36.  
  37. # amount of time in minutes for the mute to last, use 0 for untimed mute
  38. mutetime: 10
  39.  
  40. # Logging chat and commands to a mysql database
  41. mysql:
  42. enabled: false
  43. user: User
  44. port: 3306
  45. password: Password
  46. host: localhost
  47. database: Database
  48.  
  49. # Login and logout messages
  50. # Use Default for the vanilla login and logout messages
  51. login:
  52. enabled: true
  53. message: Default
  54. logout:
  55. enabled: true
  56. message: Default
  57.  
  58. # If you change this, please try and credit me; and do not try and steal the plugin as your own
  59. pluginname: MineverseChat
  60.  
  61. # Modify the plugin list to show the custom name of the plugin to players that have permission
  62. modifypluginlist: true
  63.  
  64. # Loglevel feature is still in the works for adding of debug messages
  65. # Valid loglevels:
  66. # Info: Regular logging
  67. # Debug: Show extra messages and caught errors for debugging
  68. # Severe: Only show severe messages
  69. loglevel: info
  70.  
  71. # saveinterval is in minutes
  72. saveinterval: 30
  73.  
  74. # The time in seconds between each check to remove timed mutes
  75. unmuteinterval: 60
  76.  
  77. # The color of the private messages
  78. tellcolor: white
  79.  
  80. # Enables or disabled BungeeCord messaging
  81. bungeecordmessaging: true
  82.  
  83. # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
  84. vanishsupport: true
  85.  
  86. # {playerto} : player receivings name
  87. # {playerfrom} : player sendings name
  88. # use Default for the basic formatting
  89. tellformatto: Default
  90. tellformatfrom: Default
  91. tellformatspy: Default
  92. replyformatto: Default
  93. replyformatfrom: Default
  94. replyformatspy: Default
  95.  
  96. # {sender} : player sendings name
  97. # {player} : player receivings name
  98. # {time} : time mail was sent
  99. # use Default for the basic formatting
  100. mailformat: Default
  101.  
  102. # {host} : party hosts name
  103. # {player} : player name
  104. # use Default for the basic formatting
  105. partyformat: Default
  106.  
  107. broadcastafk: false
  108. formatcleaner: true
  109. # If true, /ignore will block chat from the ignored player as well as PM's
  110. ignorechat: false
  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. jsonformatting:
  120. Default:
  121. priority: 2147483647 # Integer.MAX_VALUE
  122. hover_name:
  123. - '&6I have no rank!'
  124. click_name: 'suggest_command'
  125. click_name_text: '/msg {player}'
  126. hover_prefix:
  127. - '&dI am default!'
  128. click_prefix: 'run_command'
  129. click_prefix_text: '/help'
  130. Owner:
  131. priority: 1 # Lowest Priority
  132. hover_name:
  133. - '&cOwner of the server!'
  134. - '&bMessage me for help!'
  135. click_name: 'suggest_command'
  136. click_name_text: '/msg {player}'
  137. hover_prefix:
  138. - '&dServer Owner'
  139. click_prefix: 'run_command'
  140. click_prefix_text: '/help'
  141.  
  142. # The text is the message shown when hovering over the button
  143. # The icon is what is shown at the end of the chat message and can be clicked
  144. # Use "None" if you do not want permissions
  145. # Do not use a slash (/) before the command
  146. jsonbuttons:
  147. mute:
  148. text: '&4Mute Player'
  149. icon: '&4[!]'
  150. permission: 'mineversechat.mute'
  151. command: 'mute {player} {channel}'
  152. unmute:
  153. text: '&bUnmute Player'
  154. icon: '&b[?]'
  155. permission: 'mineversechat.mute'
  156. command: 'unmute {player} {channel}'
  157.  
  158. # All clickable URL's will be underlined if set to true
  159. underlineurls: true
  160.  
  161. # broadcast information
  162. broadcast:
  163. color: red
  164. permissions: mineversechat.adminchannel
  165. displaytag: '[Broadcast]'
  166.  
  167. # Use $ to include arguments into the message
  168. # Valid component types are:
  169. # Command: Sends a message or command in chat
  170. # Message: Sends a message to the player
  171. # Broadcast: Sends a broadcast to all players on the server
  172. # Permissions automatically include "mineversechat."
  173. # Example: permissions: alert equals mineversechat.alert
  174. # Use None for no permissions
  175. # The number of arguments is the minimun number of required arguments, use 0 for no required arguments
  176. alias:
  177. vote:
  178. arguments: 0
  179. permissions: None
  180. components:
  181. - 'Message: &6Vote here: www.votelinkhere.com'
  182. bane:
  183. arguments: 2
  184. permissions: bane
  185. components:
  186. - 'Command: /ban $ appeal at www.site.com'
  187. - 'Command: /st banned $'
  188. alert:
  189. arguments: 1
  190. permissions: alert
  191. components:
  192. - 'Broadcast: &c<Alert> $'
  193. donate:
  194. arguments: 0
  195. permissions: None
  196. components:
  197. - 'Message: &bDonate here: www.mywebsite.com'
  198. website:
  199. arguments: 0
  200. permissions: None
  201. components:
  202. - 'Message: &aThis is our website: www.site.net'
  203.  
  204. # Valid modes are:
  205. # * Everyone
  206. # v Voice and up
  207. # h HalfOp and up
  208. # q Owner
  209. # o Op and up
  210. # Enter components like console commands
  211. # Arguments are accepted
  212. irc:
  213. enabled: false
  214. nick: 'MineverseChatBot'
  215. login: 'MineverseChatbot'
  216. server: 'irc.freenode.net'
  217. port: 6667
  218. channel: '#mineversechat'
  219. trustallcertificates: true
  220. # the delay before the bot logs into the channel in seconds
  221. # increase the time if the bot fails to login
  222. channeldelay: 60
  223. commands:
  224. mute:
  225. mode: 'v'
  226. components:
  227. - 'mute'
  228. ban:
  229. mode: 'o'
  230. components:
  231. - 'ban'
  232. kick:
  233. mode: 'v'
  234. components:
  235. - 'kick'
  236.  
  237. # color = [channel] color
  238. # chatcolor = text color
  239. # cooldown is in seconds
  240. # bungeecord overrides distance
  241. # channel permissions are configurable
  242. # channels can be changed, and new channels can be created
  243. # Permissions automatically include "mineversechat."
  244. # Example: permissions: staff equals mineversechat.staff
  245. # Use None for no permissions
  246.  
  247. # format tags:
  248. # {jobs} : jobs title and color
  249. # {town} : towny town name
  250. # {pretown} : town formatted with the towny town colors
  251. # {nation} : towny nation name
  252. # {prenation} : nation formatted with the towny nation colors
  253. # {townytitle} : towny player title
  254. # {surname} : towny surname
  255. # {name} : player name or nickname if they have one
  256. # {prefix} : player prefix and color
  257. # {suffix} : player suffix and color
  258. # {group} : player group name
  259. # {groupprefix} : player group prefix
  260. # {groupsuffix} : player group suffix
  261. # {faction} : factions name
  262. # {factionstitle} : factions player title and color
  263. # {role} : factions player role prefix
  264. # {servername} : name of the server in server.properties
  265. # {world} : players world
  266. # {xp} : players xp level
  267. # {health} : players health
  268. # {mana} : heroes mana
  269. # {herolevel} : heroes hero level
  270. # {heroclass} : heroes hero class
  271. # {heroxp} : heroes hero xp
  272. # {herosecondclass} : heroes second class
  273. # {party} : heroes party
  274. # {herosecondmaster} : heroes second class master
  275. # {heromaster} : heroes class master
  276. # {herosecondlevel} : heroes second class level
  277. # {herosecondxp} : heroes second class xp
  278. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  279. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  280. # Use "" as the prefix or suffix to have none
  281. # use Default for the basic formatting
  282. channels:
  283. Global:
  284. color: white
  285. chatcolor: None
  286. mutable: true
  287. filter: false
  288. autojoin: true
  289. default: true
  290. distance: 0
  291. cooldown: 0
  292. bungeecord: true
  293. alias: g
  294. permissions: None
  295. format: '&f[&6{servername}&f]&f[&b{town}&f]{prefix}&e{name}&e:&f{suffix}'
  296. irc: false
  297. Admin:
  298. color: red
  299. chatcolor: red
  300. mutable: false
  301. filter: false
  302. autojoin: false
  303. default: false
  304. distance: 0
  305. cooldown: 0
  306. bungeecord: true
  307. alias: a
  308. permissions: adminchannel
  309. format: default
  310. irc: false
  311. Town:
  312. color: aqua
  313. chatcolor: aqua
  314. mutable: true
  315. filter: false
  316. autojoin: false
  317. default: false
  318. distance: 0
  319. cooldown: 0
  320. bungeecord: false
  321. alias: tc
  322. permissions: townychat
  323. format: 'default'
  324. irc: false
  325. Nation:
  326. color: yellow
  327. chatcolor: yellow
  328. mutable: true
  329. filter: false
  330. autojoin: false
  331. default: false
  332. distance: 0
  333. cooldown: 0
  334. bungeecord: false
  335. alias: nc
  336. permissions: nationchat
  337. format: 'default'
  338. irc: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement