BillyGalbreath / Pl3xMap

Pl3xMap is a minimalistic and lightweight world map viewer for Minecraft servers using the vanilla Minecraft rendering style
https://modrinth.com/plugin/pl3xmap
MIT License
3 stars 4 forks source link

html resets after reload/restart #188

Closed DubblePumper closed 1 year ago

DubblePumper commented 1 year ago

the html in index.html resets everytime i reset my server or reload the plugin by command which prevents me from adding a custom fav icon etc.

Roan-V commented 1 year ago

This is done so that updating the plugin can also update te index file. You can disable this by setting read-only to true in the config

Just remember to set it to false when updating pl3xmap, otherwise your index.html won't get its new updated contents

granny commented 1 year ago

What Roan said