URLium is a Polymer Library server-side mod that transmits redstone, entity, and blockstate data over HTTP(S) to a configurable URL.
URLium only transmits outbound requests and logs the HTTP response data to the server log. URLium does not allow incoming commands or controls. Any in-bound control of the server is performed by existing native RCON connections, not any feature of URLium.
Please report bugs to github repo, all feedback welcome!
- transmits 'place', 'break', 'sense', and 'use' events
- comparators send redstone power real-time
- sculk sensors transmit frequency, power, and phase
- entities (mobs, villagers, etc) report right-click events from any user
- light sensors transmit power
- Respond to the Minecraft server via RCON to complete the circuit of input/output.
- Up to 3 custom-named message commands
- Polymer 0.6.2 for Fabric 1.20.2
- Be sure to run '/polymer generate-pack' to produce the client-side resource pack and update the SHA1 key in server settings or URLium items will not be visible.
- see docs pages below
Sample PHP Webserver Response Script:
https://github.com/JacobMunoz/urlium_1_20_1_public/blob/master/doc/php/index.php









No files available for download.