From af197db70a09b1a43e34078dde24370acda0990c Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 21 Jul 2021 18:08:29 +0100 Subject: [PATCH] More readme changes --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c14c90e4..095fd265 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,17 @@

eco - Simplify spigot development.

-# Installation for Development +### Plugin Information +- Requires ProtocolLib to be installed: get the latest version [here](https://www.spigotmc.org/resources/protocollib.1997/) +- Supports 1.16.5+ -eco is a standalone plugin, so you will need to install it on any servers that have plugins which depend on it, and specify it as a dependency in your plugin.yml like this: +### bStats + + +# Information for development + +eco is a standalone plugin, so you will need to install it on any servers that have plugins which depend on it, +and specify it as a dependency in your plugin.yml: ```yaml depend: [RedLib]