PluginMIT
WebConnector
This is a simple plugin for connecting external services to the Minecraft server by means of POST requests to the server
4
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions
📖About WebConnector
WebConnector
HTTP bridge plugin that executes server actions based on incoming requests.
All accepted actions, headers, payload keys, and side effects are configured in config.yml.
Features
Configurable API host, port, and base path.
Shared secret header for authentication (optional by leaving secret empty).
Action routing via URL path segments.
Per-action commands, file deletions, and optional shutdown.
Placeholder expansion using any JSON payload key.
Installation
Drop the jar into your server plugins/ folder.
Start the server once to generate plugins/WebConnector/config.yml.
Edit the config.
Restart or reload the server.