Skip to content

Releases: MrABCDevelopment/RandomLootChest

RandomLootChest - Update v1.8.5.2-BETA

11 Aug 10:27

Choose a tag to compare

There are few fixes and features that are implemented in beta state.

RandomLootChest - Update v1.8.5.1-BETA

21 Apr 11:07

Choose a tag to compare

This version fixes problem with hooks.

RandomLootChest - Update v1.8.5.0-BETA

20 Apr 20:41

Choose a tag to compare

Hey!

Since last update was released about 2 months ago and some bugs were not fixed, this update applies some changes and bugfixes.

Changes:

  • Moved API back to main module - there will be more examples on GitHub about extensions, etc.
  • Updated Developer API
  • Fixed issues with cooldowns
  • Minor fixes

Updated release

26 Jan 18:59

Choose a tag to compare

Fixed enchantments.

RandomLootChest - Update v1.8.4.1

20 Jan 20:50

Choose a tag to compare

This update fixes an issue with loading non-default contents (like MMOItems, MythicMobs Items).

RandomLootChest - Update v1.8.4.0

15 Jan 19:59

Choose a tag to compare

Hey!

Previous update wasn't that big, so there is another one that provides more fixes, some changes in current model of commands and new feature that will be expanding more and more in future.

All changes:

  • Added subcommand create
  • Changes in CommandHandler class and new method in ArgumentCommand interface (api module)
  • Fixed tab-completing (no more errors!)
  • Fixed saving locations to file (according to this issue
  • Fixed config.yml file reloading (according to this issue
  • Fixed displaying particles (according to this issue

RandomLootChest - Update v1.8.3.3

15 Jan 18:11

Choose a tag to compare

Hey!

Added new information to metrics that shows amount of extensions. Also removed useless imports.

RandomLootChest - Update v1.8.3.2

13 Jan 15:53

Choose a tag to compare

Hey!

There is small update that brings some changes and new feature:

  • Added new option for items - RandomAmount
  • Changed the way that particles are displayed

RandomLootChest - Update v1.8.3.1

12 Jan 21:27

Choose a tag to compare

Hey!

There is minor update that provides some changes in RLC:

  • Change: chests** will be placed only when chunk is loaded (using non-personal-cooldown option)
  • Added new option to configuration file: Use-Combat-Action-Bar

RandomLootChest - Update v1.8.3.0

09 Jan 22:23
0a566a1

Choose a tag to compare

Hey!

There we go, after about 3 months, I came back to release new version!

All changes

  • Added support for HeadDB
  • Particles are now visible only when chunk is loaded! (according to this issue)
  • Fixed CombatBlocker option that threw errors about non-exsiting user
  • PlayerInteractChestEvent is now cancellable