add node-voxel-worldgen plugin to plugin list

This commit is contained in:
mhsjlw 2016-03-18 16:54:43 -04:00
parent 308fc5c8a0
commit 1ef8f617bc

View file

@ -44,6 +44,7 @@ Currently used between our test server (rom1504.fr) and our gitter room (through
You can add schema through a simple http api and then add them in your world by just calling /loadSchema in game.
Http api available in the test instance at [flying-squid.rom1504.fr](http://flying-squid.rom1504.fr)
* [flying-squid-modpe](https://github.com/PrismarineJS/flying-squid-modpe) load modpe plugins
* [node-voxel-worldgen](https://github.com/mhsjlw/node-voxel-worldgen) a voxel world generator written in Rust, compatible with flying-squid and allows basic minecraft-like generation including caves.
## Documentation
Documentation for how to operate and how to customize your server are coming soon!