From 12f348a0ab99b70af00e8803b311b812fc4adc2b Mon Sep 17 00:00:00 2001 From: Locon213 <167447571+Locon213@users.noreply.github.com> Date: Wed, 6 Aug 2025 00:48:35 +0300 Subject: [PATCH] Lower BungeeCord API target --- README.md | 2 +- bungee/pom.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a2fe69..f99f78c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LiveMotdManager -LiveMotdManager is a multi-platform Minecraft plugin providing a dynamic server list MOTD. It supports Spigot/Paper/Purpur/Folia servers and BungeeCord/Waterfall/Velocity proxies. The plugin changes MOTD based on time, player count, TPS and more. Weather and Discord integrations are included. +LiveMotdManager is a multi-platform Minecraft plugin providing a dynamic server list MOTD. It supports Spigot/Paper/Purpur/Folia servers and BungeeCord/Waterfall (1.16+) / Velocity proxies. The plugin changes MOTD based on time, player count, TPS and more. Weather and Discord integrations are included. ## Building diff --git a/bungee/pom.xml b/bungee/pom.xml index e5f8303..e050137 100644 --- a/bungee/pom.xml +++ b/bungee/pom.xml @@ -16,7 +16,8 @@ net.md-5 bungeecord-api - 1.20-R0.1-SNAPSHOT + + 1.16-R0.4 provided