Advertisement
Sinuce

Nicky config.yml

Oct 14th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.93 KB | None | 0 0
  1. # Nicky Config - www.okicore.com
  2. # -
  3. # nicky_prefix - Prefix for plugin messages.
  4. # type - Storage type "sqlite" or "mysql"
  5. # host/port/user/password/database - MySQL settings, not needed for SQLite
  6. # tagapi - Change name tags if TagAPI is installed?
  7. # tab - Should names in the tablist be updated?
  8. # unique - Should all nicknames be unique?
  9. # prefix - Add a prefix before nicknames? (Set to '' to disable)
  10. # length - The max and min number of characters in a nickname, including color codes.
  11. # characters - RegEx for characters allowed in a nickname, set to '' for any, or leave default for only letters and numbers.
  12. # blacklist - Words that cannot appear in any nickname.
  13. # -
  14. nicky_prefix: '[Nicky]'
  15. type: mysql
  16. host: localhost
  17. port: '3306'
  18. user: root
  19. password: *HIDDEN*
  20. database: nicky
  21. tagapi: true
  22. tab: true
  23. unique: true
  24. prefix: '&e~'
  25. length: 20
  26. min_length: 3
  27. characters: '[^a-zA-Z0-9§]'
  28. blacklist:
  29. - Sinuce
  30. - Admin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement