Nan1t / NanoLimbo

The lightweight, high performance Minecraft limbo server
https://www.spigotmc.org/resources/86198/
GNU General Public License v3.0
262 stars 54 forks source link

Could you please add support for JPremium? #65

Open SueFox opened 1 year ago

SueFox commented 1 year ago

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)