Advertisement
Guest User

lalalla

a guest
Jun 14th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. DataSource:
  2. mySQLColumnName: username
  3. mySQLTablename: authme
  4. mySQLUsername: minedb_user
  5. backend: mysql
  6. mySQLColumnLastLogin: lastlogin
  7. mySQLDatabase: minecraft
  8. mySQLPort: '3306'
  9. mySQLColumnIp: ip
  10. mySQLHost: localhost
  11. mySQLColumnPassword: password
  12. mySQLPassword: trololol
  13. caching: true
  14. mySQLlastlocX: x
  15. mySQLlastlocY: y
  16. mySQLlastlocZ: z
  17. mySQLColumnEmail: email
  18. mySQLColumnId: id
  19. GroupOptions:
  20. UnregisteredPlayerGroup: unlogged
  21. RegisteredPlayerGroup: user
  22. Permissions:
  23. PermissionsOnJoin: []
  24. settings:
  25. sessions:
  26. enabled: false
  27. timeout: 5
  28. sessionExpireOnIpChange: false
  29. restrictions:
  30. allowChat: false
  31. allowCommands:
  32. - /login
  33. - /register
  34. - /l
  35. - /reg
  36. - /email
  37. - /captcha
  38. maxRegPerIp: 2
  39. maxNicknameLength: 10
  40. ForceSingleSession: true
  41. ForceSpawnLocOnJoinEnabled: false
  42. SaveQuitLocation: false
  43. AllowRestrictedUser: false
  44. AllowedRestrictedUser: []
  45. kickNonRegistered: false
  46. kickOnWrongPassword: false
  47. teleportUnAuthedToSpawn: true
  48. minNicknameLength: 3
  49. allowMovement: false
  50. timeout: 30
  51. allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
  52. allowedMovementRadius: 100
  53. enablePasswordVerifier: true
  54. ProtectInventoryBeforeLogIn: true
  55. displayOtherAccounts: true
  56. ForceSpawnOnTheseWorlds:
  57. - world
  58. - world_nether
  59. - world_the_end
  60. banUnsafedIP: false
  61. GameMode:
  62. ForceSurvivalMode: false
  63. ResetInventoryIfCreative: false
  64. security:
  65. minPasswordLength: 4
  66. unLoggedinGroup: unlogged
  67. passwordHash: SHA256
  68. doubleMD5SaltLength: 8
  69. registration:
  70. enabled: true
  71. messageInterval: 5
  72. force: true
  73. enableEmailRegistrationSystem: false
  74. doubleEmailCheck: false
  75. unrestrictions:
  76. UnrestrictedName: []
  77. messagesLanguage: ru
  78. ExternalBoardOptions:
  79. mySQLColumnSalt: ''
  80. mySQLColumnGroup: ''
  81. nonActivedUserGroup: -1
  82. mySQLOtherUsernameColumns: []
  83. Xenoforo:
  84. predefinedSalt: ''
  85. permission:
  86. EnablePermissionCheck: true
  87. BackupSystem:
  88. ActivateBackup: false
  89. OnServerStart: false
  90. OnServerStop: true
  91. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  92. Passpartu:
  93. enablePasspartu: false
  94. Security:
  95. SQLProblem:
  96. stopServer: true
  97. ReloadCommand:
  98. useReloadCommandSupport: true
  99. console:
  100. noConsoleSpam: false
  101. removePassword: true
  102. logConsole: false
  103. captcha:
  104. useCaptcha: false
  105. maxLoginTry: 5
  106. captchaLength: 5
  107. Converter:
  108. Rakamak:
  109. fileName: users.rak
  110. useIP: false
  111. ipFileName: UsersIp.rak
  112. newPasswordHash: SHA256
  113. Email:
  114. mailSMTP: smtp.gmail.com
  115. mailPort: 465
  116. mailAccount: ''
  117. mailPassword: ''
  118. mailSenderName: ''
  119. RecoveryPasswordLength: 8
  120. mailSubject: Your new AuthMe Password
  121. mailText: 'Dear <playername>, \n\n This is your new AuthMe password for the server
  122. \n\n <servername> : \n\n <generatedpass>\n\nDo not forget to change password after
  123. login! \n /changepassword <generatedpass> newPassword'
  124. maxRegPerEmail: 1
  125. Hooks:
  126. multiverse: true
  127. chestshop: true
  128. bungeecord: false
  129. notifications: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement