WebConnector
This is a simple plugin for connecting external services to the Minecraft server by means of POST requests to the server
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
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.