79% Feature Complete
Pre-release
Pre-release
79% feature complete and not bug-free pre-release version.
NOTE: Tastybento and I are currently away from our respective homes. Downloads will be added soon, but you can download the dev builds on CodeMC CI for now.
NOTE: BSB can now work on Spigot 1.13-pre7. However, keep in mind it is not designed to work on 1.13 and that it is currently only officially developped on 1.12.
Changelog :
- API
- Removed
Island#setSpawnFlagsDefaults()- was not used. - Added
BSBReadyEventwhich is called when the plugin is fully loaded. - Removed the following variables in
Settings(they are now flags) : allowPistonPush, restrictFlyingMobs, allowEndermanGriefing, endermanDeathDrop, allowTNTDamage, allowChestDamage, allowCreeperDamage, allowCreeperGriefing, allowMobDamageToItemFrames.
- New features
- Added
CHEST_DAMAGEWORLD_SETTING flag. - Added
ENDERMAN_GRIEFINGWORLD_SETTING flag. - Added
ENDERMAN_DEATH_DROPWORLD_SETTING flag. - Added
ITEM_FRAME_DAMAGEWORLD_SETTING flag. - Added
GEO_LIMIT_MOBSWORLD_SETTING flag - defaults are flying mobs, but it can be expanded to all existing mobs. - Added
pl-PLlocale (thanks @RikoDEV). - Added
/bsb clearresets. - Added
/bsb clearresetsall(and this has been done 30,000 feet above Nevada desert! Woohoo!).
- Tweaks
/bsb range displaynow uses the server view-distance to reduce potential lags on both client and server sides.TNTflag is now a SETTING (it was previously a WORLD_SETTING). That means that it can now be toggled by players! BOOOM!- Updated
en-USwith better texts for the newest commands. /bsb range setand/bsb range resetnow provide a better feedback.
- Bug fixes
- Removed a debug message that was a bit spammy ("Place blocks MATERIAL").
- Fixed
CREEPER_DAMAGEflag applying even to non-island worlds.