Replenish v2.0.0

Details

  • Filename
    Replenish-2.0.0.jar
  • Uploaded by
  • Uploaded
    Jan 23, 2014
  • Size
    80.73 KB
  • Downloads
    547
  • MD5
    3107f9c3eade5d63ed1fc3ad71d74a21

Supported Bukkit Versions

  • CB 1.7.2-R0.2

Changelog

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.