DerFrZocker

Results 13 comments of DerFrZocker

Yes, StackWalker is used on the slow path, I also just tested it with the Java 8 Location implementation and there it is even worse with 4 minutes and 44...

Added in dev build [74](https://jenkins.derfrzocker.de/job/Custom-Ore-Generator-Dev/74/).

Is there also an IllegalArgumentException error message? Like this one: ``` java.lang.IllegalArgumentException: CustomOreGeneratorService can not be null at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[spigot-1.15.2.jar:git-Spigot-a03b1fd-5838285] at de.derfrzocker.custom.ore.generator.impl.WorldConfigYamlImpl.deserialize(WorldConfigYamlImpl.java:65) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]...

Can you test this development version? And see if the Error still persists. Since I can not reproduce the Issues I can not test it my self. [custom-ore-generator-dev-SNAPSHOT.zip](https://github.com/DerFrZocker/Custom-Ore-Generator/files/4464300/custom-ore-generator-dev-SNAPSHOT.zip)

In `replace-materials`, there is no Material / Block in Minecraft with the name `PUFF` did you mean `TUFF`?

I currently do not plan to offer support for other server implementation other than spigot. You can try adding `folia-supported: true` to the `plugin.yml` of the jar and see if...

The Diamond ores, are as you suspected from the fossil and cannot be deactivated via Ore-Control. The iron ores you found are [big ore veins](https://minecraft.wiki/w/Ore_vein) which are generated in a...

Minecraft generates ores in many diffrent ways, so that there is varity will mining. Some iron ors (not all) generated in a much diffrent way than any other ore, which...

Fixed in [v2024.09.10](https://github.com/DerFrZocker/Ore-Control/releases/tag/v2024.09.10)

Thanks for the PR, however I'm currently only conferable using Maven and find it personally easier to use than gradle, with which I had my fair share of issues, when...