-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove waterfall support in favor of velocity. If you still
need waterfall, the old builds will continue to work until a breaking change is introduced upstream.
- Loading branch information
Showing
32 changed files
with
35 additions
and
816 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
#!/usr/bin/env bash | ||
|
||
function die() { echo "[1;31merror:[m $*" >&2; exit 1; } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ation/content/vane-waterfall/autostart.md → ...tation/content/vane-velocity/autostart.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
```toml | ||
title = "Autostart" | ||
icon = "minecraft:textures/item/clock_00.png" | ||
module = "vane-waterfall" | ||
module = "vane-velocity" | ||
``` | ||
--- | ||
This feature allows you to have your server automatically start when a player tries to connect to it. | ||
This is part of vane-waterfall, a plugin for a server proxy like [BungeeCord](https://www.spigotmc.org/wiki/bungeecord/) or [Waterfall](https://docs.papermc.io/waterfall). | ||
This is part of vane-velocity, a plugin for the [Velocity](https://papermc.io/software/velocity) proxy server. | ||
|
||
Check out our [Server Installer](https://oddlama.github.io/minecraft-server) for information on how set this up correctly. |
2 changes: 1 addition & 1 deletion
2
...on/content/vane-waterfall/multiplexing.md → ...ion/content/vane-velocity/multiplexing.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
vane-waterfall/src/main/java/org/oddlama/vane/waterfall/Waterfall.java
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
vane-waterfall/src/main/java/org/oddlama/vane/waterfall/WaterfallBasePlugin.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.