mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-14 06:17:45 +01:00
feat: announce waterfall eol (#846)
This commit is contained in:
parent
66f7082ef0
commit
66e27fa517
21
BungeeCord-Patches/0067-eol-message.patch
Normal file
21
BungeeCord-Patches/0067-eol-message.patch
Normal file
@ -0,0 +1,21 @@
|
||||
From f61e1e636169079ed0987cfc28a106a6007a9de3 Mon Sep 17 00:00:00 2001
|
||||
From: MiniDigger <admin@benndorf.dev>
|
||||
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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user