How do I allow non-premium players?
To disable authentication for premium players, follow the steps below:
Paper/Spigot/Purpur/Mohist
- Open the file
server.properties
. - Search for the line
online-mode=true
and set it toonline-mode=false
. - Restart your server.

Waterfall/BungeeCord
- Open the file
config.yml
. - Search for the line
online_mode=true
and set it toonline_mode=false
. - Restart your server.

Velocity
- Open the file
velocity.toml
. - Search for the line
online-mode = true
and set it toonline-mode = false
. - Restart your server.
