Skip to content

Commit fdfab0c

Browse files
Remove some Waterfall references (#439)
* Remove some Waterfall references * Apply suggestions * Restore publishing references
1 parent 9faca33 commit fdfab0c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/misc/hangar-publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ 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

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 and 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/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)