Skip to main content

How do I allow non-premium players?

To disable authentication for premium players, follow the steps below:

Paper/Spigot/Purpur/Mohist

  1. Open the file server.properties.
  2. Search for the line online-mode=true and set it to online-mode=false.
  3. Restart your server.
Bukkit's Online-Mode Line

Waterfall/BungeeCord

  1. Open the file config.yml.
  2. Search for the line online_mode=true and set it to online_mode=false.
  3. Restart your server.
Waterfall's Online-Mode Line

Velocity

  1. Open the file velocity.toml.
  2. Search for the line online-mode = true and set it to online-mode = false.
  3. Restart your server.
Velocity's Online-Mode Line