You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
Plugins ✨ Ore Regenerator ✨ { Supports ALL Blocks } [1.8 - 1.19] ⭐ All GUI Controlled ⭐
Version: 2.3.8
- New | Added persistent regen timers
- Now blocks that are still regenning will continue to regen after server restarts
- Toggle in config "persistent-timers" (on by default) if you want the old functionality (instantly regen on server stop [set to false]) or the new functionality (persist past restarts [set to true])
- New | Created config.yml file patcher, you won't need to touch your config file to get the new settings
- New | Added day count for time remaining message %dd%
- Improved | Breaking a block in creative will now cancel the block regenning there if applicable
- Improved | Placing a block in creative will now cancel the block regenning there if applicable (i.e. replace block is air)
- Bug Fix | Listeners that fail to be registered will not stop others from being registered (i.e. BlockDropListener on older versions of MC)
- New | Added bStats tracker so I can track OreRegenerator metrics
- New | Added an alternative auto-inventory option if you need to switch from the default auto-inventory functionality
- To enable, go to the config.yml and set "
advanced.alternatives.auto-inventory" to true then either start your server or do /or reload
- New | I've released a free version of Ore Regenerator. This version will be the same as the premium version (for now) except that it has a limit of 5 regions and 5 regennable blocks per-region. This should allow people to get a feel for the plugin and decide if it's right for them before upgrading to premium.
- This update will have no noticeable change for the premium buyers, I've just implemented code for the free version restrictions
- Improved | Improved ItemsAdder Furniture loading due to the shakey ItemsAdder API ;-;
- New | Added support for regenning ItemsAdder Furniture blocks
- Use by selecting the "ItemsAdder Furniture" type when picking your regennable type
- NOTE: Currently IA Furniture can't be used as a replace block due to bugs with IA
- New | Added support for custom blocks from Oraxen
- Setup by selecting the "Oraxen" option when adding a regennable block or setting a replace block
- Bug Fix | Fixed max regen time not getting changed
- New | regions.json will now initialize with a version to prevent issues with the versioning system
- New | Created a patching system to allow for drastic file-system changes without the user needing to do any work to update
- Improved | Major code refactor in preparation for ItemsAdder support