diff --git a/BungeeCord-Patches/0067-eol-message.patch b/BungeeCord-Patches/0067-eol-message.patch new file mode 100644 index 0000000..2418492 --- /dev/null +++ b/BungeeCord-Patches/0067-eol-message.patch @@ -0,0 +1,21 @@ +From f61e1e636169079ed0987cfc28a106a6007a9de3 Mon Sep 17 00:00:00 2001 +From: MiniDigger +Date: Fri, 22 Mar 2024 09:20:53 +0100 +Subject: [PATCH] eol message + + +diff --git a/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java b/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java +index 96a9998d..72d6a15d 100644 +--- a/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java ++++ b/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java +@@ -64,6 +64,7 @@ public class BungeeCordLauncher + BungeeCord bungee = new BungeeCord(); + ProxyServer.setInstance( bungee ); + bungee.getLogger().info( "Enabled Waterfall version " + bungee.getVersion() ); ++ bungee.getLogger().warning("Waterfall has reached end of life and is no longer maintained. We recommend you transition to Velocity (https://papermc.io/software/velocity). For more information, see the announcement (https://forums.papermc.io/threads/1088/)."); // Waterfall - eol message + bungee.start(); + + if ( !options.has( "noconsole" ) ) +-- +2.42.0 + diff --git a/README.md b/README.md index 67bfe17..7a5d5f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ Waterfall ========= +> [!CAUTION] +> This project has reached end of life and is no longer maintained. +> We recommend you transition to [Velocity](https://papermc.io/software/velocity). For more information, see the [announcement](https://forums.papermc.io/threads/1088/). + Waterfall is a fork of the well-known [BungeeCord](https://github.com/SpigotMC/BungeeCord) server teleportation suite. Waterfall focuses on three main areas: