Skip to content

Releases: mdsimmo/bomberman

v0.8.3 - Experimental Arena

13 Dec 10:13
Compare
Choose a tag to compare

Features:

  • Added new experimental map showcasing some cool things that can be done
    • Build using /bm create <name> -t=experimental
  • Cage blocks configurable
  • Configurable which blocks are ignored in a schematic

v0.8.2 - Hotfix

11 Dec 03:29
Compare
Choose a tag to compare

Bug fixes:

  • Fixed players spawning outside of spawn cages

v0.8.1 - Java 8 compatible

10 Dec 16:00
Compare
Choose a tag to compare

Features:

  • Java 8 compatible
  • /bm create is simpler to use

v0.8.0 - Target Selectors and File Sharing

09 Dec 17:13
380011c
Compare
Choose a tag to compare

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)

v0.7.1 - Quick fix

12 Dec 11:15
Compare
Choose a tag to compare

Bug fix:

  • Removed incomplete (and insecure) target selectors

v0.7.0 - Adventure Mode Block Placement

12 Dec 11:13
Compare
Choose a tag to compare

Added Features:

  • Like adventure mode, tools can be configured to only break certain blocks using the CanDestroy nbt tag. If no nbt tag is added, tools cannot break anything.
  • Again, like adventure mode, blocks can be configured so they can only be placed on certain blocks using the CanPlaceOn nbt tag. If no tag is added, blocks can be placed anywhere.

Bug Fixes:

  • Corrected how the group.bomberman permission is assigned to increase plugin compatibility.

v0.6.5-mc1.12.2-R1

13 Oct 09:13
Compare
Choose a tag to compare

For MC1.12.2 only

v0.6.5 - Bug fix (Health boost)

13 Oct 09:09
Compare
Choose a tag to compare

Fixed:

  • Crash on leaving when a player joins a game with the health boost effect

v0.6.4-mc1.12.2-R1

10 Oct 09:20
Compare
Choose a tag to compare
Merge branch 'master' into mc1.12.2-we6

v0.6.4 - Bug Fixes

10 Oct 08:32
Compare
Choose a tag to compare

Fixes:

  • Fixed security issues with {#exec} and PlaceholderAPI
  • Halved the file size
  • Fixed "Error: Unsupported key: minecraft:" spam in console
  • Fixed bombs exploding glass after game finishes
  • External dependencies are shadowed (better compatibility if other plugins use different versions of the same libraries)