You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
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.