Releases: mdsimmo/bomberman
v0.6.3 - Undo Command
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
Added "group.bomberman" to all bomberman players. Can be used to configure World Guard regions
v0.6.1 - Quick Fix
Fix crash on load if Placeholder API is not enabled
v0.6.0 - Placeholder API
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
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
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
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
Same as v0.4.6, but for version Bukkit 1.12.2 and WorldGuard 6
Bomberman v0.0.3d
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
Fixed crash when Multiverse is installed