Dynmap cant generate config files and other files or edit empty config files.
miguelvf3 opened this issue ยท 11 comments
Issue Description: Dynmap cant generate config files and other files or edit empty config files.
- Dynmap Version: Dynmap-3.4-spigot.jar
- Server Version: Paper 1.19.2 build 153
- Pastebin of Configuration.txt: non existant and empty after i generated one myself
- Server Host (if applicable): Selfhosted
- Pastebin of crashlogs or other relevant logs: *
Before creating empty configuration.txt
[16:46:04] [Server thread/INFO]: [dynmap] Enabling dynmap v3.4-828
[16:46:05] [Server thread/INFO]: [dynmap] Added 20 custom biome mappings
[16:46:05] [Server thread/INFO]: [dynmap] Using Bukkit Permissions (superperms) for access control
[16:46:05] [Server thread/INFO]: [dynmap] Web interface permissions only available for online users
[16:46:09] [Server thread/ERROR]: [dynmap] ERROR creatomg default for plugins\dynmap\configuration.txt
[16:46:09] [Server thread/INFO]: [dynmap] Unloaded 0 components.
[16:46:09] [Server thread/INFO]: [dynmap] Disabled
After creating empty configuration.txt:
[16:49:03 INFO]: [dynmap] Extracted files upgraded
[16:49:03 INFO]: [dynmap] Mod Support processing completed
[16:49:03 INFO]: [dynmap] Loading models...
[16:49:04 INFO]: [dynmap] Loaded 2404 block models from models_1.txt
[16:49:04 INFO]: [dynmap] Loading texture mappings...
[16:49:04 INFO]: [dynmap] Loaded 1925 texture mappings from texture_1.txt
[16:49:04 ERROR]: [dynmap] ERROR creatomg default for plugins\dynmap\worlds.txt
[16:49:04 INFO]: [dynmap] Unloaded 0 components.
[16:49:04 INFO]: [dynmap] Disabled
[16:49:04 ERROR]: Error occurred while enabling dynmap v3.4-828 (Is it up to date?)* - Steps to Replicate:
Downloaded dynmap and put in plugins folder.
Launched server
[X] I have looked at all other issues and this is not a duplicate
[X] I have been able to replicate this
check the folder permissions, they should match the ones of the user that is running minecraft,
if using linux, check if the user:group are the same as the user running the mc server with ls -alh
then you have to change where the server is ran from (move the folder) so it is not in a protected folder, or run the server with admin privileges, which is not advised
I think I did something and it worked, I pressed unblock in the dynmap jar properties and it worked