Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. DataSource:
  2. mySQLColumnName: username
  3. mySQLTablename: authme
  4. mySQLUsername: gamingc2
  5. backend: file
  6. mySQLColumnLastLogin: lastlogin
  7. mySQLDatabase: gamingc2_authme
  8. mySQLPort: '3306'
  9. mySQLColumnIp: ip
  10. mySQLHost: pfweb1.dedizones.com
  11. mySQLColumnPassword: password
  12. mySQLPassword: **********
  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: true
  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: 1
  41. maxNicknameLength: 20
  42. ForceSingleSession: true
  43. ForceSpawnLocOnJoinEnabled: false
  44. SaveQuitLocation: false
  45. AllowRestrictedUser: false
  46. AllowedRestrictedUser: []
  47. kickNonRegistered: false
  48. kickOnWrongPassword: false
  49. teleportUnAuthedToSpawn: false
  50. minNicknameLength: 3
  51. allowMovement: false
  52. timeout: 30
  53. allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
  54. allowedMovementRadius: 100
  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: false
  65. ResetInventoryIfCreative: false
  66. security:
  67. minPasswordLength: 4
  68. unLoggedinGroup: unLoggedinGroup
  69. passwordHash: SHA256
  70. doubleMD5SaltLength: 8
  71. registration:
  72. enabled: true
  73. messageInterval: 5
  74. force: true
  75. enableEmailRegistrationSystem: false
  76. doubleEmailCheck: false
  77. unrestrictions:
  78. UnrestrictedName: []
  79. messagesLanguage: en
  80. ExternalBoardOptions:
  81. mySQLColumnSalt: ''
  82. mySQLColumnGroup: ''
  83. nonActivedUserGroup: -1
  84. mySQLOtherUsernameColumns: []
  85. bCryptLog2Round: 10
  86. Xenoforo:
  87. predefinedSalt: ''
  88. permission:
  89. EnablePermissionCheck: false
  90. BackupSystem:
  91. ActivateBackup: false
  92. OnServerStart: false
  93. OnServerStop: true
  94. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  95. Passpartu:
  96. enablePasspartu: false
  97. Security:
  98. SQLProblem:
  99. stopServer: true
  100. ReloadCommand:
  101. useReloadCommandSupport: true
  102. console:
  103. noConsoleSpam: false
  104. removePassword: true
  105. logConsole: false
  106. captcha:
  107. useCaptcha: false
  108. maxLoginTry: 5
  109. captchaLength: 5
  110. Converter:
  111. Rakamak:
  112. fileName: users.rak
  113. useIP: false
  114. ipFileName: UsersIp.rak
  115. newPasswordHash: SHA256
  116. Email:
  117. mailSMTP: smtp.gmail.com
  118. mailPort: 465
  119. mailAccount: ''
  120. mailPassword: ''
  121. mailSenderName: ''
  122. RecoveryPasswordLength: 8
  123. mailSubject: Your new AuthMe Password
  124. maxRegPerEmail: 1
  125. mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for
  126. the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do
  127. not forget to change password after login! <br /> /changepassword <generatedpass>
  128. newPassword'
  129. Hooks:
  130. multiverse: true
  131. chestshop: true
  132. bungeecord: true
  133. notifications: true
  134. disableSocialSpy: true
  135. Performances:
  136. useMultiThreading: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement