You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I want to update the regions appearing on Dynmap the config.yml resets itself to the default setup after a server restart. Occasionally it will reformat the hiddenregions list to an improper YAML format or will reset it to the default empty array.
I set the hiddenregions list as ["region1", "region2"] etc. On reload it will either change to hiddenregions: [] or to the improper YAML format of
hiddenregions:
- region1
- region2
instead of
hiddenregions:
- region1
- region2
This causes the regions to not appear on Dynmap at all. Server restarts also cause the custstyle and infowindow configuration sections to reset to the default.
This whole experience makes the plugin completely useless, because either all regions appear (which makes for a messy map), or no regions appear at all (defeating the purpose of using the plugin).
Server version PurPur 1.19.2
Dynmap-WorldGuard version 1.2
Dynmap version 3.4-828
The text was updated successfully, but these errors were encountered:
Every time I want to update the regions appearing on Dynmap the config.yml resets itself to the default setup after a server restart. Occasionally it will reformat the
hiddenregions
list to an improper YAML format or will reset it to the default empty array.I set the hiddenregions list as ["region1", "region2"] etc. On reload it will either change to hiddenregions: [] or to the improper YAML format of
hiddenregions:
- region1
- region2
instead of
hiddenregions:
- region1
- region2
This causes the regions to not appear on Dynmap at all. Server restarts also cause the custstyle and infowindow configuration sections to reset to the default.
This whole experience makes the plugin completely useless, because either all regions appear (which makes for a messy map), or no regions appear at all (defeating the purpose of using the plugin).
Server version PurPur 1.19.2
Dynmap-WorldGuard version 1.2
Dynmap version 3.4-828
The text was updated successfully, but these errors were encountered: