Skip to content

Commit

Permalink
feat: announce waterfall eol (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger authored Mar 26, 2024
1 parent 66f7082 commit 66e27fa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions BungeeCord-Patches/0067-eol-message.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
From f61e1e636169079ed0987cfc28a106a6007a9de3 Mon Sep 17 00:00:00 2001
From: MiniDigger <[email protected]>
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

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

1 comment on commit 66e27fa

@Nixuge
Copy link

@Nixuge Nixuge commented on 66e27fa May 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:(

Please sign in to comment.