Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
SimpleWebServer
A simple internal web server for Spigot
Description
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.
Usage
Commands
/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.
Permissions
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.
Configuration
In the config.yml file, you can specify the port for the web server.
# Port of the webserver
web-server-port: 8080
Installation
- Download the latest release
- Place the JAR file in the plugins folder of your Spigot server.
- Start or restart your server.
- Place your webfiles in
plugins/SimpleWebServer/web
Note
- Ensure that the specified web server port is open and not conflicting with other services.
- Access the web server link using the /sws link command in-game.
- This plugin does NOT provide a website. It only provides the web server required for this.
Issues
If you encounter any issues or have suggestions, please create a new issue.
Credits
Author: CptGummiball (treeman1992)
License
This plugin is licensed under the MIT License - see the LICENSE file for details.