-
Notifications
You must be signed in to change notification settings - Fork 1
Home
enforcer574 edited this page Apr 11, 2017
·
3 revisions
WorldStream is a utility plugin for streaming Minecraft world data, in JSON format, to external clients. It provides two additional services from your Spigot multiplayer server:
- An HTTP endpoint, which allows you to retrieve the contents of chunks, chunk areas, or entire worlds.
- A WebSocket server endpoint, which allows remote clients to receive changes to the world in real-time.
Combined with a client application and custom texture packs, WorldStream allows game designers to effectively use Minecraft as a collaborative, real-time level editor.
WorldStream uses the Oracle HTTP Server library for serving HTTP requests, and the Java-Websockets API by TooTallNate for serving WebSockets connections. It is built for the Spigot Minecraft Server API and runs on any Spigot-enabled modded Minecraft server.
For more information, see the LICENSE.txt file.