Advertisement
Guest User

Untitled

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