Skip to content

Releases: codeHusky/HuskyCrates-Sponge

v2.0.0-PRE12 HuskyCrates for API 7.x

12 Jul 02:31
Compare
Choose a tag to compare
Pre-release
  • Fixed spam when presets arent defined
  • Included GWM's code optimizations.

Reminder: release files are now on ore.

v2.0.0-PRE11 HuskyCrates for API 7.x

08 Jul 03:47
3ee2486
Compare
Choose a tag to compare
Pre-release
  • Added scrambleSlots as a feature. Now you can scramble slots again for your spinner views
  • Fixed a null error with /hc genitem

https://ore.spongepowered.org/codeHusky/HuskyCrates/versions/2.0.0PRE11

v2.0.0-PRE10 HuskyCrates for API 7.x

26 May 04:42
Compare
Choose a tag to compare
Pre-release

Please make sure you're using a current version of Sponge before reporting issues.

  • Fixed double reward issue (mostly a HuskyUI bug)
  • Added /hc genitem, which outputs the item in your hand to generateditems.conf for ease of configuring the plugin.

You need the latest HuskyUI for this version (0.6.0-PRE4) You can get that here.

Downloads have moved to Ore! Get the new version here!

v2.0.0-PRE9 (HOTFIX 2) HuskyCrates for API 7.x

04 Mar 02:59
Compare
Choose a tag to compare

This is a POTENTIAL bugfix for a user-experience-critical bug. Please read.

  • Attempts to fix an issue where a user can get stuck in an inventory-close loop, preventing them from using the chat, ESC menu, inventory, etc.

You will NEED the latest HuskyUI for this update. Get it here:
https://github.com/codeHusky/HuskyUI-Plugin/releases/tag/v0.6.0-PRE3

v2.0.0-PRE9 (HOTFIX 1) HuskyCrates for API 7.x

04 Feb 05:18
Compare
Choose a tag to compare

This is a hot fix for a critical bug. Please update asap if you're having issues!

Changes

  • Fixed a NullPointerException when using a key on a crate.
    • Message: A fatal error has occurred while trying to deliver your reward. Please contact server administration
    • at com.codehusky.huskycrates.crate.virtual.Slot$Reward.replaceCommand(Slot.java:271)
  • Added intelligent pre-release notification for the server log and a version printout.

v2.0.0-PRE9 HuskyCrates for API 7.x

03 Feb 22:35
Compare
Choose a tag to compare
Pre-release

Changes

  • You can now toggle /crate cmd overriding with forceCrateCMD=<true/false> in huskycrates.conf
    • Useful for allowing compatibility with other crate plugins on servers that use multiple!
  • Added a workaround for functionality on recent versions of Sponge (issues with crate placement)
  • NPEs are no longer thrown when an item doesn't exist for a reward under certain circumstances.

v2.0.0-PRE8 HuskyCrates for API 7.x

04 Jan 02:46
Compare
Choose a tag to compare
Pre-release

Changes

  • Fixed reward groups not counting as a reward and throwing a warning and/or error
  • Fixed preview so it properly scales and works again with new HuskyUI autopaging
  • /hc block [block id] [count] [damage]
    • You must specify a count to use damage.
  • /hc chest is back
  • /crate is an alias for /hc again (overrides TeslaCrate)
  • Crate injection support natively (with an event, must inject at that time.)

HotFix #4 (Fixes infinite items for real this time.)

22 Jun 06:41
Compare
Choose a tag to compare

UPDATE TO THE NEW VERSION OF HUSKYUI OR I WILL NOT HELP YOU IN THE SUPPORT DISCORD

found here: https://github.com/codeHusky/HuskyUI-Plugin/releases/tag/v0.6.0-PRE2-HOTFIX2

this version should fix the issues, assuming you UPDATED HUSKYUI as well.

People not experiencing this issue are still advised to use this version as it has safeguards not in place before.

HotFix #3 (Bandaid for Inf Item bug)

21 Jun 08:16
Compare
Choose a tag to compare
Pre-release

UPDATE TO THE NEW VERSION OF HUSKYUI OR I WILL NOT HELP YOU IN THE SUPPORT DISCORD

found here: https://github.com/codeHusky/HuskyUI-Plugin/releases/tag/v0.6.0-PRE2-HOTFIX1

this version is for diagnosing issues with the reward delivery system. This will likely spam your console with a lot of printouts whenever someone uses a crate. This is expected behavior.

People not experiencing this issue are still advised to use this version as it has safeguards not in place before.

HotFix #2 (Fixes infinite items)

28 May 03:01
Compare
Choose a tag to compare
Pre-release
  • infinite item fix
  • fix for particle lag (temporary, needs to be addressed properly)