- Download the repository
- If you want to make any changes you need to install dependencies (
yarn installinside the folder and thenyarn watchand after you can make any change you want ) - Edit
config.jsonto your needs ( if you are using an external export for checking banlist etc. You need to edit theconnectingExportandconnectionResource) - You can specify the queue size
- You can specify how many players can join at the same time ( slowLoadingNumber )
- You can also add images to the
adaptiveCardImagearray inconfig.json( you can add as many as you want ) - Edit the
adaptiveWelcomeMessagein config.json
- You can edit the commands in server.lua to add permissions etc.
skipQueue- Skips the queue for a player ( you need to use the temporary id thatplayerConnectingassigns to the player )queue- argumentsopen | close- Opens or closes the queuegetQueueList- Gets the queue listgetQueueSize- Gets the queue sizegetLoadingPlayers- Gets the players that are loading
- You can edit the grace time in
config.json( graceTime - defaultTime: 300000 ) - When a player disconnects and reconnects within the grace time, he will be put back in the queue with priority 100

