Skip to content

Releases: Th3Shadowbroker/OuroborosMines

1.9.2-SNAPSHOT

15 Dec 18:04
1af8139
Compare
Choose a tag to compare

Features

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

1.9.1-SNAPSHOT

29 Nov 19:13
12e56a0
Compare
Choose a tag to compare

Fixes

  • Fixed a bug that could destroy items without durability when used for mining

1.9.0-SNAPSHOT

21 Nov 13:28
c2d4329
Compare
Choose a tag to compare

Features

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

Fixes

  • Optimized imports

1.8.1-SNAPSHOT

03 Oct 08:18
6fa9a78
Compare
Choose a tag to compare

Fixes

  • The tool durability is now decreased, when players are mining within flagged regions.

1.8.0-SNAPSHOT

19 Sep 07:00
787e776
Compare
Choose a tag to compare

Features

  • Implemented so called drop-groups to fully customize the items dropping from mining materials. (Closes #35).
  • 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.

1.7.1-SNAPSHOT

23 Jul 09:58
cfbdc2d
Compare
Choose a tag to compare

Features

  • Implemented the placeholder %region% for chat.messages.regionAlreadyCustomized which is the message shown when the command /om customize is used.
  • Implemented PlaceholderAPI support.
  • 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.

1.7.0-SNAPSHOT

02 Jul 14:40
ca4bc98
Compare
Choose a tag to compare

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.

  • 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.

1.6.0-SNAPSHOT

02 Jun 20:09
132eb30
Compare
Choose a tag to compare

1.5.1-SNAPSHOT

09 Mar 20:52
c576862
Compare
Choose a tag to compare
  • Implements support for Quests as requested in #23

1.5.0-SNAPSHOT

25 Jan 14:59
8ba8d84
Compare
Choose a tag to compare
  • 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