Skip to content

79% Feature Complete

Pre-release
Pre-release
Compare
Choose a tag to compare
@Poslovitch Poslovitch released this 27 Jul 21:23
· 3762 commits to develop since this 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
  1. Removed Island#setSpawnFlagsDefaults() - was not used.
  2. Added BSBReadyEvent which is called when the plugin is fully loaded.
  3. Removed the following variables in Settings (they are now flags) : allowPistonPush, restrictFlyingMobs, allowEndermanGriefing, endermanDeathDrop, allowTNTDamage, allowChestDamage, allowCreeperDamage, allowCreeperGriefing, allowMobDamageToItemFrames.
  • New features
  1. Added CHEST_DAMAGE WORLD_SETTING flag.
  2. Added ENDERMAN_GRIEFING WORLD_SETTING flag.
  3. Added ENDERMAN_DEATH_DROP WORLD_SETTING flag.
  4. Added ITEM_FRAME_DAMAGE WORLD_SETTING flag.
  5. Added GEO_LIMIT_MOBS WORLD_SETTING flag - defaults are flying mobs, but it can be expanded to all existing mobs.
  6. Added pl-PL locale (thanks @RikoDEV).
  7. Added /bsb clearresets.
  8. Added /bsb clearresetsall (and this has been done 30,000 feet above Nevada desert! Woohoo!).
  • Tweaks
  1. /bsb range display now uses the server view-distance to reduce potential lags on both client and server sides.
  2. TNT flag is now a SETTING (it was previously a WORLD_SETTING). That means that it can now be toggled by players! BOOOM!
  3. Updated en-US with better texts for the newest commands.
  4. /bsb range set and /bsb range reset now provide a better feedback.
  • Bug fixes
  1. Removed a debug message that was a bit spammy ("Place blocks MATERIAL").
  2. Fixed CREEPER_DAMAGE flag applying even to non-island worlds.