- Updating for Bukkit 1.6.4-R2.0
- Added disable_standard_repair config.
- Fixed Permissions manager is not accessible Exception.
- Warn user if no '''base amount''' for a item in items.yml is set.
- Updating for Bukkit 1.6.2-R0.1
- Updating for Bukkit 1.6.1-R0.1
- Fixed Issue #28: Removed Exception from PermissionsEx (java.lang.ClassNotFoundException: ru.tehkode.permissions.exceptions.PermissionsNotAvailable)
- Fixed possible NPE, when initialization got wrong
- Added catch for PermissionsNotAvailable Error
- Updating for Bukkit 1.5.2-R0.1 and 1.5.2-R1.0
- Updating for Bukkit 1.5.1-R0.1
- Fixed item duplication, if user has no permission to repair
- Added support for global groups, not only world specific groups
- Updating for Bukkit 1.4.7-R1.0
- Fixed Ingots in Workbench doesn't get updated
- Added Repair Sound
- Updated to Bukkit 1.4.6-R0.1 - not downward compatible!
- Fixed a exception when repairing a item with level 1 enchantment and setup a keep enchantment chance
- Tested with Bukkit 1.4.2-R0.1 (dev)
- Fixed a dupe bug if you put it more than one tool (Using StackableItems Plugin or /give 276 900 15)
- Fixed Repaired Item is not getting updated, if only base item amount changed
- Fixed base item amount is not getting updated, if repair costs more than one item
- Fixed base item doesn't disappear, if repair costs is exactly base item amount
- Added possibility for free repairs
- Changed discount of 100 means its free as in free beer ;)
- Fixed NPE when adding new item to a empty slot in the grid to a already working repair recipe
- Added base item configuration
- Added special enchant multiplier
- Added Metrics - http://mcstats.org/
- Fixed Bow base_amount
- Fixed
allow_over_repair
needs plugin system - Added Debug Mode Command (/repairrecipe debug)
- Added Config Reload Command (/repairrecipe reload)
- Fixed repair costs with
use_highest_enchant: true
- Rewrote Repair cost formula
- Added
use_highest_enchant
configuration - Changed
discount
todiscount_groups
and addeddiscount
as global configuration - Replaced configuration
keep_enchantments
withkeep_enchantments_chance
andkeep_enchantments_chance_groups
Configuration File gets updated automatically.
- Fixed Group Discount doesn't work correctly
- Added Permission
RepairRecipe.repair.overRepair
- Fixed Enchantment Multiplier could reduce repair costs
- Added Enchantment Multiplier per Group Configuration
- Fixed Bug when repairing Items with Vault activated but no Permission Plugin
- Fixed Bug when enabling Plugin without Vault
- Added Permissions
RepairRecipe.repair
andRepairRecipe.repair.enchant
- Added OverRepair Configuration
- Added Group Discount Configuration
- Added Keep Enchantments Configuration
- Added Enchantment Multiplier Configuration
- Added Shears
- Initial Commit