BukkitInventoryTools V2.1.5
Details
-
FilenameBukkitInventoryTools.jar
-
Uploaded by
-
UploadedSep 18, 2011
-
Size53.26 KB
-
Downloads214
-
MD559795e3f8701e8ba5df26f299811f1c3
Supported Bukkit Versions
- CB 1060
- Beta 1.7.3
Changelog
Version 2.1.5
- Small bugfix. It was possible to break a protected door, by breaking the block under the door. I have made it so I damage the player if he does that.
Version 2.1.4
- Small bugfix. Fixed an error where the inventory in some cases was null.
Version 2.1.3
- Damage the player if the player enters a wrong pincode.
Version 2.1.2
- Implemented /digilock [pincode]|[lock pincode]|[owner playername]|[closetimer seconds]|[remove]
Version 2.1.1
- Doubledoors disabled, because they dont work yet.
Version 2.1.0
- Fix permissions on the DigiLock
Version 2.0.9
- Fix'ed another MySQL bug. (Create table bug)
- OBS Owner and CoOwner fields works but they has no effect yet! Will come in next release.
Version 2.0.8
- Doors locked with the DigiLock, cant be unlocked with redstone.
Version 2.0.7
- Doors can now be locked with the DigiLock
Version 2.0.6
- Fixed some more MYSQL bugs
- Added an event for Redstone so it cant open doors when the door is locked.
Version 2.0.5
- Fix a bug in the MYSQL code.
Version 2.0.4
- Implemented a new group for buckets, so you can disable stacking of bucket. Check Permissions and Config.yml
- Disable DisplaySortArchievement in config.yml
- You can create and remove a DigiLock on door. BUG: you cant unlock it yet.
Version 2.0.3
- Test if SortInventory is installed. SortInventory and BukkitInventoryTools conflicts.
Version 2.0.2
- Fixed integration to SpoutBackpack.
Version 2.0.1
- Added a "Remove" button to remove a DigiLock.
Version 2.0
- Lock and unlock inventories with a digital lock. (DigiLock).
- SQLite / MySQL support. I don't support flatfiles.
- Admins can configure which items can be stacked in 5 groups: Weapons, Food, Armor, Tools, Vehicles.
Version 1.4
- Sort on Doublechests works now. I found some new features in Spout, which made it possible to use same stack and sort method, as I used one the player inventory, singlechest and SpoutBackpack Inventory.
Version 1.3.1
- Minor fix. I have just removed some "spam" messages in the console, which i made while I was trying to make Button to work and integration to MyWolf.
- Permissions in plygin.yml is changed so
Version 1.3
- Cleaned up the Permissions Class.
- Integration to MyWolf has begun.