Updated External WebServer Use (markdown)

Risto Lahtela 2021-02-15 22:38:55 +02:00
parent a84b12e1ad
commit 6b31e6682d
1 changed files with 4 additions and 1 deletions

@ -3,10 +3,13 @@
Plan offers some **limited support** for use with an external WebServer running on the same machine as the minecraft server. (And possibly another machine if network mounted drives are available). Some features are not available on exported website, such as login or query-page.
This is done by exporting the HTML files periodically or manually. (With /plan export command, that allows export of player pages, json or server.json)
External webserver support is provided by exporting the html files from the plugin. This way any other webserver can take the files as is.
## Enabling HTML Export
Change the export settings to true and change the path to the directory where the files are to be exported.
Remember to give read/write permissions to the user running the minecraft server to that location.
```
# -----------------------------------------------------
# These settings will make Plan write .js, .css, .json and .html files to some location on disk.