A simple internal web server for Spigot
A simple internal web server for Spigot
SimpleWebServer is a Spigot plugin that provides a basic web server functionality for Minecraft servers. It allows server administrators to start, stop, restart the embedded Jetty web server and provides a command to display the link to the web server.
/sws start: Starts the web server./sws stop: Stops the web server./sws restart: Restarts the web server./sws link: Displays the link to access the web server.sws.use: Allows general access to the /sws command.sws.admin: Access to administrative commands (start, stop, restart).sws.link: Show the link to the web server.In the config.yml file, you can specify the port for the web server.
# Port of the webserver
web-server-port: 8080
plugins/SimpleWebServer/webIf you encounter any issues or have suggestions, please create a new issue.
Author: CptGummiball (treeman1992)
This plugin is licensed under the MIT License - see the LICENSE file for details.