Spigot Web Framework
A powerful Webserver to host your website on any Spigot or Bungee Server.
!!Warning!!
Tested with: Paperspigot 1.12.2, Spigot 1.13.x and 1.16.x and BungeeCord. If you have any compatibility issues, feel free to leave a ticket on GitHub or down in the comments.
Description:
Spigot Web Framework is a powerful Webserver, that enables every Minecraft-Server-Owner to have his (or her) own Website, without having to pay for a Webserver.
It's compatible with both: Spigot and Bungee
Our plugin has an JSON-based HTML-Editor to create your own website within minutes.
We used Netty as server-base, the same libary Minecraft uses for connecting to servers. We have full SSL-, IP- and Port-Configuration support.
//Currently under development:
Forward POST-Requests to the Modules, to date only GET works
This plugin has it's own API and Plugin system, so you can add dynamic content into your website, like a live Playerlist!
Commands:
Our plugin commands are only usable from the console.
/swf - Shows all the Commands
/swf reload (Alias "rl") - Reloads the WebFramework
/swf modules (Alias "mods") - Shows the loaded Modules
Features:
WebServer - usable as normal Webserver
WebBuilder - selfmade WebFramework, able to create full websites with a few lines of JSON
Module API - created to load custom and dynamic webcontent (like a live Playerlist) into the WebBuilder Framework
For more information about the usage, visit: https://github.com/SteffTek/swf-dev-kit
Installation:
Drop the JAR File in your plugin's folder of your Spigot or Bungee server. We recommend downloading our Example Website from the GitHub repository.
For beginners we recommend using the Example Website inside the downloaded folder.
To install Modules, put the Module.jar into the generated Modules folder inside the plugin folder.
Development-Kit:
Check out our Development-Kit at our GitHub-Repo, just follow the download link of the plugin.