How to make the game start automatically without an opped player?
ProBlox42R opened this issue · 1 comments
ProBlox42R commented
So everytime I play Bedwars on my server I need to click a diamond to start the game.
How to prevent that from happening?
Misat11 commented
So, there are basically two ways:
- Keep everything as-is and tell players to choose their teams. The game will start automatically after specified countdown (60s by default) if at least two teams have at least one player. It requires
compass
option to be enabled in config.yml, but that's by default. - Enable either
join-randomly-on-lobby-join
orjoin-randomly-after-lobby-timeout
, that will automatically select teams for players if they do not choose, therefore automatically starting the aforementioned countdown.