This plugin adds an embedded web server to nukkit via netty. It can be used as a base for your own plugin.
As a default it already contains a web page at "http://<your-host>:19133/xw-web/info.json" to return some main Information on the web server.
You can install your own web sites. Main scenario is to provide an easy backend for your own website within Apache. Guess a small php script that queries the current online players and shows up a small marker within your groups forum.
As a default it already contains a web page at "http://<your-host>:19133/xw-web/info.json" to return some main Information on the web server.
You can install your own web sites. Main scenario is to provide an easy backend for your own website within Apache. Guess a small php script that queries the current online players and shows up a small marker within your groups forum.
- ToDo List
-
- Add security/ passwords
- Add some more json pages