Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Games GUI

notfoundname edited this page Aug 2, 2020 · 3 revisions
  1. features.games-gui: true
  2. There's two options: just display all available games or sort them into categories (doubles, triples ect)
  • To enables categories, set games-gui.enable-categories: true
  • Example category
categories:
  example: #any name here
    arenas: #List of arenas in this category
    - Arena
    - Shire
    stack: BLACK_CONCRETE;1;&rDoubles #Category item
    skip: 0 #How many slots will it skip 

Update 1.3 brings new command: /bw connect <category name> - it will join you to one of games defined in category with highest players (you don't need to set `games-gui.enable-categories: true)

Clone this wiki locally