Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 00:00:28 +01:00
Replace other Bungee references
Dieser Commit ist enthalten in:
Ursprung
a48c3a6ec2
Commit
7bdcf9a456
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren