This mod required Advanced Macros.
Adds experimental features and features out of the scope of Advanced Macros.
Current features:
- Convert Lua tables to and from JSON
- Connect to websockets using Java WebSockets
- Get/set game gamma
- Get game FPS
- Teleport the player (only works for very small distances on servers)
Example of using library:
local json = require("json")
local t = json.parse('{"foo":"bar"}')
log(t)
Docs coming some day