How do i allow only Ranked mode?

Answer

There are two ways to enable only the Ranked Mode for your server:

  1. Via the in-game editor: Navigate to the plugin's settings and disable both the Custom and Unranked modes.

  2. 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

Last updated

Was this helpful?