❔How do i allow only Ranked mode?
Answer
There are two ways to enable only the Ranked Mode for your server:
Via the in-game editor: Navigate to the plugin's settings and disable both the Custom and Unranked modes.
Via the config file: Open the main config.yml file of the plugin and modify the allowed-types setting to only permit Ranked mode.

Both methods will restrict players to only the Ranked mode on your server.
allowed-types:
- RANKED
PreviousHow can i make npcs queue?NextHow can i remove the kit items from being displayed in the menu?
Last updated
Was this helpful?