Flying-squid plugin providing /listSchemas and /loadSchema commands. You can add schema through a simple http api and then add them in your world by just calling /loadSchema in game.
To use it : npm install flying-squid-schematic
in your flying-squid instance.
And then add something like this in your settings:
"flying-squid-schematic": {
"port":12000,
"endPoint":"localhost"
}
- bump schematic-to-world
- bump dependencies
- update schematic-to-world to fix a bug with mc-schematic
- basic functionality