Skip to content
This repository was archived by the owner on Jul 10, 2022. It is now read-only.

Configuring an authentication server

Ian Castaño edited this page Aug 21, 2020 · 1 revision

To configure an authentication server, all we need is to tweak the config.yml of our Commons plugin.

authentication:
  enabled: true
  spawn:
    x: 0
    y: 0
    z: 0
    yaw: 0
    pitch: 0

All we need is to set the authentication mode to true and some coordinates for the player to be teleported.

Clone this wiki locally