File Details
Inventory Drop Chance v1.4.1
- R
- Jul 4, 2013
- 50.54 KB
- 1.0K
- CB 1.5.2-R1.0+2
File Name
InventoryDropChance.jar
Supported Versions
- CB 1.5.2-R1.0
- 1.6.1
- 1.5.2
- Version 1.4.1
- Removed: Extra group list is not needed any more. It is removed.
- Added: New check if config is setup correctly.
- Added: Added automatic version checker. When a new version is available, it will notice players that have 'idc.noticeonupdate.
- Added: New config option: "doCheckUpdate". If this is true, IDC will inform players when a new version is available.
- Fixed: .jar file is renamed to 'InventoryDropChance.jar' from 'Inventory Drop Chance.jar'. This will create a new config. Just remove the old map and copy the old config over to the new one.
- Fixed: PluginManager and other managers can now recognise Inventory Drop Chance.
- Version 1.4
- Added: Delete percentage. You can tell IDC how much of the inventory should be deleted. (Those items are not dropped nor given back)
- Added: New messages
- Added: 'check first' option. You can tell IDC to first delete a part of the inventory and then save a part of it or the other way around.
- Added: 'DELETE_PERCENTAGE' flag for WorldGuard.
- Fixed: When a player has 'idc.keepallitems' a new message will be shown.
- Fixed: Armour is now saved when a player has 'idc.keepallitems'.
- Fixed: Sometimes a player would not get all his/her items back even though s/he has 100% retain percentage.
- Cleaned up code
Make sure your groups are up to date. The new features aren't added to the new groups automatically. You'll have to do that yourself.
- Version 1.3
- Updated to CraftBukkit 1.5.2-R0.2 (Build #02777)
- Added a blacklist and whitelist for drops per group.
- An item that is put on the blacklist will always be dropped.
- An item on the whitelist will always be kept. You'll always keep the item when you die.
- Version 1.2.1
- Multiworld support. Disabled worlds can be defined in the config.
- Updated to CraftBukkit 1.4.7-R0.1 (Build #02602)
- Version 1.2
- Experience now works correctly. It was bugged and caused NPE's.
- Gave Java GC some help :)
- Added WorldGuard flag support! Flags to use: xploss-percentage & retain-percentage. You need to have WorldGuard and WorldGuard Custom Flags if you want to use this feature.
- Version 1.1
- Updated configuration file! It's best to let the IDC completely recreate a new config.
- All percentages are customisable per group.
- Groups introduced.
- Permissions are now per group. Example: A player with 'idc.group.<groupname>' is member of the <groupname>
- Drop and xp loss percentages are now per group
- XP loss percentage is now correctly calculated and performed
- Fixed bug where players lost all their items after dying, and reconnecting.
- Initial release