Add example configs and their options to wiki
XCanG opened this issue ยท 2 comments
Is your feature request related to a problem? Please describe.
-
I have issue where in my case
\bluemap\storages
not created on setup, so I manually add it and create emptyfile.conf
because it not work without it, however I struggle to find what it should have or if it would be database, then what options it would have. -
I have issue where caves are not properly added to my map, in wiki it not mentioned how to setup it.
In FAQ there is this that only briefly mentioned it: https://bluemap.bluecolored.de/wiki/FAQ.html#q-i-have-a-black-map--a-lot-of-the-map-is-missing
But I check every config (core.conf
,plugin.conf
,webapp.conf
,webserver.conf
(andfile.conf
is empty as I state above, so it may be here) and didn't find that option.
I only find old post on reddit that mentioned it: https://www.reddit.com/r/BlueMap/comments/pz59b9/version_163/
But I have version 3.4, but there is no render.conf
and options seems to be different (camel-cased), so it may be moved somewhere, but wiki doesn't help with this.
Describe the solution you'd like
So there need a place which show for each config all available parameters to configure, because it hard to find them, I was not able to find it here in files. There a lot of different configs in .json
or .properties
, but there is no .conf
s... So it need to be in wiki. For the case of bug (like 1st issue) or accidental removal (if happened).
I think you are trying to fix the symptoms of a completely different problem: The default configs are not being generated properly.
Since everything is explained in those, the wiki doesn't need to contain this extra information. The config-templates are an essential part of bluemap. There has to be a reason why they are not being generated, so just creating them probably won't fix the issue either.
-
The storages configs get re-generated when the
storages
-folder is not present. Try deleting that and reload bluemap. Then it should generate those config-files for you. If it doesn't then there has to be an error somewhere in your logs. -
The option to change the cave-render mechanism is the
remove-caves-below-y
setting in each map-config, those should be insideconfig/bluemap/maps
. (They are replacing the oldrender.conf
from previous versions)
This is very likely an issue with your setup and not with bluemap itself, so i will close this here on GitHub.
Please use our very active and friendly discord if you need further support with this! :)
(Or alternatively our less active reddit)