Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- lockdown: false
- lockdown-reason: "Server is currently under construction."
- max-warnings: 3
- #3 days
- warn-expirey-in-minutes: 43200
- #Accepts colorcodes. (v1.2)
- default-reason: "Misconduct"
- #Appeal-message accepts color codes, like &a and &4... Set it to "" to disable this. Accepts new line characters, just add \n where you want a new line.
- appeal-message: "&9Appeal at the Forums: &ahttp://fatecrafters.org/forums/appeals.19/"
- #The two char colors used that STAFF will see.
- #Usually, primary = text, and secondary = variables (Like ban reason)
- #0-9,a-f are valid. Also any Bukkit ChatColor is valid (Eg RED, AQUA, DARK_GRAY)
- color:
- primary: 7
- secondary: d
- #This applies to kick, ban, and anything else.
- kick-colors:
- #0-9,a-f are valid. Also any Bukkit ChatColor is valid (Eg RED, AQUA, DARK_GRAY)
- message: c #"You have been banned for:"
- reason: c #"Misconduct"
- regular: 4 #"By"
- banner: 4 #"Netherfoam"
- time: 9 #4 hours 59 minutes remaining.
- chat-commands:
- - me
- - say
- - m
- - msg
- - w
- - whisper
- - afk
- #Should we notify players with maxbans.notify whenever a banned player tries (fails) to join?
- notify: true
- #Should we verify names have the letters (A-Z,a-z,0-9 and _) only and are valid?
- filter-names: true
- #Should we use the DNS blacklist?
- dnsbl:
- #Should we use this? Setting it to false disables DNSBL entirely.
- use: false
- #The DNSBL servers we should use to look up. More servers = Slower results.
- #Each server takes approx 4 seconds to respond. Use http://dnsbl.info to find
- #More servers, if you like.
- #DNSBL results are cached for 1 week, then expire (Are deleted).
- #This is how MaxBans checks for proxied IPs
- # 1. Have we looked the IP up on DNSBL before, and has it not expired? If so go to 3
- # 2. Start IP lookup, this takes a few seconds...
- # 3. If the IP is not a proxy, stop checking, they're allowed, do not proceed to step 4.
- # 4. Take appropriate action (Kick, notify) if any.
- servers:
- - bl.spamcop.net
- - sbl.spamhaus.org
- #Should we notify players with maxbans.notify when a player is joining with a proxy IP?
- notify: true
- #Should we kick players who are discovered to have proxy IPs?
- kick: true
- # Sync is an advanced feature of MaxBans.
- # It only applies to server owners who want to BAN/etc Players using a WEBPAGE, such as PHP Script
- # Or owners who want two servers to have the SAME banlist!
- # This option is in BETA! I take no responsibility if it breaks, though I will endeaver to fix it.
- sync:
- #Should we use Sync? Setting this to false disables it entirely :)
- use: false
- #Is this server the Sync server? Otherwise it's a client.
- server: false
- #The host of the Sync server, if this is a client.
- host: 127.0.0.1
- #The port of the Sync server.
- port: 2711
- #The password required to join.
- pass: ChangeMeNow
- #How many times should the Syncer try to ping the SyncServer
- #Before giving up?
- tries: 120
- database:
- mysql: true
- user: ****
- pass: ****
- host: 127.0.0.1
- port: 3306
- name: minecraft
- read-only: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement