WyndevCodes / Minestom-Tower-Defense

A work-in-progress Minecraft gamemode built with the Minestom server software.
Apache License 2.0
0 stars 0 forks source link

Create a maps config file that associates data with maps #19

Open WyndevCodes opened 3 months ago

WyndevCodes commented 3 months ago

YML file format:

maps:
  1:
    map-name: 'Tower Map'
    map-creators:
      - 'The Hypixel Team'
    map-schematic: 'schematic.schem'
    type: SOLO # 1 player per team (other options are DUO (2 per team) or TEAM (2 teams of 4))
    # Then somehow define region data, such as spawn location and tower track boundaries for each team