Skip to content

v0.8.0 - Target Selectors and File Sharing

Compare
Choose a tag to compare
@mdsimmo mdsimmo released this 09 Dec 17:13
· 27 commits to master since this release
380011c

Added Features:

  • Target selectors on Join/Leave commands.
    • \bm join <name> -t=@p
  • Game data is stored in a single zip folder that contains all settings and schematic data. This means sharing game creations with custom rules is easier than ever!
    • All old save data will be automatically updated

Breaking changes:

  • Command syntax to create a game has changed. Now use /bm create <name> -schem=t:purple.game.zip
  • Config.yml is no longer used. Everything is configured in the game config settings
  • Java 1.17+ only (Java 8 version to be made latter)