3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-12-26 16:12:42 +01:00

Replace other Bungee references

Dieser Commit ist enthalten in:
Nassim Jahnke 2024-05-30 21:55:10 +02:00
Ursprung a48c3a6ec2
Commit 7bdcf9a456
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: EF6771C01F6EF02F
3 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen

Datei anzeigen

@ -71,9 +71,9 @@ body:
attributes: attributes:
label: Additional Server Info label: Additional Server Info
description: | description: |
Do you use a proxy (e.g. BungeeCord)? What software do you use and what plugins? Do you use a proxy (e.g. Velocity)? What software do you use and what plugins?
placeholder: | placeholder: |
Example: "I also use BungeeCord with the following plugins: x, y, z" Example: "I also use Velocity with the following plugins: x, y, z"
validations: validations:
required: false required: false
@ -82,7 +82,7 @@ body:
label: Checklist label: Checklist
description: Make sure you have followed each of the steps outlined here. description: Make sure you have followed each of the steps outlined here.
options: options:
- label: Via plugins are only running on **EITHER** the backend servers (e.g. Paper) **OR** the proxy (e.g. BungeeCord), **not on both**. - label: Via plugins are only running on **EITHER** the backend servers (e.g. Paper) **OR** the proxy (e.g. Velocity), **not on both**.
required: true required: true
- label: I have included a ViaVersion dump. - label: I have included a ViaVersion dump.
required: true required: true

Datei anzeigen

@ -7,9 +7,9 @@
**Allows the connection of higher client versions to lower server versions - **Allows the connection of higher client versions to lower server versions -
it works on any platform you can think of.** it works on any platform you can think of.**
The base ViaVersion jar runs on Paper, Velocity, Bungee, and Sponge. We also have projects integrating ViaVersion to run The base ViaVersion jar runs on Paper and Velocity. We also have projects integrating ViaVersion to run
on Fabric, Forge, or as a standalone proxy to join from basically any client version on any server version from the on Fabric, Forge, Bungee, Sponge, or as a standalone proxy to join from basically any client version on
past decade. **See [HERE](https://github.com/ViaVersion) for an overview of the different Via\* projects.** any server version from the past decade. **See [HERE](https://github.com/ViaVersion) for an overview of the different Via\* projects.**
Supported Versions: Supported Versions:

Datei anzeigen

@ -6,7 +6,7 @@ plugins {
tasks { tasks {
// Variable replacements // Variable replacements
processResources { processResources {
filesMatching(listOf("plugin.yml", "META-INF/sponge_plugins.json", "fabric.mod.json", "bungee.yml")) { filesMatching(listOf("plugin.yml", "fabric.mod.json")) {
expand("version" to project.version, "description" to project.description) expand("version" to project.version, "description" to project.description)
} }
} }