Replenish v2.1.0
Details
-
FilenameReplenish-v2.1.0.jar
-
Uploaded by
-
UploadedOct 14, 2014
-
Size112.07 KB
-
Downloads966
-
MD5d7db12ea382bbaaf3a618ec082f67648
Supported Bukkit Versions
- CB 1.7.9-R0.2
- CB 1.7.2-R0.3
Changelog
2.1.0:
- Compatible with all recent Bukkit/Spigot releases (1.6.4 -> 1.7.10 -> 1.8, etc.)
- Improved command registration and execution - fixes issues with plugin not loading completely
- Support for UUID-based storage instead of name-based (in accordance to name-changing in 1.8+)
- No need to cancel damage if a player is holding the 'wand'
- Retrieve item lore in the config as both a list and concatenated string
2.0.0:
- Complete recode
- New help menus complete with pages
- More control over plugin performance - New config options
- Control over drop chance and amount
- Drop values are randomly generated between a defined minimum and maximum value
- Added bind commands to store replenish data for multiple blocks in quick succession
- The bind command has the same arguments as the create command
- Added the ability to define custom stacks to drop (with item naming and lore)
- Custom stacks are defined in the config
- Custom stacks an be passed into any command that requires an item drop ID (<item-drop>) using the following syntax (where configId is the ID as defined in the config.yml):
- id;configId
- Added control over which blocks in certain worlds are replenished
- Blocks of a certain type can now be automatically replenished
- Two new world commands
- /replenish create <listen-id> <id-when-mined> <item-drop> <restore-time> <world-name> - Restore certain blocks in a world according to their ID. Listen ID can be "all" to represent all blocks in the world.
- /replenish remove <world_name> - Remove replenish data for a specific world.
- Utilises dynamic command registration
1.1:
- Complied with 1.5.2-R0.1
- Added World Replenish (/replenish create <mined> <drop> <time> <world_name>)
1.0:
- Initial release.
- Fixed updater issue.