Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Sessions

samo_lego edited this page Apr 13, 2020 · 2 revisions

Sessions

Starting from 1.3.3, mod supports player sessions. The timeout can be edited in config, under the name sessionTimeoutTime. Default value is 60 (seconds). Set the option to -1 to disable sessions completely.

What are sessions?

Logging in every time can be a bit painful, so mod checks last & current player ip when player joins the server. If ip is the same and session hasn't expired yet, player is logged in automatically.

The video below is showing the example

Clone this wiki locally