From 287d5b39d5546908578c51d82cf411c07917c443 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 17 Jan 2016 18:07:14 +0100 Subject: [PATCH] add flying-squid-schematic plugin to plugins list --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index df52be6..749d78f 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,9 @@ and then run it with `flying-squid` command. * [flying-squid-irc](https://github.com/rom1504/flying-squid-irc) a bridge between a irc chan and the minecraft server. Currently used between our test server (rom1504.fr) and our gitter room (through the official gitter irc bridge) +* [flying-squid-schematic](https://github.com/rom1504/flying-squid-schematic) 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. +Http api available in the test instance at [flying-squid.rom1504.fr](http://flying-squid.rom1504.fr) ## Documentation Documentation for how to operate and how to customize your server are coming soon!