Skip to content

Releases: tiilt-lab/MultiCraftServer

Multicraft

05 Aug 13:51
Compare
Choose a tag to compare

v2.2 release of MultiCraft server plugin, to be used for Bukkit and SpigotMC servers running Minecraft Java Edition 1.14.

Corresponds to commit 33557fe of MultiCraft.

Changes since last release:

  • Exceptions thrown by executing a GameCommand object should no longer cause the CommandExecutor to crash (important as there is only one CommandExecutor thread and this gets in the way of testing and demoing).
  • Teleporting commands ("move", "turn", "tilt") execute synchronously instead of asynchronously to avoid scheduling exceptions.

Multicraft

04 Aug 14:47
Compare
Choose a tag to compare

v2.1 release of MultiCraft server plugin, to be used for Bukkit and SpigotMC servers running Minecraft Java Edition 1.14.

Changes since last release:

  • Adds UUID parser for more robust command handling.

Multicraft

03 Aug 01:27
Compare
Choose a tag to compare

v2.0 release of MultiCraft server plugin, to be used for Bukkit and SpigotMC servers running Minecraft Java Edition 1.14.

Changes since last release:

  • Adds websocket service for accepting connections from browser-based MultiCraftClients.
  • Echo service no longer iterates forever upon connection failure (caused excessive exceptions in logs and corruption).
  • Adds Maven build system for dependency resolution and faster development setup.
  • Restructured MultiCraft project into smaller packages for maintainability.

MultiCraft

01 Feb 16:41
22064f0
Compare
Choose a tag to compare

v1.1 release of MultiCraft server plugin to be used for SpigotMC servers running Minecraft Java Edition 1.9.

Corresponds to the v1.1 release of MultiCraftClient.

Changes since last release:

  • Adds file transfer service for accepting file uploads from MultiCraftClients (specifically for generated gaze data).
  • Echo service now parses/validates incoming JSON data to prevent crashes.
  • Fixes bug where mstore commands broke mundo.

MultiCraft

22 Dec 18:04
666e0aa
Compare
Choose a tag to compare

v1.0 release of MultiCraft server plugin to be used for SpigotMC servers running Minecraft Java Edition 1.9

  • Adds commands to Minecraft for improved experiences in building and sharing structures
    • Some commands require op privileges, which can be granted to players in ops.json after setting up the server
  • Provides infrastructure for executing commands received from MultiCraftTextServers and MultiCraftClients

To learn more about MultiCraft and its use, watch the playlist of videos here