satoshinm / WebSandboxMC

Bukkit plugin providing a web-based interface with an interactive WebGL 3D preview or glimpse of your server 🕷⏳📦 ⛺
https://www.spigotmc.org/resources/websandboxmc.39415/
MIT License
19 stars 5 forks source link

Placing light blocks from the web client #42

Closed satoshinm closed 7 years ago

satoshinm commented 7 years ago

There should be some means to place illuminated blocks (torch, glowstone?) from the web client. Currently those and other blocks are interpreted from the Bukkit side and sent to the client, but cannot be received from the client. Control-right-click lights up any block (a feature of Craft), but this is purely client-side. There should be a block which when placed is automatically illuminated (ala https://github.com/fogleman/Craft/issues/124 "Make light sources an actual block")