SimpleWebServer

A simple internal web server for Spigot

327

Quick challenge

How far can you run before the mobs catch you?

SimpleWebServer

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

1. Download the latest release 2. Place the JAR file in the plugins folder of your Spigot server. 3. Start or restart your server. 4. 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.

ADS