Advertisement
Guest User

Untitled

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