Skip to content

Instantly share code, notes, and snippets.

@ticklemynausea
Created July 29, 2014 00:36
Show Gist options
  • Save ticklemynausea/a54669e87f263a15ee90 to your computer and use it in GitHub Desktop.
Save ticklemynausea/a54669e87f263a15ee90 to your computer and use it in GitHub Desktop.
main:
auto-disable: true
check-premium: true
reload-on-join: true
check-for-updates: false
mysql:
enabled: true
host: localhost
port: 3306
user: minecraft
password: minecr4ft
database: minecraft_auth_testing
tables:
account: accounts
location: locations
lockout: lockouts
playerdata: playerdata
playerstorage: playerstorage
session: sessions
itemdrops: itemdrops
permissions:
backend: bukkit
use-material-names: true
debug: false
authurl:
enabled: false
url: http://localhost
registration: false
status: false
groups: false
broadcast-login: false
single-session:
reverse: true
guests:
reverse: false
immunity-length: 5
registration:
enabled: false
forced: true
require-email: true
validate-email: true
account-limit: 2
activation: false
require-login: false
password:
default-type: 0
convert-password: false
min-length: 6
allow-change: true
complexity:
lowercase: false
uppercase: false
number: false
symbol: false
guest:
timeout: 300
notify-cooldown: 5
hide-inventory: false
protect-location: true
gamemode: SURVIVAL
restrict:
player:
chat: false
interact: true
move: true
pickup: true
command:
register: false
login: false
l: false
damage: true
regain: true
level: true
splash: true
target: true
block:
place: true
break: true
entity:
damage: true
target: true
allowed-commands:
- login
- l
- register
session:
length: 3600
verifyip: true
godmode-length: 5
strikes:
amount: 5
lockout-length: 300
account:
track-last-login: true
filter:
min-length: 3
allowed: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_
disallowed: ''
blank-name: true
commands: true
groups:
move-on-register: default
auto-assign: false
itemdrop:
poll: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment