Skip to content

Commit faf4a79

Browse files
Remove some Waterfall references
1 parent 9faca33 commit faf4a79

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

docs/misc/hangar-publishing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,11 @@ versions.
6262
Hangar allows version ranges (such as `1.19-1.20.2`) and wildcards (such as `1.20.x`).
6363

6464
```properties
65-
# Specify the platform versions for Paper, Velocity, and Waterfall.
65+
# Specify the platform versions for Paper and Velocity.
6666
# Hangar also allows version ranges (such as 1.19-1.20.2) and wildcards (such as 1.20.x).
6767
# TODO: Remove the platforms you don't need and put in the correct versions.
6868
paperVersion=1.12.2, 1.16.5, 1.19-1.20.2
6969
velocityVersion=3.2
70-
waterfallVersion=1.20
7170
```
7271

7372
### `build.gradle.kts`
@@ -82,7 +81,7 @@ plugins {
8281

8382
Then you simply need to add the `hangarPublish` configuration block and make sure you do the following:
8483

85-
- If your plugin is not a Paper plugin, or supports Velocity/Waterfall as well, copy the register block with a different
84+
- If your plugin is not a Paper plugin, or supports Velocity as well, copy the register block with a different
8685
platform and change the property used instead of `paperVersion` (as declared in the `gradle.properties` file).
8786
- Insert the correct project namespace
8887
- Insert your plugin dependencies, if any

docs/misc/java-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: How to install or update to Java 21 on Linux (apt/rpm), Windows, or
44
toc_max_heading_level: 5
55
---
66

7-
Installing Java is a critical first step to using or developing plugins for Paper, Velocity, and
8-
Waterfall. This guide will walk you through the recommended installation steps for most major
7+
Installing Java is a critical first step to using or developing plugins for Paper, Velocity.
8+
This guide will walk you through the recommended installation steps for most major
99
platforms.
1010

1111
:::caution[Do not use headless variants of Java!]

docs/velocity/admin/getting-started/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Velocity 3.3.x requires Java <Property name="VELOCITY_JAVA_MIN" /> or above.
1717
A good source for finding plugins compatible with Velocity would be our plugin repository
1818
[Hangar](https://hangar.papermc.io/?page=0&platform=VELOCITY).
1919

20-
## Does Velocity support plugins developed for BungeeCord or Waterfall?
20+
## Does Velocity support plugins developed for BungeeCord?
2121

2222
No. Many of the things Velocity can do could not be done if we decided to support BungeeCord
2323
plugins.

docs/velocity/admin/reference/server-compatibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ improves proxy support in general.
8383
Velocity does not support Forge-Bukkit hybrids - they have caused several issues, and the design of
8484
the Bukkit API precludes any notion of sane mod support.
8585

86-
## Proxy-behind-proxy (BungeeCord/Waterfall, Velocity, ...)
86+
## Proxy-behind-proxy (BungeeCord, Velocity, ...)
8787

8888
These setups are _completely unsupported_. You are best advised to avoid them, as they can cause
8989
lots of issues. Most proxy-behind-proxy setups are either illogical in the first place or can be

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const docsCommon: Options = {
3333
const config: Config = {
3434
title: "PaperMC Docs",
3535
tagline:
36-
"Documentation for all projects under the PaperMC umbrella, including Paper, Velocity, and Waterfall.",
36+
"Documentation for all projects under the PaperMC umbrella, including Paper, Velocity, and Folia.",
3737
url: url,
3838
baseUrl: "/",
3939
onBrokenLinks: isCI ? "throw" : "warn",

0 commit comments

Comments
 (0)