Skip to content

Releases: BentoBoxWorld/AOneBlock

Release 1.3.0

31 May 22:17
Compare
Choose a tag to compare

Change Log

  • Broken blocks will now spawn by default on the top of the block so players can grab them more easily. The original random flinging can be enabled via config.yml
  • Animal spawn rates in the Plains phase were reduced

Bug Fixes

  • [Major] AOneBlock was removing the bedrock block from new islands in other game modes
  • [Minor] Using the admin set chest command resulted in some items being saved as AIR.

Release 1.2.1

27 May 00:25
Compare
Choose a tag to compare

Change Log

  • [Major] Fixed bug where goto phase in oneblocks.yml was not converting over.

If you upgraded to 1.2.0 from an earlier version then your oneblocks.yml may not have been converted correctly. Make sure there is a 11000_goto_0.yml file in the phases folder and make sure that there is no oneblocks.yml file left in the phases folder.

Release 1.2.0

23 May 22:02
Compare
Choose a tag to compare

Change Log

Features

  • New config files - oneblock.yml has been split up into phases and placed into the phases folder. Upgrading will convert your previous config file to these new files automatically.
  • API: new events for the magic block
  • Added more magic block protections: pistons cannot push, sand/gravel blocks will not drop.
  • Added a 'water-mob-protection' option that makes the water block that spawns when water mobs spawn toggleable.
  • A load of machine translated locales were added - please fix/improve if you know how!

Bug fixes

  • An error could occur if there was zero chance for blocks to generate

Release 1.1.7

03 May 04:36
Compare
Choose a tag to compare

Change Log

  • Magic block leaves will not decay naturally
  • Finishing the end phase will loop back to the start
  • Fixed error about a default blueprint not present on first install
  • Added various code for future features

Release 1.1.5

26 Apr 23:03
Compare
Choose a tag to compare
Nerfing of emeralds and lapis in early stages

Release 1.1.3

19 Apr 00:34
Compare
Choose a tag to compare

Change Log

This release fixes the locale references so that it uses aoneblock.etc.etc.

Release 1.1.2

17 Apr 15:10
Compare
Choose a tag to compare

Change Log

  • Placeholders are now:

%aoneblock_my_island_phase% - the phase of your island
%aoneblock_my_island_count% - the block count of your island
%aoneblock_visited_island_phase% - the phase of the island you are standing on
%aoneblock_visited_island_count% - the block count of the island you are standing on

Release 1.1.1

17 Apr 14:42
Compare
Choose a tag to compare

Change Log

  • Adds phase and count placeholders. %aoneblock_phase% and %aoneblock_count%
  • Tools will break if their durability is zero
  • User and admin commands were using the BSkyBlock ones in config
  • Updated read me with build status

Upgrading

  1. Download jar
  2. Place into addons folder and delete old one
  3. Recommended - delete old config file
  4. Restart

Release 1.1.0

15 Apr 02:48
Compare
Choose a tag to compare

Change Log

  • Changed name to AOneBlock to avoid clashing with the original. You can read it is "A OneBlock" or "A1 Block" or like ASkyBlock, but AOneBlock :-D
  • Perms and placeholders have changed to be aoneblock instead of oneblock
  • Added placeholders %aoneblock_phase% to show the phase of the island the user is on and %aoneblock_count% to show the block count.

Release 1.0.3

11 Apr 18:58
Compare
Choose a tag to compare

This release fixes bugs:

Change Log

  • [Major] Made the oneblock.count permission default so players can use the count command
  • [Medium] Enabled shears to cut leaves as a block. May also improve other tool-based block breaking.