forked from git-mirrors/GeyserConnect
Add a setting for enabling a hard player cap
This commit is contained in:
parent
b0698284b3
commit
56b9fe7619
3 changed files with 15 additions and 2 deletions
|
@ -6,6 +6,10 @@
|
|||
# This is loaded live so will update without a server restart
|
||||
welcome-file: welcome.txt
|
||||
|
||||
# Enabled hard max player limit
|
||||
# This will kick players if the server is full
|
||||
hard-player-limit: false
|
||||
|
||||
# A global list of servers sent to all clients
|
||||
servers:
|
||||
- name: The Hive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue