Games GUI - notfoundname/XPWars GitHub Wiki

  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)