From 578f4e1b9e963f2c4032cd8b1af2bb4ab0acb570 Mon Sep 17 00:00:00 2001 From: Frank van der Heijden <22407829+FrankHeijden@users.noreply.github.com> Date: Mon, 6 Jul 2020 11:53:03 +0200 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6af0a75 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# ServerUtils +ServerUtils allows you to manage your plugins in-game. +Featuring reloading, unloading and loading of plugins from your plugins folder at runtime. +ServerUtils also has handy methods to lookup commands and plugins, +and provides you with handy information about them.