Advertisement
Guest User

Untitled

a guest
May 24th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.87 KB | None | 0 0
  1. database:
  2.   type: mysql
  3.   ip: localhost
  4.   password: password
  5.   username: user
  6.   name: ehaqui_minecraft
  7. config:
  8.   language: pt
  9.   uuidFix: true
  10.   guestCanUseChat: false
  11. restrictions:
  12.   allowedCommands:
  13.  - /login
  14.   - /register
  15. session:
  16.   useSession: true
  17.   sessionTime: 1h
  18. register:
  19.   enabled: true
  20.   showRegisterInstructions: false
  21.   maxAccountsByIP: 2
  22.   passwordHash: XAUTH
  23. login:
  24.   playersCanUsePremiumNickname: true
  25.   maxConnectionsPerIP: 3
  26. protection:
  27.   country:
  28.     useCountryProtection: false
  29.     whitelist:
  30.    - BR
  31.     - PT
  32.     blacklist:
  33.    - A1
  34.   antibot:
  35.     useAntiBot: false
  36.     antiBotDuration: 15
  37.     antiBotSensibility: 5
  38.     proxy:
  39.       checkPlayerIP: false
  40.       urlCheck: 'http://check.getipintel.net/check.php?email@email.com&flags=m&ip={IP}'
  41.       regexPositive: '1'
  42. purge:
  43.   useAutoPurge: false
  44.   daysBeforeRemovePlayer: 60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement