WebSandboxMC v1.9.0

Details

  • Filename
    WebSandboxMC.jar
  • Uploaded by
  • Uploaded
    May 27, 2017
  • Size
    2.30 MB
  • Downloads
    198
  • MD5
    7482d4da48c621d57770f9e91b4479e0

Supported Bukkit Versions

  • 1.11
  • 1.10
  • 1.9
  • 1.8.3
  • 1.7.4
  • 1.6.4
  • 1.5.2

Changelog

  • Add a WebAssembly version of the web client, faster and smaller on supported browsers, served up by default with an asm.js fallback for older browsers (GH-64)
  • Add web player authentication, /websandbox auth gives the player a unique web link to login under their username in the web client instead of anonymously (GH-48)
  • Add /websandbox clear command to remove leftover entities from web players if the server crashed (GH-64)

Update to NetCraft build 447:

  • Add specifying username and authentication token on command-line arguments or document hash, an alternate means of authentication used by WebSandboxMC (satoshinm/NetCraft#143)
  • Improve performance by serving a separate .data file for resources instead of inefficiently embedding in .js (satoshinm/NetCraft#165)
  • Fix missing optimizations in release builds (satoshinm/NetCraft#167)
  • Fix division by zero in player count, a latent bug exposed by the WebAssembly port (satoshinm/NetCraft#168)