We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JPremium has a "accessToken" function, which is similar to the function of BungeGuard like:
accessToken: 'xxxxxx'
At first, I wanted NanoLimbo to use BungeGuard while other servers used JPremium, but I found that this could lead to conflicts
(I have used a translator. If there are any inaccuracies, please forgive me)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JPremium has a "accessToken" function, which is similar to the function of BungeGuard
like:
An access token which is used for verifying connections inbound to the server.
You must enter the same token which you have in your JPremium configuration on the proxy server.
You should not share it and publish it otherwise somebody can bypass the protection and destroy your server.
The access token should be fully random and have 64 chars of length! Use a password generator: https://www.avast.com/random-password-generator
accessToken: 'xxxxxx'
At first, I wanted NanoLimbo to use BungeGuard while other servers used JPremium, but I found that this could lead to conflicts
(I have used a translator. If there are any inaccuracies, please forgive me)
The text was updated successfully, but these errors were encountered: