Guest User

sss

a guest
Sep 4th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.35 KB | None | 0 0
  1. settings:
  2. mysql:
  3. host: localhost
  4. port: 3306
  5. user: root
  6. password: Geoffrey14
  7. database: jpremiumI
  8. first-table: non_premium_users
  9. second-table: premium_users
  10. use-proxy: false # Whether to use proxies to connect with Mojang servers. If you have server where is more than 500 players, I recommend turn on this.
  11. max-ip-accounts: 2 # How many non-premium players can register with this same ip address.
  12. max-connections: 2 # How many players can join to the server within 30 seconds.
  13. fixed-unique-id: true # Whether to use random unique id for player.
  14. default-language: en # Default language from messages section.
  15. registration-type: SERVER # Whether to allow register non-premium players on the server, website or both sites.
  16. auto-login-premium: true # Whether to auto login new premium players.
  17. switch-server-timeout: 200 # How many the plugin must wait in order to connect player with another server. Change this value only when author of JPremium ask for it.
  18. enable-allow-address: false # Whether to check address which player using to connect to the server.
  19. case-sensitive-allow-address: true # Whether to check case sensitive of allow addresses.
  20. allow-addresses: # Using only these addresses player can join to the server.
  21. - 147.135.185.42:25565
  22. - play.athoxmc.eu
  23. staff-addresses: # Using only these addresses player with 'jpremium.staff' permission can join to the server.
  24. login:
  25. commands: # Login command aliases. The first command is main command.
  26. - login
  27. - l
  28. server: # Server names to which non-premium player connect in order to login.
  29. - login
  30. after: # Server names to which non-premium and premium player connect after login.
  31. - lobby
  32. time: 150 # How many time has non-premium player to login.
  33. kick-when-bad-password: false # Whether to kick non-premium player when he enter wrong password.
  34. register:
  35. commands: # Register command aliases. The first command is main command.
  36. - register
  37. - r
  38. server: # Server names to which non-premium player connect in order to register.
  39. - login1
  40. after: # Server names to which non-premium player connect after register.
  41. - lobby
  42. time: 150 # How many time has non-premium player to register.
  43. password-min-length: 5 # What is the minimum number of characters in the password
  44. password-max-length: 30 # What is the maximal number of characters in the password
  45. case-sensitive-bad-passwords: true # Whether to check case sensitive of bad passwords.
  46. bad-passwords: # The passwords are considered as unsafe and non-premium player cannot set they as password.
  47. - 12345
  48. - qwerty
  49. - abcdef
  50. captcha: true # Whether to non-premium player must enter captcha code during register.
  51. captcha-length: 6 # The length of captcha code. Maximal length is 32.
  52. unregister:
  53. commands: # Unregister command aliases.
  54. - unregister
  55. - unreg
  56. auto-login:
  57. commands: # Auto login command aliases.
  58. - autologin
  59. - al
  60. change-password:
  61. commands: # Change password command aliases.
  62. - changepassword
  63. - change
  64. change-language:
  65. commands: # Change language command aliases.
  66. - language
  67. - lang
  68. jpremium-register:
  69. commands: # Register admin command aliases.
  70. - jregister
  71. - jreg
  72. jpremium-unregister:
  73. commands: # Unregister admin command aliases.
  74. - junregister
  75. - junreg
  76. jpremium-change-password:
  77. commands: # Change password admin command aliases.
  78. - jchangepassword
  79. - jchpass
  80. jpremium-change-language:
  81. commands: # Change language admin command aliases.
  82. - jlanguage
  83. - jlang
  84. jpremium-verify:
  85. commands: # Verify admin command aliases.
  86. - jverify
  87. - jver
  88. messages:
  89. en:
  90. servers-not-responding: '&c&lError! &cAuthentication servers do not respond, we can not verify your account!'
  91. max-ip-accounts: '&c&lError! &cYour ip address has already been registered with the maximum number of accounts!'
  92. max-connections: '&c&lError! &cToo many players want to connection to the server now! Please wait and try again!'
  93. website-registration: '&a&lWebsite registration! &aPlease visit www.example.com/register to register your account!'
  94. update: '&a&lJPremium update! &aA new version of plugin! Download now from https://www.spigotmc.org/resources/jpremium.27766/'
  95. disallow-address: '&c&lDisallow address! &cPlease connect to server using example.com address!'
  96. disallow-staff-address: '&c&lDisallow address! &cPlease connect to server using example.com address!'
  97. boss-bar: '&a&lRANGS&f, &b&lCREDITS&f, &d&lCOSMETIQUES&f et plus sur &6&lbsmmc.eu/shop'
  98. premium:
  99. fadeIn: 1
  100. stay: 3
  101. fadeOut: 1
  102. title: '&6&lBSM_MC'
  103. subtitle: '&b&lPROMO DE L''éTé &c&l-20% &csur la boutique'
  104. header: |-
  105. &r
  106. &e&l→ &6&lPLAY.BSMMC.EU &e&l←
  107. &fServeur disponible de la version 1.8 à 1.12
  108. &cTout triche ou modification de client est interdite.
  109. &r
  110. footer: |-
  111. &r
  112. &bSoutenir le serveur &e- &6paypal.me/BSM_MC
  113. &aNotre TeamSpeak &e- &fts.bsmmc.eu
  114. &r
  115. chat: |-
  116. &f
  117. &3[BSM_Auth] Connecté via un compte premium.
  118. &f
  119. non-premium:
  120. login:
  121. before:
  122. fadeIn: 1
  123. stay: 18
  124. fadeOut: 1
  125. title: '&aConnectez-vous'
  126. subtitle: '&b/login <password>'
  127. header: |-
  128. &r
  129. &e&l→ &6&lPLAY.BSMMC.EU &e&l←
  130. &fServeur disponible de la version 1.8 à 1.12
  131. &cTout triche ou modification de client est interdite.
  132. &r
  133. footer: |-
  134. &r
  135. &bSoutenir le serveur &e- &6paypal.me/BSM_MC
  136. &aNotre TeamSpeak &e- &fts.bsmmc.eu
  137. &r
  138. chat: |-
  139. &r
  140. &3[BSM_Auth] &7Faîtes &e/login <motdepasse> &7 pour vous connect.
  141. &r
  142. after:
  143. fadeIn: 1
  144. stay: 3
  145. fadeOut: 1
  146. title: '&6&lBSM_MC'
  147. subtitle: '&b&lPROMO DE L''éTé &c&l-20% &csur la boutique'
  148. header: |-
  149. &r
  150. &e&l→ &6&lPLAY.BSMMC.EU &e&l←
  151. &fServeur disponible de la version 1.8 à 1.12
  152. &cTout triche ou modification de client est interdite.
  153. &r
  154. footer: |-
  155. &r
  156. &bSoutenir le serveur &e- &6paypal.me/BSM_MC
  157. &aNotre TeamSpeak &e- &fts.bsmmc.eu
  158. &r
  159. chat: |-
  160. &r
  161. &3[BSM_Auth] §7Faîtes &e/register <motdepasse> <motdepasse>§7 pour vous enregistrez.
  162. &r
  163. error:
  164. timeout: '&c&lTimeout! &cJoin to the server and try again!'
  165. registered: '&c&lRegistered! &cYou must registered to login!'
  166. logged: '&c&lLogged! &cYou are already logged!'
  167. enter-password: '&c&lInvalid arguments! &cEnter password and try again!'
  168. incorrect-password: '&c&lIncorrect password! &cEnter correct password and try again!'
  169. incorrect-nickname: '&c&lIncorrect nickname! &cLogin with %PLAYER_CORRECT_NAME% player name, not with %PLAYER_NAME%!'
  170. register:
  171. before:
  172. fadeIn: 1
  173. stay: 28
  174. fadeOut: 1
  175. title: '&aConnectez-vous'
  176. subtitle: '&b/register <password> <re-password> <captcha>'
  177. header: |-
  178. &r
  179. &e&l→ &6&lPLAY.BSMMC.EU &e&l←
  180. &fServeur disponible de la version 1.8 à 1.12
  181. &cTout triche ou modification de client est interdite.
  182. &r
  183. footer: |-
  184. &r
  185. &bSoutenir le serveur &e- &6paypal.me/BSM_MC
  186. &aNotre TeamSpeak &e- &fts.bsmmc.eu
  187. &r
  188. chat: '&3[BSM_Auth] §7Faîtes &e/register <motdepasse> <motdepasse> <captcha>§7 pour vous enregistrez.'
  189. after:
  190. fadeIn: 1
  191. stay: 3
  192. fadeOut: 1
  193. title: '&6&lBSM_MC'
  194. subtitle: '&b&lPROMO DE L''éTé &c&l-20% &csur la boutique'
  195. header: |-
  196. &r
  197. &e&l→ &6&lPLAY.BSMMC.EU &e&l←
  198. &fServeur disponible de la version 1.8 à 1.12
  199. &cTout triche ou modification de client est interdite.
  200. &r
  201. footer: |-
  202. &r
  203. &bSoutenir le serveur &e- &6paypal.me/BSM_MC
  204. &aNotre TeamSpeak &e- &fts.bsmmc.eu
  205. &r
  206. chat: |-
  207. &f
  208. &3[BSM_Auth] Connecté via un compte non-premium.
  209. &f
  210. captcha: '&3[BSM_Auth] &7Votre captcha est&3%CAPTCHA%'
  211. premium: '&a&lDetected premium! &aIf you have premium launcher and want to auto login your account, please execute /autologin! &cDo not execute this command on the cracked launcher!'
  212. error:
  213. timeout: '&3[BSM_Auth] &c&lTimeout! &cRejoignez le serveur et réessayez!'
  214. registered: '&3[BSM_Auth] &c&lRegistered! &cYou are already registered!'
  215. enter-passwords: '&3[BSM_Auth] &c&lInvalid arguments! &cEnter password, re-password, captcha and try again!'
  216. password-too-short: '&3[BSM_Auth] &c&lInvalid password! &cEnter longer password!'
  217. password-too-long: '&3[BSM_Auth] &c&lInvalid password! &cEnter shorter password!'
  218. password-bad: '&3[BSM_Auth] &c&lInvalid password! &cEnter better password!'
  219. passwords-same: '&3[BSM_Auth] &c&lInvalid passwords! &cPassword are not same!'
  220. incorrect-captcha: '&3[BSM_Auth] &7Captcha incorrecte! Entrez le captcha correct et réessayez!'
  221. unregister:
  222. after: '&a&lUnregistered! &aYou have been unregistered!'
  223. error:
  224. registered: '&c&lRegistered! &cYou are not registered!'
  225. logged: '&c&lLogged! &cYou are not logged!'
  226. premium: '&c&lYou are Premium &cYou can not unregister premium account!'
  227. enter-password: '&c&lInvalid arguments! &cEnter password and try again!'
  228. incorrect-password: '&c&lIncorrect password! &cEnter correct password and try again!'
  229. auto-login:
  230. after:
  231. premium: '&a&lAuto Login! &aYou do not need use password to login!'
  232. password: '&a&lAuto Login! &aYou need use password to login!'
  233. error:
  234. premium: '&c&lYou are not Premium &cYou can not auto login non-premium account!'
  235. enter-passwords: '&c&lInvalid arguments! &cEnter password, re-password and try again!'
  236. password-too-short: '&c&lInvalid password! &cEnter longer password!'
  237. password-too-long: '&c&lInvalid password! &cEnter shorter password!'
  238. password-bad: '&c&lInvalid password! &cEnter better password!'
  239. passwords-same: '&c&lInvalid passwords! &cPassword are not same!'
  240. change-password:
  241. after:
  242. fadeIn: 1
  243. stay: 3
  244. fadeOut: 1
  245. title: '&a&lSuccessful!'
  246. subtitle: '&aYour password has been changed!'
  247. header: |-
  248. &f
  249. &a&lWelcome %PLAYER_NAME%!
  250. &f
  251. footer: |-
  252. &f
  253. &aYour password has been changed!
  254. &f
  255. chat: ''
  256. error:
  257. registred: '&c&lRegistered! &cYou are not registered!'
  258. logged: '&c&lLogged! &cYou are not logged!'
  259. premium: '&c&lYou are Premium &cYou can not change password for premium account!'
  260. enter-passwords: '&c&lInvalid arguments! &cEnter old password, password, re-password and try again!'
  261. incorrect-old-password: '&c&lInvalid old password! &cEnter old password na try again!'
  262. passwords-same: '&c&lInvalid passwords! &cPassword are not same!'
  263. change-language:
  264. after:
  265. fadeIn: 1
  266. stay: 3
  267. fadeOut: 1
  268. title: '&a&lSuccessful!'
  269. subtitle: '&aYour language has been changed!'
  270. header: |-
  271. &f
  272. &a&lWelcome %PLAYER_NAME%!
  273. &f
  274. footer: |-
  275. &f
  276. &aYour language has been changed!
  277. &f
  278. chat: ''
  279. error:
  280. registred: '&c&lRegistered! &cYou are not registered!'
  281. logged: '&c&lLogged! &cYou are not logged!'
  282. enter-language: '&c&lInvalid arguments! &cEnter language!'
  283. incorrect-language: '&c&lInvalid language! &cEnter correct language!'
  284. jpremium-register:
  285. after: '&a&lRegistered! &aYou have been registered new player!'
  286. error:
  287. registered: '&c&lRegistered! &cYou are not registered!'
  288. logged: '&c&lLogged! &cYou are not logged!'
  289. enter-nickname-and-password: '&c&lInvalid arguments! &cEnter player nickname and password!'
  290. user-is-premium: '&c&lUser is Premium! &cThis user is premium player!'
  291. user-is-exist: '&c&lUser is exist! &cThis user is already exist!'
  292. jpremium-unregister:
  293. after:
  294. user-kick: '&a&lUnregistered &aYou have been unregistered!'
  295. unregistered: '&a&lUnregistered &aUser has been unregistered!'
  296. error:
  297. registered: '&c&lRegistered! &cYou are not registered!'
  298. logged: '&c&lLogged! &cYou are not logged!'
  299. enter-nickname: '&c&lInvalid arguments! &cEnter player nickname!'
  300. user-is-not-exist: '&c&lUser is not exist! &cThis user is not exist!'
  301. user-is-premium: '&c&lUser is Premium! &cThis user is premium player!'
  302. user-is-not-registered: '&c&lUser is not registered! &cThis user is not registered!'
  303. jpremium-change-password:
  304. after:
  305. user-kick: '&a&lPassword Changed! &aYour password has been changed!'
  306. password-changed: '&a&lPassword Changed! &aPassword has been changed!'
  307. error:
  308. registered: '&c&lRegistered! &cYou are not registered!'
  309. logged: '&c&lLogged! &cYou are not logged!'
  310. enter-nickname-and-password: '&c&lInvalid arguments! &cEnter player nickname and password!'
  311. user-is-not-exist: '&c&lUser is not exist! &cThis user is not exist!'
  312. user-is-premium: '&c&lUser is Premium! &cThis user is premium player!'
  313. user-is-not-registered: '&c&lUser is not registered! &cThis user is not registered!'
  314. jpremium-change-language:
  315. after:
  316. user-changed:
  317. fadeIn: 1
  318. stay: 3
  319. fadeOut: 1
  320. title: '&a&lSuccessful!'
  321. subtitle: '&aYour language has been changed!'
  322. header: |-
  323. &f
  324. &a&lWelcome %PLAYER_NAME%!
  325. &f
  326. footer: |-
  327. &f
  328. &aYour language has been changed!
  329. &f
  330. chat: ''
  331. language-changed: '&a&lLanguage Changed! &aLanguage has been changed!'
  332. error:
  333. registred: '&c&lRegistered! &cYou are not registered!'
  334. logged: '&c&lLogged! &cYou are not logged!'
  335. enter-nickname-and-language: '&c&lInvalid arguments! &cEnter nickname and language!'
  336. user-is-not-exist: '&c&lUser is not exist! &cThis user is not exist!'
  337. incorrect-language: '&c&lInvalid language! &cEnter correct language!'
  338. jpremium-verify:
  339. after:
  340. premium: '&a&lPremium &aThis user is premium!'
  341. non-premium: '&a&lNon-Premium &aThis user is non-premium!'
  342. error:
  343. registered: '&c&lRegistered! &cYou are not registered!'
  344. logged: '&c&lLogged! &cYou are not logged!'
  345. enter-nickname: '&c&lInvalid arguments! &cEnter player nickname!'
  346. user-is-not-exist: '&c&lUser is not exist! &cThis user is not exist in JPremium database!'
Add Comment
Please, Sign In to add comment