BedWars icon indicating copy to clipboard operation
BedWars copied to clipboard

How to make the game start automatically without an opped player?

Open ProBlox42R opened this issue 1 year ago • 1 comments

So everytime I play Bedwars on my server I need to click a diamond to start the game. How to prevent that from happening?

ProBlox42R avatar Nov 15 '23 11:11 ProBlox42R

So, there are basically two ways:

  1. 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.
  2. Enable either join-randomly-on-lobby-join or join-randomly-after-lobby-timeout, that will automatically select teams for players if they do not choose, therefore automatically starting the aforementioned countdown.

Misat11 avatar Nov 15 '23 13:11 Misat11