mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-30 22:53:36 +01:00
Updated External WebServer Use (markdown)
parent
a84b12e1ad
commit
6b31e6682d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user