Skip to content

Commit

Permalink
Switch Velocity Rcon plugin to TribufuFork (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessenyu authored Jun 30, 2024
1 parent 6241c7b commit 2db7062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ healthy
Enable the rcon server (uses a third-party plugin to work).
- [orblazer/bungee-rcon](https://github.com/orblazer/bungee-rcon) for `BUNGEECORD`, `WATERFALL`, and `CUSTOM`
- [UnioDex/VelocityRcon](https://github.com/UnioDex/VelocityRcon) for `VELOCITY`
- [TribuFuForks/VelocityRcon](https://github.com/TribufuForks/VelocityRcon) for `VELOCITY`
* **RCON_PORT**
Expand Down
4 changes: 2 additions & 2 deletions scripts/run-bungeecord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
: "${TYPE:=BUNGEECORD}"
: "${DEBUG:=false}"
: "${RCON_JAR_VERSION:=1.0.0}"
: "${RCON_VELOCITY_JAR_VERSION:=1.1}"
: "${RCON_VELOCITY_JAR_VERSION:=1.2.0}"
: "${SPIGET_PLUGINS:=}"
: "${NETWORKADDRESS_CACHE_TTL:=60}"
: "${INIT_MEMORY:=${MEMORY}}"
Expand All @@ -24,7 +24,7 @@

BUNGEE_HOME=/server
RCON_JAR_URL=https://github.com/orblazer/bungee-rcon/releases/download/v${RCON_JAR_VERSION}/bungee-rcon-${RCON_JAR_VERSION}.jar
RCON_VELOCITY_JAR_URL=https://github.com/UnioDex/VelocityRcon/releases/download/v${RCON_VELOCITY_JAR_VERSION}/VelocityRcon.jar
RCON_VELOCITY_JAR_URL=https://mvn.tribufu.com/releases/com/tribufu/Tribufu-VelocityRcon/${RCON_VELOCITY_JAR_VERSION}/Tribufu-VelocityRcon-${RCON_VELOCITY_JAR_VERSION}.jar
download_required=true

set -eo pipefail
Expand Down

0 comments on commit 2db7062

Please sign in to comment.