From 56186ee6c37862446a92abc2fb6325f31c6c9ac9 Mon Sep 17 00:00:00 2001 From: Alistair Lau <77434904+alau740@users.noreply.github.com> Date: Sat, 30 Mar 2024 18:09:45 +0000 Subject: [PATCH 1/2] waterfall is unsupported --- sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidebars.js b/sidebars.js index 0323b31e..8f4c21c7 100644 --- a/sidebars.js +++ b/sidebars.js @@ -85,7 +85,7 @@ module.exports = { 'running_a_server/converting-worlds', // Converting worlds used on Bukkit (and forks) servers to allow for use in singleplayer/other server software "plugins_and_modifications/fabric-setup", "plugins_and_modifications/forge-setup", - 'running_a_server/waterfall', // BungeeCord fork + 'running_a_server/waterfall', // [Unsupported] BungeeCord fork 'running_a_server/velocity', 'running_a_server/internal-servers', 'running_a_server/binarysearch', // Troubleshooting errors caused by plugins From 50c7579a8a847e6cfba66c766013a6a484ae7f5f Mon Sep 17 00:00:00 2001 From: Alistair Lau <77434904+alau740@users.noreply.github.com> Date: Sat, 30 Mar 2024 18:32:51 +0000 Subject: [PATCH 2/2] Waterfall: End of Support --- docs/plugins_and_modifications/proxy-plugins.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/plugins_and_modifications/proxy-plugins.md b/docs/plugins_and_modifications/proxy-plugins.md index 0ca89192..095f514b 100644 --- a/docs/plugins_and_modifications/proxy-plugins.md +++ b/docs/plugins_and_modifications/proxy-plugins.md @@ -10,9 +10,17 @@ sidebar_label: Proxy (BungeeCord/Velocity) Plugins This guide is for BungeeCord/Velocity proxies. If you are looking for instructions on how to install plugins on a Bukkit/Spigot/Paper server, please see [this guide](installing-plugins.md) ::: +:::caution Waterfall is End of Life +Waterfall is considered end of life by the PaperMC team and is no longer maintained. +The PaperMC group recommends that all users should migrate to [Velocity](velocity.md). + +More information is available at: https://forums.papermc.io/threads/announcing-the-end-of-life-of-waterfall.1088/ +::: ### The Basics + + > #### Requirements > > In order to run plugins on your proxy, you must be using BungeeCord (or a fork such as [Waterfall](/waterfall))) or [Velocity](/velocity).