Guest User

Untitled

a guest
Jun 26th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. customdb:
  2. enabled: false
  3. autocreate: true
  4. table: authdb_users
  5. userfield: username
  6. passfield: password
  7. emailfield: email
  8. emailrequired: false
  9. encryption: md5
  10. # saltfield: salt # NOT IMPLEMENTED YET! Field/column name to use for storing the passwordsalt.
  11. # hashformat: "{PASSWORD}{SALT}{NAME}" # NOT IMPLEMENTED YET! Format/layout to use for the password hash.
  12. register:
  13. enabled: true
  14. force: false
  15. delay: 4 seconds
  16. timeout: 3 minutes
  17. login:
  18. # enabled: true
  19. method: prompt
  20. delay: 4 seconds
  21. timeout: 3 minutes
  22. tries: 3
  23. action: kick
  24. link:
  25. enabled: true
  26. rename: true
  27. unlink:
  28. enabled: false
  29. rename: true
  30. username:
  31. minimum: 3
  32. maximum: 16
  33. password:
  34. minimum: 6
  35. maximum: 16
  36. session:
  37. enabled: true
  38. start: login
  39. length: 2 hour
  40. protect: false
  41. guest:
  42. commands: true # Enable/disable guest commands.
  43. chat: true # Enable/disable guest chat.
  44. building: true # Enable/disable guest building.
  45. destruction: true # Enable/disable guest destruction.
  46. movement: true # Enable/disable guest movement.
  47. interactions: true # Enable/disable guest interactions with objects.
  48. inventory: true # Enable/disable guest inventory usage.
  49. drop: true # Enable/disable guest being able to drop items.
  50. pickup: true # Enable/disable guest being able to pickup items.
  51. health: true # Enable/disable guest getting hurt.
  52. pvp: true # Enable/disable guest hurting players.
  53. mobtargeting: true # Enable/disable mobs targeting guest.
  54. mobdamage: true # Enable/disable mob damage from guest.
  55. protection:
  56. freeze:
  57. enabled: true # Enable/disable freezing players on join to prevent movement.
  58. delay: 2 seconds # Amount of time before players are frozen and unable to move.
  59. notify:
  60. enabled: true # Enable/disable protection message being sent to player.
  61. delay: 3 seconds # Amount of time before protection message can be sent to player again.
  62. filter:
  63. action: kick # Action to perform when a username matches the filter. Options are kick and rename.
  64. username: "`~!@#$%^&*()-=+{[]}|\\:;\"<,>.?/ " # Characters and symbols to check for in usernames. We recommend leaving this as is.
  65. password: "$&\\\"" # Characters and symbols to check for in passwords. We recommend leaving this as is.
  66. whitelist: Contex,Wulfspider # Usernames to exclude from username and password filtering.
Add Comment
Please, Sign In to add comment