Ouroboros-Mines icon

Ouroboros-Mines -----

Create regenerative mines with a simple world-guard-flag.




If you find any bugs, please report them here.
Full Changelog: 1.12.2...1.13.0
----------, May 11, 2023

If you find any bugs, please report them here.

Fixes
  • Fix/itemsadder break by @Th3Shadowbroker in #87
    • Fixed a problem that caused the break-animation to be missing when autopickup has been enabled.
Full Changelog: 1.12.0...1.12.1
----------, Feb 4, 2023

If you find any bugs, please report them here.

Features

Full Changelog: 1.11.3...1.12.0
----------, Jan 23, 2023

If you find any bugs, please report them here.

Fixes

  • Fixed a problem with custom blocks (ItemsAdder) that could cause blocks to behave incorrectly when mined
----------, Nov 27, 2022

If you find any bugs, please report them here.

Features
- Added support for ItemsAdder (A big thank you to @LoneDev for providing me with a license for testing :)) (Wiki)

- Implemented custom-block loot
- Added support for Aurelium Skills

What's Changed

Full Changelog: 1.10.2-SNAPSHOT...1.11.0
----------, Apr 14, 2022

If you find any bugs, please report them here.

Fixes

  • Fixed a bug that prevented items from dropping when auto-pickup was enabled.
  • Fixed handling of the override setting, which allows overriding or keeping the natural drops.
----------, Mar 20, 2021

If you find any bugs, please report them here.

Fixes

  • Fixed a bug that could lead to incomplete config files (only affects config.yml). This bug does not affect users who used a config file that was generated by a release before 1.10.0
----------, Mar 12, 2021

If you find any bugs, please report them here.

Features

Improvements
  • Reworked the whole drop-system (#53)
  • Restructured and cleaned up a lot of code (#54, #57)
  • Updated dependencies (#58, #65 )
Fixes
  • Fixed a bug that caused BlockData to not being copied and therefore blocks not being placed in the right way (#50)
  • Fixed a bug that caused the default option to not being applied correctly (#64)
----------, Feb 23, 2021

If you find any bugs, please report them here.

Features

  • Player stats are now updated when a player is mining within mining regions. (As described in #46)
----------, Dec 15, 2020

If you find any bugs, please report them here.

Fixes
  • Fixed a bug that could destroy items without durability when used for mining
----------, Nov 29, 2020

If you find any bugs, please report them here.

Features

  • Implemented support for BeatuyQuests (Thank you for your assistance @SkytAsul !) [PR]

Fixes

  • Optimized imports
----------, Nov 21, 2020

If you find any bugs, please report them here.

Fixes

  • The tool durability is now decreased, when players are mining within flagged regions. (Thank you @laspi94 for reporting!)
----------, Oct 3, 2020

If you find any bugs, please report them here.

Features
  • Implemented so called drop-groups to fully customize the items dropping from mining materials. (Closes #35). (Wiki)
  • Implemented the /om dg command to create dropgroups from chests and make it easier to use the feature #35 .
You can learn more about drop-groups and how to set them up from the wiki.

Fixes
  • Refactored the misleading chat.messages.consoleOnly message.

Thank's for the suggestion @Ellendyra !
----------, Sep 19, 2020

If you find any bugs, please report them here.

Features

  • Implemented the placeholder %region% for chat.messages.regionAlreadyCustomized which is the message shown when the command /om customize is used.
  • Implemented PlaceholderAPI support. (Wiki)
  • Implemented the %ouroborosmines_opening_<world>_<region>% placeholder, which shows a countdown until the mine opens. The countdown can be customized in the placeholders section of config.yml.
  • Implemented the %ouroborosmines_name_<world>_<region>% placeholder, which displays a mine's name which can be defined in the region's configuration file. If not defined, the placeholder will fallback to the regions id.
  • Implemented new time system.
Fixes
  • Fixed a bug that prevented opening-hours to work correctly if the timezone was set manually.
  • Fixed a bug that prevented opening-hours from repeating in the give period.
----------, Jul 25, 2020

Important: If you had a previous version of OuroborosMines installed it is highly recommended to backup your config.yml by moving or renaming. Once you ran the plugin for the first time, you can copy your previous settings from your old config.yml into the new config.yml.

If you find any bugs, please report them here.
  • Implemented auto-pickup (as described in #25): This features transfers items directly into the players inventory. If the inventory is full, the items will be dropped as usual.
  • Implemented opening-hours (as described in #26): Opening hours bring a completely new feature. You can now configure your mines to be opened at specific times. Setting up opening-hours isn't that easy, as it can get really complex and it's highly recommended to read the docs. If you need help with setting everything up, you can contact Th3Shadowbroker on his discord (an invite link is the plugin's spigot page!).
  • Implemented priority support (as described in #27): OuroborosMines now takes WorldGuard priorities into account. This means, that you can define a mining region within another mining region. You can now set the priority of the included region higher than the priority of its parents region to ensure, that the correct region-configuration is applied.
Also a big "Thank You!" to @Gabodjs who helped me with testing and provided me with new feature-requests.

In case the download link doesn't work, please let me know and download it directly from GitHub.
----------, Jul 2, 2020

- Implemented support for Jobs Reborn

If you find any bugs, please report them here.
In case the download link doesn't work, please let me know and download it directly from GitHub.
----------, Jun 2, 2020

- Implemented Quests support

If you find any bugs, please report them here.
In case the download link doesn't work, please let me know and download it directly from GitHub.
----------, Mar 9, 2020

  • Implemented experience-support (Wiki)
  • Replaced string parsing for range values with a wrapper-class
  • Fixed a bug that caused the om reload command to show an invalid config-count
As usual, the plugin will update your configuration-file if you ran an older version before. If you find any bugs, please report them here.
----------, Jan 25, 2020

  • Implemented additional parameters for /om customize [region] [world]
  • Code optimization
As usual, the plugin will update your configuration-file if you ran an older version before. If you find any bugs, please report them here.
----------, Jan 15, 2020

  • Implemented %size% placeholder for deposit-sizes (PlaceholderAPI is not required!)
If you haven't defined the chat.messages.depositSizes section in your configuration yet, it will automatically patched into it. However comments within the configuration file will be deleted when this happens. If you want to keep the comments, you can define the section before updating to this version b y copying the depositSizes section from the wiki.
----------, Jan 12, 2020

- Implemented particle-effect support into effect-definitions (Wiki)
If you find any bugs, please report them here.
----------, Jan 11, 2020

- Fixed an logic error that could lead to the rich-amount bypassing the limit defined in the config.
----------, Jan 8, 2020

  • Implemented message-templates
  • Implemented config-patch for chat.messages
  • Implemented support for sounds (Wiki)
  • Implemented basic deposit-discovery message
  • Implemented event for deposit discovery
If you find any bugs, please report them here.
All updates regarding the message-templates are automatically applied to your config-file. An expansion of the effect system is currently under construction and more variables for the messages are planned. (y)
----------, Jan 5, 2020

- Fixed a bug that allowed spawned ores to redraw their richness when the counter hit 0.
----------, Dec 30, 2019

  • Implemented update-notification
----------, Dec 29, 2019

  • Implemented randomized cooldowns within given ranges
  • Implemented randomized chance for rich ore-deposits
  • Learn more about these features
Sponsor me on GitHub

[​IMG]

[​IMG]
----------, Dec 26, 2019

  • Implemented support for region-specific configurations. Learn more...
----------, Dec 21, 2019

Resource Information
Author:
----------
Total Downloads: 2,288
First Release: Oct 27, 2019
Last Update: May 11, 2023
Category: ---------------
All-Time Rating:
9 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings