Skip to content

Releases: mdsimmo/bomberman

v0.6.3 - Undo Command

30 Sep 05:25
Compare
Choose a tag to compare

Added Features:

  • Added \bm undo - similar to \bm delete but also reverts the schematic.

Bug fixes:

  • Countdown stops when last player disconnects
  • WorldGuard permission group applied before teleporting player

v0.6.2 - World Guard Permission

29 Sep 16:00
Compare
Choose a tag to compare

Added "group.bomberman" to all bomberman players. Can be used to configure World Guard regions

v0.6.1 - Quick Fix

29 Sep 16:08
Compare
Choose a tag to compare

Fix crash on load if Placeholder API is not enabled

v0.6.0 - Placeholder API

29 Sep 16:06
Compare
Choose a tag to compare

Added ability to make custom signs/holograms through the PlaceholderAPI.

Two placeholder variables exist in the format of:

  • %bomberman_info_<game>_<stat>%
    • <game> is name of game
    • <stat> is any of the localization parameters
  • %bomberman_msg_<msg>%
    • <msg> is a custom localization message
    • The message has two variables passed into it:
      • {games}: a list of all active games
      • {player}: the PlaceholderAPI reference player (if existing)

Example placeholder usage:
%bomberman_info_mygame_players%/%bomberman_info_mygame_spawns%
%bomberman_msg_{games|get|mygame|{!it|players}/{!it|spawns}}%

Breaking changes:

  • How message formatting works on lists has changed

Additional changes

  • Added {#rand} format
  • Added {!..} syntax for delayed expansion
  • Added 'get' to list format
  • Added 'filter' to list format

v0.5.0-1.12.2

19 Sep 01:28
Compare
Choose a tag to compare

For Minecraft version 1.12 only

Update legacy release to be in line with latest release

Fixed:

  • Sandstone destructible by default

v0.5.0 - 1.17.1 Update

19 Sep 00:22
1f7406c
Compare
Choose a tag to compare

Compatible with Minecraft versions 1.13 - 1.17

No major changes

Fixed:

  • Custom schematics saved with incorrect type, causing errors when reloading
  • Errors occurring while loading a game are handled gracefully

v0.4.11-1.12.2-R1

28 Apr 00:10
Compare
Choose a tag to compare

Legacy release for Minecraft 1.12.2 with WorldEdit 6.

Download 1.15 releases at https://www.spigotmc.org/resources/bomberman.77616/

v0.4.6-1.12.2-R1

22 Apr 04:07
Compare
Choose a tag to compare

Same as v0.4.6, but for version Bukkit 1.12.2 and WorldGuard 6

Bomberman v0.0.3d

29 Sep 23:45
Compare
Choose a tag to compare

changes:

  • Better /bm game protect command - toggles protection if true/false not specified

Bug fixes:

  • protection effected all worlds
  • probable fix of null pointer when explosions explode
  • Game.java registered for event handling for no reason
  • PVP protection not working properly

Bomberman v0.0.3c

08 Sep 12:51
Compare
Choose a tag to compare

Fixed crash when Multiverse is installed