From e103b720195165c45c89b4edaee9fd6172b0c626 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sat, 4 Jun 2022 22:22:55 +0200 Subject: [PATCH] Add README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..af10541 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# TeamserverBungee + +## Plugin setup + +1. Install this plugin on your bungee or waterfall server +2. Start the proxy server +3. Change the config to your liking and save it (no restart required) + +## Compiling +Building SteamWar.de software requires certain libraries, +which cannot be provided over traditional ways (like maven) +due to copyright issues with compiled Bungee packages. +The following libraries are required to be in the `lib` +directory exactly named like in the list: + +- `BungeeCord.jar` http://ci.md-5.net/job/BungeeCord/ +- `BungeTabListPlus.jar` https://www.spigotmc.org/resources/bungeetablistplus.313/ (3.0.0 or newer, Optional in runtime) \ No newline at end of file