Advertisement
Guest User

config

a guest
Mar 9th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.28 KB | None | 0 0
  1. Config
  2.  
  3. #===============================================================
  4. # MineverseChat Config =
  5. # Author: Aust1n46 =
  6. #===============================================================
  7.  
  8. # - regex1,regex2
  9. # Simple regex tips: Use \b to "cut" a section of the word or phrase. Example: \bass,donuts
  10. # Example filtered sentence: You are an ass. Will become: You are an donuts.
  11. # Example filtered sentence: You caught a bass. Will stay: You caught a bass.
  12. # Example filtered sentence: You are an asshole. Will become: You are an donutshole.
  13. # Default filters by Jabelpeeps
  14. filters:
  15. - (\banus),donuts
  16.  
  17. # command without the /
  18. blockablecommands:
  19. - vote
  20. - me
  21.  
  22. # blacklisted nicknames
  23. nicknames:
  24. - Notch
  25. - UD13N0W
  26. - UD13NoW
  27. - Evolution_Void
  28. - Spluton
  29. - Lizziesaurusrex
  30. - TonsOfFun
  31.  
  32.  
  33. commandspy:
  34. worldeditcommands: true
  35.  
  36. antispam:
  37. enabled: true
  38.  
  39. # number of messages to be spam
  40. spamnumber: 5
  41.  
  42. # amount of time in seconds for it to be spam
  43. spamtime: 10
  44.  
  45. # amount of time in minutes for the mute to last, use 0 for untimed mute
  46. mutetime: 10
  47.  
  48. # Logging chat and commands to a mysql database
  49. mysql:
  50. enabled: false
  51. user: User
  52. port: 3306
  53. password: Password
  54. host: localhost
  55. database: Database
  56.  
  57. # Login and logout messages
  58. # Use Default for the vanilla login and logout messages
  59. login:
  60. enabled: false
  61. message: Default
  62. logout:
  63. enabled: false
  64. message: Default
  65.  
  66. # If you change this, please try and credit me; and do not try and steal the plugin as your own
  67. pluginname: MineverseChat
  68.  
  69. # Modify the plugin list to show the custom name of the plugin to players that have permission
  70. modifypluginlist: true
  71.  
  72. # Loglevel feature is still in the works for adding of debug messages
  73. # Valid loglevels:
  74. # Info: Regular logging
  75. # Debug: Show extra messages and caught errors for debugging
  76. # Severe: Only show severe messages
  77. loglevel: info
  78.  
  79. # I recommend keeping this true, if you change it to false, it will be as if the player joined for the first time every time they join
  80. saveplayerdata: true
  81.  
  82. # saveinterval is in minutes
  83. saveinterval: 30
  84.  
  85. # The time in seconds between each check to remove timed mutes
  86. unmuteinterval: 60
  87.  
  88. # The color of the private messages
  89. tellcolor: white
  90.  
  91. # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
  92. vanishsupport: true
  93.  
  94. # {playerto} : player receivings name
  95. # {playerfrom} : player sendings name
  96. # use Default for the basic formatting
  97. tellformatto: Default
  98. tellformatfrom: Default
  99. tellformatspy: Default
  100. replyformatto: Default
  101. replyformatfrom: Default
  102. replyformatspy: Default
  103.  
  104. # {sender} : player sendings name
  105. # {player} : player receivings name
  106. # {time} : time mail was sent
  107. # use Default for the basic formatting
  108. mailformat: Default
  109.  
  110. # {host} : party hosts name
  111. # {player} : player name
  112. # use Default for the basic formatting
  113. partyformat: Default
  114.  
  115. broadcastafk: true
  116. formatcleaner: true
  117. # If true, /ignore will block chat from the ignored player as well as PM's
  118. ignorechat: false
  119. messageremovericon: '&c[x]'
  120. messageremovertext: '&cRemove Message'
  121. messageremoverpermissions: '&cYou need additional permissions to view this message!'
  122.  
  123. # The name of the group is the permissions node for the format
  124. # Example: mineversechat.json.Owner is the node for the group Owner
  125. # A lower priority overrides a higher priority if a player has more than 1 group
  126. # Click events are not currently implemented
  127. jsonformatting:
  128. Default:
  129. priority: 2147483647 # Integer.MAX_VALUE
  130. hover_name:
  131. - '&6I have no rank!'
  132. click_name: ''
  133. hover_prefix:
  134. - '&dI am default!'
  135. click_prefix: ''
  136. Owner:
  137. priority: 1 # Integer.MAX_VALUE
  138. hover_name:
  139. - '&cOwner of the server!'
  140. - '&bMessage me for help!'
  141. click_name: ''
  142. hover_prefix:
  143. - '&dServer Owner'
  144. click_prefix: ''
  145.  
  146. # broadcast information
  147. broadcast:
  148. color: red
  149. permissions: mineversechat.adminchannel
  150. displaytag: '[Franklin]'
  151.  
  152. # Use $ to include arguments into the message
  153. # Valid component types are:
  154. # Command: Sends a message or command in chat
  155. # Message: Sends a message to the player
  156. # Broadcast: Sends a broadcast to all players on the server
  157. # Permissions automatically include "mineversechat."
  158. # Example: permissions: alert equals mineversechat.alert
  159. # Use None for no permissions
  160. # The number of arguments is the minimun number of required arguments, use 0 for no required arguments
  161. alias:
  162. vote:
  163. arguments: 0
  164. permissions: None
  165. components:
  166. - 'Message: &6Vote here: vote.jombmc.com'
  167. ban:
  168. arguments: 2
  169. permissions: ban
  170. components:
  171. - 'Command: /ban $ appeal at www.jombmc.com'
  172. - 'Command: /st banned $'
  173. brc:
  174. arguments: 1
  175. permissions: alert
  176. components:
  177. - 'Broadcast: &2[&9F&1r&3a&bn&9k&1l&3i&bn&2] $'
  178. donate:
  179. arguments: 0
  180. permissions: None
  181. components:
  182. - 'Message: &bDonate here: donate.jombmc.com'
  183. website:
  184. arguments: 0
  185. permissions: None
  186. components:
  187. - 'Message: &aThis is our website: www.jombmc.com'
  188. bal:
  189. arguments: 0
  190. permissions: None
  191. components:
  192. - 'Command: /balance'
  193. mytime:
  194. arguments: 0
  195. permissions: None
  196. components:
  197. - 'Command: /onlinetime'
  198. bot:
  199. arguments: 0
  200. permissions: None
  201. components:
  202. - 'Command: /onlinetime $'
  203. bottop:
  204. arguments: 0
  205. permissions: None
  206. components:
  207. - 'Command: /onlinetime top'
  208. survival:
  209. arguments: 0
  210. permissions: None
  211. components:
  212. - 'Command: /jomb'
  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
  220. # Enter components like console commands
  221. # Arguments are accepted
  222. irc:
  223. enabled: false
  224. nick: 'JombSurvival'
  225. login: 'JombSurvival'
  226. server: 'localhost'
  227. port: 6667
  228. channel: '#JombChat'
  229. trustallcertificates: true
  230. # the delay before the bot logs into the channel in seconds
  231. # increase the time if the bot fails to login
  232. channeldelay: 60
  233. commands:
  234. mute:
  235. mode: 'v'
  236. components:
  237. - 'mute'
  238. ban:
  239. mode: 'o'
  240. components:
  241. - 'ban'
  242. kick:
  243. mode: 'v'
  244. components:
  245. - 'kick'
  246.  
  247. # color = [channel] color
  248. # chatcolor = text color
  249. # cooldown is in seconds
  250. # bungeecord overrides distance
  251. # channel permissions are configurable
  252. # channels can be changed, and new channels can be created
  253. # Permissions automatically include "mineversechat."
  254. # Example: permissions: staff equals mineversechat.staff
  255. # Use None for no permissions
  256.  
  257. # format tags:
  258. # {jobs} : jobs title and color
  259. # {town} : towny town name
  260. # {pretown} : town formatted with the towny town colors
  261. # {nation} : towny nation name
  262. # {prenation} : nation formatted with the towny nation colors
  263. # {townytitle} : towny player title
  264. # {surname} : towny surname
  265. # {name} : player name or nickname if they have one
  266. # {prefix} : player prefix and color
  267. # {suffix} : player suffix and color
  268. # {group} : player group name
  269. # {groupprefix} : player group prefix
  270. # {groupsuffix} : player group suffix
  271. # {faction} : factions name
  272. # {factionstitle} : factions player title and color
  273. # {role} : factions player role prefix
  274. # {servername} : name of the server in server.properties
  275. # {world} : players world
  276. # {xp} : players xp level
  277. # {health} : players health
  278. # {mana} : heroes mana
  279. # {herolevel} : heroes hero level
  280. # {heroclass} : heroes hero class
  281. # {heroxp} : heroes hero xp
  282. # {herosecondclass} : heroes second class
  283. # {party} : heroes party
  284. # {herosecondmaster} : heroes second class master
  285. # {heromaster} : heroes class master
  286. # {herosecondlevel} : heroes second class level
  287. # {herosecondxp} : heroes second class xp
  288. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  289. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  290. # Use "" as the prefix or suffix to have none
  291. # use Default for the basic formatting
  292. channels:
  293. Staff:
  294. color: green
  295. chatcolor: green
  296. mutable: false
  297. filter: false
  298. autojoin: false
  299. default: false
  300. distance: 0
  301. cooldown: 0
  302. bungeecord: true
  303. alias: st
  304. permissions: staffchannel
  305. format: '&e[St]&6[&2{servername}&6] {nickname}&2:{suffix}'
  306. irc: true
  307. Local:
  308. color: white
  309. chatcolor: white
  310. mutable: true
  311. filter: true
  312. autojoin: false
  313. default: false
  314. distance: 230
  315. cooldown: 0
  316. bungeecord: false
  317. alias: l
  318. permissions: None
  319. format: '&e[L]&6[&2{world}&6]{groupprefix} {nickname}&2:{suffix}'
  320. irc: true
  321. Survival:
  322. color: white
  323. chatcolor: white
  324. mutable: true
  325. filter: true
  326. autojoin: false
  327. default: false
  328. distance: 0
  329. cooldown: 0
  330. bungeecord: false
  331. alias: su
  332. permissions: None
  333. format: '&e[Su]&cāœ’&6{groupprefix} {nickname}&2:{suffix}'
  334. irc: true
  335. Global:
  336. color: white
  337. chatcolor: white
  338. mutable: true
  339. filter: true
  340. autojoin: true
  341. default: true
  342. distance: 0
  343. cooldown: 0
  344. bungeecord: true
  345. alias: g
  346. permissions: None
  347. format: '&e[G]&8[&2{servername}&8] {groupprefix} {nickname}&2:{suffix}'
  348. irc: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement