Skip to content

Releases: divisionind/BackpacksRemastered

v2022.1.7

21 Oct 14:49
Compare
Choose a tag to compare
  • fixed furnace backpack bug in 1.19

v2022.1.6

19 Oct 13:21
Compare
Choose a tag to compare
  • support for netherite upgrading of backpacks in the smithing table (#38)
  • fixed older version compatibility, should work back to 1.12.X again

v2022.1.5

23 Sep 19:26
Compare
Choose a tag to compare
  • fix for crafting combined backpacks together to yield a non-backpack

v2022.1.4

16 Sep 20:02
Compare
Choose a tag to compare
  • fix for mod assisted dupe (issue 37)

v2021.1.1

29 Jun 02:53
Compare
Choose a tag to compare
  • improved NMS incompatibility messages
  • support for 1.17.X

v2020.0.5

14 Oct 03:16
Compare
Choose a tag to compare
  • added support for 1.16.X
  • minor tweaks

v2020.0.4

29 Apr 22:53
Compare
Choose a tag to compare
  • fixed issue where the /split command destroyed items if the players inventory was full
  • support for GriefPrevention (linked backpacks can no longer be tied to chests to which they dont have access)
  • Adaptor/Ability API, allows developers to easily add support/integration for their plugin to Backpacks (see README.md) 

LAST GITHUB RELEASE

17 Apr 21:13
Compare
Choose a tag to compare

This is going to be the last release I post on GitHub. For build downloads, please see the bukkit page here: https://dev.bukkit.org/projects/backpack-item.

  • small changes
  • fixed bug where /split command could destroy backpack if the player has a full inventory

v2020.0.2

11 Jan 19:07
Compare
Choose a tag to compare
  • b57551a pre 2020.0.2
  • 17858fd Merge remote-tracking branch 'origin/master'
  • 130885f fixed issues where furnace backpack was not tracked if combined with armor
  • 44f5fa9 removed old note
  • ca422e5 added furnace backpack screenshot
  • faa4292 updated default furnace backpack lore to be more accurate
  • 7475ce2 post release

v2020.0.1

27 Dec 02:36
Compare
Choose a tag to compare
  • ff2a179 pre release
  • 5daa424 added support for 1.12, note: this is not full support, furnace backpack tracking is terrible in this version and only tracks between the players inventory and the ground
  • cbc0849 removed completed todo
  • 0100389 small note about vfurnace instantiation
  • 820d69d fixed support for 1.13, note: furnace backpack tracking for inventory containing blocks is not supported in 1.13
  • fea2024 added notes about future nms improvements
  • 650fdc3 fixed compatibility issues with MC1.15
  • 25eb71a modified nms loading code to soft-fail so even if nms is not fully supported in future/past versions, the plugin may still partially work
  • db081c1 added support for the german language
  • dbc28d2 updated copyright and version info in preparation of 2020 release
  • 44470ff updated AlwaysPlayer to use reflection instead of direct NMS
  • bac39ad added support for updating furnace backpacks in player inventories / enderchests of offline players
  • bd029b7 improved block location pointer to support all current and future inventory possessing blocks
  • 267e5dc further notes about ACommand optimization
  • 9d28d8e bug fix with furnace backpack, improved documentation
  • 873114c changed output format of vfurnace command
  • 0d1fd34 corrected ground locations name
  • 20388bb implemented a complete to-be-tested form of item tracking through inventories, renamed some final classes, updated config
  • b346b7a Merge remote-tracking branch 'origin/master'
  • ca763d0 added the ability to give backpack keys using the item:give command
  • a30f05b updated readme
  • 30fa821 added descriptor for VirtualFurnace class
  • 4bf83b9 cleaned up some comments, added todo info
  • 9ae0d1c completed pointing code and item update resolving post virtual furnace operation, completed vfurnace command to see active vfurnace processes, halted nested furnace backpack updating for now
  • 725cc8c finished surface item location tracking/updating
  • cfec5d4 added additional tracking location, removed unused enum
  • adf00fa further improved item tracking support
  • 8739222 work towards full item tracking
  • 441a471 completely reworked the item location code because I didnt like how it was coming
  • 9ad99fc optimized the help command, added the vfurnace command
  • 69c2159 removed BPSnooper class
  • 7ed763b fully tested and working furnace backpacks, start towards furnace backpack inventory tracking
  • 8d891a4 post release commit