Add /plugins mount for external bukkit plugins

Add TYPE=BUKKIT documentation
This commit is contained in:
Steve Shipway
2016-01-02 13:11:07 +13:00
parent 13a6d91295
commit 582c60cd03
3 changed files with 60 additions and 2 deletions
+6 -1
View File
@@ -289,6 +289,11 @@ do
cp -rf "$c" /data/config
fi
done
if [ "$TYPE" = "SPIGOT" ]; then
echo Copying any Bukkit plugins over
if [ -d /plugins ]; then
cp -r /plugins /data
fi
fi
exec java $JVM_OPTS -jar $SERVER