Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. General:
  2. WhitelistOn: true
  3. ConnectionType: file
  4. UpdateInterval: 60
  5. PrintConnectFails: false
  6. DisconnectMessage: You shall not pass! ยง4{player}ยงf, visit http://mysite.com!
  7. DisallowMessage: Disallowed {player} from joining
  8. sql:
  9. type: mysql
  10. host: localhost
  11. port: 3306
  12. username: username
  13. password: password
  14. table: table
  15. database: minecraft
  16. query: SELECT {name} FROM `{table}`;
  17. UserField: name
  18. Other:
  19. url: http://mywebsite.com/whitelist.php
  20. file: white-list.txt
  21. debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement