Advertisement
NemesisMate

Untitled

Oct 25th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. DataSource:
  2. mySQLTablename: xxxxx
  3. mySQLUsername: xxxxxxx
  4. backend: xxxx
  5. mySQLColumnLastLogin: xxxxxxxx
  6. mySQLDatabase: xxxxxxxxxxxx
  7. mySQLPort: 'xxxx'
  8. mySQLColumnIp: ip
  9. mySQLHost: xxx.x.x.x
  10. mySQLColumnPassword: xxxxxxxx
  11. mySQLPassword: XXXXXXX
  12. caching: true
  13. mySQLlastlocX: x
  14. mySQLlastlocY: y
  15. mySQLlastlocZ: z
  16. mySQLColumnEmail: email
  17. mySQLColumnId: id
  18. mySQLlastlocWorld: world
  19. GroupOptions:
  20. UnregisteredPlayerGroup: unregistered
  21. RegisteredPlayerGroup: users
  22. Permissions:
  23. PermissionsOnJoin: []
  24. settings:
  25. sessions:
  26. enabled: false
  27. timeout: 10
  28. sessionExpireOnIpChange: false
  29. restrictions:
  30. allowChat: false
  31. allowCommands:
  32. - /login
  33. - /register
  34. - /l
  35. - /reg
  36. - /passpartu
  37. - /email
  38. - /captcha
  39. maxRegPerIp: 3
  40. maxNicknameLength: 16
  41. ForceSingleSession: true
  42. ForceSpawnLocOnJoinEnabled: true
  43. SaveQuitLocation: true
  44. AllowRestrictedUser: false
  45. AllowedRestrictedUser: []
  46. kickNonRegistered: true
  47. kickOnWrongPassword: false
  48. teleportUnAuthedToSpawn: true
  49. minNicknameLength: 3
  50. allowMovement: false
  51. timeout: 30
  52. allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
  53. allowedMovementRadius: 100
  54. enablePasswordVerifier: true
  55. ProtectInventoryBeforeLogIn: true
  56. displayOtherAccounts: true
  57. ForceSpawnOnTheseWorlds:
  58. - world_eventos
  59. - world_games
  60. banUnsafedIP: false
  61. GameMode:
  62. ForceSurvivalMode: false
  63. ResetInventoryIfCreative: false
  64. ForceOnlyAfterLogin: false
  65. security:
  66. minPasswordLength: 4
  67. unLoggedinGroup: unregistered
  68. passwordHash: SHA256
  69. doubleMD5SaltLength: 8
  70. supportOldPasswordHash: false
  71. registration:
  72. enabled: false
  73. messageInterval: 5
  74. force: true
  75. enableEmailRegistrationSystem: false
  76. doubleEmailCheck: false
  77. unrestrictions:
  78. UnrestrictedName: []
  79. messagesLanguage: es
  80. ExternalBoardOptions:
  81. mySQLColumnSalt: ''
  82. mySQLColumnGroup: ''
  83. nonActivedUserGroup: -1
  84. mySQL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement