Advertisement
Guest User

Untitled

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