Skip to content

Releases: DerFrZocker/Ore-Control

v2022.12.10 - German language - Big ore veins - 1.19.3 supported

10 Dec 08:44
26f52a6

Choose a tag to compare

Additions:

  • Add support for Glowstone feature
  • Add support for disabling big ore veins on a per world basis (Only for 1.19 and higher)
  • Add supported for German language
  • Add per user language selection
  • Add option to create own languages (see /plugins/ore-control/lang/README.txt)
  • Add supported for 1.19.3

Changes:

  • World configs are now sorted by name and type instead of randomly switching

Preview Additions:

  • Add Exp4IntegerValue which allows using math expression
    • Only usable by directly modifying the config files
  • Add color indicators from where a value is taken

v2022.06.26 - First release of V2, support for 1.18 - 1.19

26 Jun 09:12
eeab8ba

Choose a tag to compare

Changes:

  • Complete re-write of the plugin

Additions:

  • Add support for minecraft version 1.18 - 1.19
  • Better support for custom biomes and features

Deletions:

  • Removed support for older minecraft version

Notes:

  • V2 does not support the data structure of older versions of the plugins this includes the two pre-releases v2022.01.31 or v2021.12.31. The plugin needs to be re-configurated in those cases. If you use dev-build 55 or later you can just replace the jars with out doing anything more.

Closes: #7, #8, #9, #10, #11.

v2022.01.31 - Add support for ancient debris

31 Jan 18:47
f7dd2ab

Choose a tag to compare

Additions

  • Add support for ancient debris

v2021.12.31 - First build of v2 and 1.18.1 support

31 Dec 22:34
de771f2

Choose a tag to compare

This is the first build of v2 which brings 1.18.1 support. (Other versions are no longer supported).
This is NOT a drag and replace updated. You need to re-configuration the plugin, if you used the plugin before.

This is an experimental build use with caution and make backups of your worlds before using. Furthermore it is not ensured that the data format will persist during the builds, which means, it is possible you need to re-set all values when updating to a newer build.

There is currently no easy / convenient way to set data.
To change the configuration follow those steps.
Add the plugin to your server and start it up, it will now generated some data files, after the server has started up stop it again. There are now some files in the folder plugins\ore-control\data\default. The world folder contains all ores which you can change. The biome folder contains every biome and those are containing every ore in the biome. Now create a folder with the world name under the path ore-control\data\configs example ore-control\data\configs\world for the default world.
In this you can create the same directory structure / copy over files from the default directory. And change the values in those files as you wish. If you copy it into the world sup-directly it while apply to the whole world. If you copy it over the biome sup folder it will only apply to the biome in which it is set. You don't need to copy over every file only those which you want to change. Biome specific setting are used first and than settings for the whole world.
After this you can start the server up again and let it generate new chunks.

v2021.03.31 - Added support for Minecraft version 1.17.(1)

09 Jul 08:54
7bd918c

Choose a tag to compare

Additions:

  • Added support for Minecraft version 1.17.(1)
  • Added support for copper ore

v2021.03.31 - Gui appearance update and small fixes

31 Mar 16:44

Choose a tag to compare

Updated Gui appearance:

  • gave each item stack more information
  • standardized gui item stack layout
  • adjusted config gui layout with the rest of the gui
  • added option to reload configs from disk
  • added option to go back in config and copy action
  • added option to abort copy action

Changes:

  • The plugin now warns when you try to set the vein size to 2 or lower.

Fixes:

  • Fixed a bug where templates aren't visible in the gui
  • Fixed a bug which causes a server crash when using a world with the name default

Notes:

  • Because of the huge changes, the gui is no longer available in chines (The command messages are still available in chines)

v2020.11.3-2 - Fixed error on plugin startup

03 Nov 15:00

Choose a tag to compare

Fixes:

  • Fixed plugin startup error

v2020.11.3 - Added support for Minecraft version 1.16.4

03 Nov 14:10

Choose a tag to compare

Additions:

  • Added support for Minecraft version 1.16.4

v2020.09.19 - some bug fixing and improvements

19 Sep 19:43

Choose a tag to compare

Additions:

  • Added a notification message, when an unsupported server jar is used (for example CraftBukkit)

Improvements:

  • Drastically improved the plugin start up time

Fixes:

  • Removed a debug message which spams the console on server startup in Minecraft version 1.16.2
  • Fixed a NullPointer when using the Setting VEINS_PER_BIOME
  • Fixed an error when updating from Spigot to Paper
  • Fixed weird symbol before some names in the gui

v2020.09.11 - add support for 1.16.3, fix template creating

11 Sep 20:20

Choose a tag to compare

  • Fixing error when trying to create a template via the gui
  • Add Support for Minecraft version 1.16.3
  • Change the style of the config.yml
  • Add a /orecontrol info command