ScreamingSandals / BedWars

Simple BedWars minigame plugin for Spigot version 1.8.8 - 1.21.1
https://www.spigotmc.org/resources/bedwars.63714/
GNU Lesser General Public License v3.0
260 stars 94 forks source link

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

Closed ProBlox42R closed 3 months ago

ProBlox42R commented 9 months ago

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 9 months ago

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.