Soulbound/changelog.txt

95 lines
4.7 KiB
Plaintext

Changelog:
Key:
+ Addition
= Fix
! Change
- Removal
Version 1.2.0 | Tested on CB 1.7.9-R0.1
+ Added support for giving Soulbinded kits to other players
+ Added option to have Soulbind items without adding the player name
! Changed the way UUIDs are handled, they are now hidden in the Soulbound lore :)
! Changed "Bind on Use" also triggers when enchanting
Version 1.1.9 | Tested on CB 1.7.5-R0.1
! Now using MythicDrops hook to support MythicDrops versions 1.1.2 through 3.0.0. Huge shout-out to Nunnery!
Version 1.1.8 | Tested on CB 1.7.5-R0.1
+ Added new Items config file, define items with displaynames/lore here which will be Soulbound
+ Added feature which allows you to Soulbind items when spawning in a kit
+ Added feature which allows you to Soulbind items on respawn, useful for spawnkits.
+ Added MythicDrops 1.1.2 AND 2.0.0 support. Thanks Nunnery!
+ Added UUID support
Version 1.1.7 | Tested on CB 1.6.4-R0.1
- Removed old Updater class
Version 1.1.6 | Tested on CB 1.6.4-R0.1
! Changed Updater, now uses Gravity's updater v2.0
! Changed notification messages when dependencies are found, they're hidden by default
Version 1.1.5 | Tested on CB 1.6.2-R1.0
+ Added new config option; "Delete_On_Drop"
+ Added new permission nodes soulbound.items.keep_on_death and soulbound.items.delete_on_death, both are false by default
= Fixed bug where soulbound items would disappear when dropping them by dragging them out of the inventory
= Fixed MythicDrops support, works with MythicDrops 1.1.2
! Changed config file system, files now automatically update
! Changed "Allow_Item_Drop" to "Prevent_Item_Drop"
- Removed config options "Keep_On_Death" and "Delete_On_Death". Use permissions instead!
- Removed DiabloDrops support
Version 1.1.4 | Tested on CB 1.5.2-R0.1
+ Added a new configuration option to prevent using certain commands when holding a Soulbound item
+ Added a new configuration option to Soulbind the item in hand when a certain command is used.
+ Added an option to disable the feedback messages "Inventory now Soulbound to.."
! Hoppers can no longer pickup Soulbound items
= Fixed infinite durability not working for armor and special tools
Version 1.1.3 | Tested on CB 1.5.0-R0.1
+ Added MythicDrops support
+ Added permission node which allows certain players to pickup items which are not Soulbound to that player
+ Added permission node which limit the maximum amount of Soulbound items a player can carry at once
+ Added new configuration option to let Soulbound items have infinite durability
+ Added new command to Soulbind a full inventory. /bind [player] inventory
= Fixed bug which caused the plugin to ignore cancelled SoulbindItemEvents
! Improved the Bind on Equip mechanism even more, to account for recent inventory changes in MC 1.5
Version 1.1.2 | Tested on CB 1.4.7-R1.0 & 1.5.0-R0.1
+ Added help pages, access them using /soulbound help
= Fixed bug where DiabloDrops chests where never edited. Chest generated by DiabloDrops can now also contain Soulbound items
= Fixed bug where Chainmail armor and Skulls were never Binded on Equip
= Fixed bug which caused an NPE when trying to bind with nothing in hand
= Fixed bug which would throw an ArrayIndexOutOfBounds error
= Fixed bug which allowed player to Soulbind items twice
! Improved the Bind on Equip mechanism!
Version 1.1.1 | Tested on CB 1.4.7-R1.0
+ Added API functions so other plugins can hook into Soulbound as well! (Instead of the other way round)
+ Added support for LoreLocks!
= Fixed bug with the Update Checker (I really did this time)
= Fixed bug with EpicBossRecoded when bosses had no loot defined
Version 1.1.0 | Tested on CB 1.4.7-R1.0
+ Added support for DiabloDrops! Make Legendary items Soulbound on pickup, or make armor Sets Soulbound on Equip
+ Added support for EpicBossRecoded! Drops from an EpicBoss can get flagged as "Bind on Pickup", "Bind on Equip" or "Bind on Use"
+ Added new item type "Bind on Equip", when a player equips this item it will get Soulbound to that player
+ Added new item type "Bind on Use", when a player uses (left/right click) this item it will get Soulbound to that player
! Bind on Pickup, now also binds items when clicking them in containers.
= Fixed bug where /bindonpickup was broken
= Fixed bug where items could have multiple lines with "Soulbound"
Version 1.0.1 | Tested on CB 1.4.7-R1.0
= Fixed bug with the Update Checker
Version 1.0.0 | Tested on CB 1.4.7-R1.0
+ First release
+ Added Soulbound items
+ Added Bind on Pickup items
+ Added prevent storing Soulbound in containers
+ Added prevent dropping Soulbound items
+ Added prevent dropping Soulbound items on death
+ Added keep Soulbound items after death
+ Added Metrics for stats
+ Added an update check