Releases: Th3Shadowbroker/OuroborosMines
Releases · Th3Shadowbroker/OuroborosMines
1.9.2-SNAPSHOT
Features
- Player stats are now updated when a player is mining within mining regions. (As described in #46)
1.9.1-SNAPSHOT
Fixes
- Fixed a bug that could destroy items without durability when used for mining
1.9.0-SNAPSHOT
Features
- Implemented support for BeatuyQuests (Thank you @SkytAsul for your assistance!)
Fixes
- Optimized imports
1.8.1-SNAPSHOT
Fixes
- The tool durability is now decreased, when players are mining within flagged regions.
1.8.0-SNAPSHOT
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
Features
- Implemented the placeholder
%region%
forchat.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 theplaceholders
section ofconfig.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
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
- Implemented support for Jobs (Jobs Reborn)
1.5.1-SNAPSHOT
- Implements support for Quests as requested in #23
1.5.0-SNAPSHOT
- 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