Advertisement
Guest User

Untitled

a guest
Aug 15th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.  
  14. # command without the /
  15. blockablecommands:
  16. # blacklisted nicknames
  17. nicknames:
  18. nickname-in-tablist: true
  19.  
  20. commandspy:
  21. worldeditcommands: true
  22.  
  23. antispam:
  24. enabled: false
  25.  
  26. # number of messages to be spam
  27. spamnumber: 5
  28.  
  29. # amount of time in seconds for it to be spam
  30. spamtime: 10
  31.  
  32. # amount of time in minutes for the mute to last, use 0 for untimed mute
  33. mutetime: 10
  34.  
  35. # Logging chat and commands to a mysql database
  36. mysql:
  37. enabled: false
  38. user: User
  39. port: 3306
  40. password: Password
  41. host: localhost
  42. database: Database
  43.  
  44. # Login and logout messages
  45. # Use Default for the vanilla login and logout messages
  46. login:
  47. enabled: true
  48. message: Default
  49. logout:
  50. enabled: true
  51. message: Default
  52.  
  53. # Loglevel feature is still in the works for adding of debug messages
  54. # Valid loglevels:
  55. # Info: Regular logging
  56. # Debug: Show extra messages and caught errors for debugging
  57. # Severe: Only show severe messages
  58. loglevel: info
  59.  
  60. # saveinterval is in minutes
  61. saveinterval: 30
  62.  
  63. # The time in seconds between each check to remove timed mutes
  64. unmuteinterval: 60
  65.  
  66. # The color of the private messages
  67. tellcolor: white
  68.  
  69. # Enables or disabled BungeeCord messaging
  70. bungeecordmessaging: true
  71.  
  72. # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
  73. vanishsupport: true
  74.  
  75. # {playerto} : player receivings name
  76. # {playerfrom} : player sendings name
  77. # use Default for the basic formatting
  78. tellformatto: '&6[&cme &6-> {playerto}&6]'
  79. tellformatfrom: '&6[{playerfrom} &6-> &cme&6]'
  80. tellformatspy: '&6[&c{playerfrom} &6-> &c{playerto}&6]'
  81. replyformatto: '&6[&cme &6-> {playerto}&6]'
  82. replyformatfrom: '&6[{playerfrom} &6-> &cme&6]'
  83. replyformatspy: '&6[&c{playerfrom} &6-> &c{playerto}&6]'
  84.  
  85. # {sender} : player sendings name
  86. # {player} : player receivings name
  87. # {time} : time mail was sent
  88. # use Default for the basic formatting
  89. mailformat: Default
  90.  
  91. # {host} : party hosts name
  92. # {player} : player name
  93. # use Default for the basic formatting
  94. partyformat: Default
  95.  
  96. broadcastafk: false
  97. formatcleaner: true
  98.  
  99. # If true, /ignore will block chat from the ignored player as well as PM's
  100. ignorechat: false
  101.  
  102. # The message shown to players alerting them no one is in the channel to hear them
  103. emptychannelalert: "&6No one is listening to you."
  104.  
  105. messageremoverpermissions: '&cYou need additional permissions to view this message!'
  106.  
  107. # The name of the group is the permissions node for the format
  108. # Example: mineversechat.json.Owner is the node for the group Owner
  109. # A lower priority overrides a higher priority if a player has more than 1 group
  110. # Possible options for click_name and click_prefix are suggest_command, run_command, and open_url
  111. jsonformatting:
  112. Default:
  113. priority: 2147483647 # Integer.MAX_VALUE
  114. hover_name:
  115. - '&6I have no rank!'
  116. click_name: 'suggest_command'
  117. click_name_text: '/msg {player_name}'
  118. hover_prefix:
  119. - '&dI am default!'
  120. click_prefix: 'run_command'
  121. click_prefix_text: '/help'
  122. hover_suffix:
  123. - '&dI am default suffix!'
  124. click_suffix: 'suggest_command'
  125. click_suffix_text: '/msg {player_name}'
  126. Owner:
  127. priority: 1 # Lowest Priority
  128. hover_name:
  129. - '&cOwner of the server!'
  130. - '&bMessage me for help!'
  131. click_name: 'suggest_command'
  132. click_name_text: '/msg {player_name}'
  133. hover_prefix:
  134. - '&dServer Owner'
  135. click_prefix: 'run_command'
  136. click_prefix_text: '/help'
  137. hover_suffix:
  138. - '&dI am Owner suffix!'
  139. click_suffix: 'suggest_command'
  140. click_suffix_text: '/msg {player_name}'
  141.  
  142. # The icon is the block shown in the GUI
  143. # The text is the display name of the block icon
  144. # Include a slash (/) before the command
  145. # Permissions automatically include "mineversechat."
  146. # Example: permissions: alert equals mineversechat.alert
  147. venturegui:
  148. mute:
  149. icon: 'REDSTONE_BLOCK'
  150. durability: 0
  151. text: '&cMute {player_name}'
  152. permission: 'mute'
  153. command: '/mute {player_name} {channel} 10'
  154. slot: 1
  155. unmute:
  156. icon: 'DIAMOND_BLOCK'
  157. durability: 0
  158. text: '&bUnmute {player_name}'
  159. permission: 'mute'
  160. command: '/unmute {player_name} {channel}'
  161. slot: 2
  162. removemessage:
  163. icon: 'DIAMOND_AXE'
  164. durability: 0
  165. text: '&cRemove Message'
  166. permission: 'removemessage'
  167. command: '/removemessage {hash} true'
  168. slot: 7
  169.  
  170. guiicon: '&c [✓]'
  171. guitext: '&cOpen Moderation GUI'
  172. guirows: 1
  173.  
  174. # All clickable URL's will be underlined if set to true
  175. underlineurls: true
  176.  
  177. # broadcast information
  178. broadcast:
  179. color: red
  180. permissions: mineversechat.adminchannel
  181. displaytag: '[Broadcast]'
  182.  
  183. # Use $ to include arguments into the message
  184. # Valid component types are:
  185. # Command: Sends a message or command in chat
  186. # Message: Sends a message to the player
  187. # Broadcast: Sends a broadcast to all players on the server
  188. # Permissions automatically include "mineversechat."
  189. # Example: permissions: alert equals mineversechat.alert
  190. # Use None for no permissions
  191. # The number of arguments is the minimum number of required arguments, use 0 for no required arguments
  192. alias:
  193. mail:
  194. arguments: 0
  195. permissions: None
  196. components:
  197. - 'Command: /email$'
  198. tell:
  199. arguments: 0
  200. permissions: None
  201. components:
  202. - 'Command: /vtell$'
  203. whisper:
  204. arguments: 0
  205. permissions: None
  206. components:
  207. - 'Command: /vwhisper$'
  208. w:
  209. arguments: 0
  210. permissions: None
  211. components:
  212. - 'Command: /vwhisper$'
  213. msg:
  214. arguments: 0
  215. permissions: None
  216. components:
  217. - 'Command: /vmessage$'
  218. message:
  219. arguments: 0
  220. permissions: None
  221. components:
  222. - 'Command: /vmessage$'
  223.  
  224. # Valid modes are:
  225. # * Everyone
  226. # v Voice and up
  227. # h HalfOp and up
  228. # q Owner
  229. # o Op and up
  230. # Enter components like console commands
  231. # Arguments are accepted
  232. irc:
  233. enabled: false
  234. nick: 'MineverseChatBot'
  235. login: 'MineverseChatbot'
  236. server: 'irc.freenode.net'
  237. port: 6667
  238. channel: '#mineversechat'
  239. trustallcertificates: true
  240. # the delay before the bot logs into the channel in seconds
  241. # increase the time if the bot fails to login
  242. channeldelay: 60
  243. commands:
  244. mute:
  245. mode: 'v'
  246. components:
  247. - 'mute'
  248. ban:
  249. mode: 'o'
  250. components:
  251. - 'ban'
  252. kick:
  253. mode: 'v'
  254. components:
  255. - 'kick'
  256.  
  257. # color = [channel] color
  258. # chatcolor = text color
  259. # cooldown is in seconds
  260. # bungeecord overrides distance
  261. # channel permissions are configurable
  262. # channels can be changed, and new channels can be created
  263. # Permissions automatically include "mineversechat."
  264. # Example: permissions: staff equals mineversechat.staff
  265. # Use None for no permissions
  266.  
  267. # Legacy Placeholders:
  268. # Use PlaceholderAPI
  269. # {name} : player name
  270. # {nickname} : player nickname or name if they have no nickname
  271. # {prefix} : player prefix and color
  272. # {suffix} : player suffix and color
  273. # {servername} : name of the server in server.properties
  274. # {herolevel} : heroes hero level
  275. # {heroclass} : heroes hero class
  276. # {heroxp} : heroes hero xp
  277. # {herosecondclass} : heroes second class
  278. # {party} : heroes party
  279. # {herosecondmaster} : heroes second class master
  280. # {heromaster} : heroes class master
  281. # {herosecondlevel} : heroes second class level
  282. # {herosecondxp} : heroes second class xp
  283. # Use '' or "" around format, example: '[&2global&f] {prefix}{name}&2:'
  284. # You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
  285. # Use "" as the prefix or suffix to have none
  286. # use Default for the basic formatting
  287. channels:
  288. Global:
  289. color: white
  290. chatcolor: white
  291. mutable: true
  292. filter: false
  293. autojoin: true
  294. default: true
  295. distance: 0
  296. cooldown: 0
  297. bungeecord: false
  298. alias: g
  299. permissions: None
  300. format: '{nickname}&r:'
  301. irc: false
  302. RolePlay:
  303. color: white
  304. chatcolor: whiteit was
  305. mutable: true
  306. filter: false
  307. autojoin: false
  308. default: false
  309. distance: 3000
  310. cooldown: 0
  311. bungeecord: false
  312. alias: rp
  313. permissions: None
  314. format: '&f[&eRP&f] {nickname}&r:'
  315. irc: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement