HTTP Requests
A plugin which allows for HTTP requests to be sent to an external address, received, and processed within Minecraft.
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.
HTTP Requests
A plugin which allows for basic HTTP requests to be sent from an in-game command.
The plugin supports a range of features, including an address whitelist and blacklist, and optional request cooldowns to prevent your server from being used to execute a DOS attack. It also supports JavaScript based response processing on the server end, powered by the Nashorn Engine.
HTTP requests can be sent from a variety of interfaces within the game, including command blocks, the console, the player, and much more.
The plugin offers a simple and easy to understand command syntax:
/httpsend POST/GET http://example.com username="bob"&password="1234"
For a full list of features, visit the plugin's wiki: https://github.com/DNAmaster10/httpRequests/wiki
This plugin offers a very wide variety of use cases. A database system can be set up which logs the amount of times a minecart travels across a detector rail. IRL lights can be controlled using an in-game lever.