Skip to content

Commit 6e583a0

Browse files
Remove missing bungee/sponge references
1 parent 780b981 commit 6e583a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ body:
7171
attributes:
7272
label: Additional Server Info
7373
description: |
74-
Do you use a proxy (eg. BungeeCord)? What software do you use and what plugins?
74+
Do you use a proxy (eg. Velocity)? What software do you use and what plugins?
7575
placeholder: |
76-
Example: "I also use BungeeCord with the following plugins: x, y, z"
76+
Example: "I also use Velocity with the following plugins: x, y, z"
7777
validations:
7878
required: false
7979

@@ -82,7 +82,7 @@ body:
8282
label: Checklist
8383
description: Make sure you have followed each of the steps outlined here.
8484
options:
85-
- label: Via plugins are only running on **EITHER** the backend servers (e.g. Paper) **OR** the proxy (e.g. BungeeCord), **not on both**.
85+
- label: Via plugins are only running on **EITHER** the backend servers (e.g. Paper) **OR** the proxy (e.g. Velocity), **not on both**.
8686
required: true
8787
- label: I have included a ViaVersion dump.
8888
required: true

buildSrc/src/main/groovy/com.viaversion.java-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ java.sourceCompatibility = JavaVersion.VERSION_17
5252
tasks {
5353
// Variable replacements
5454
processResources {
55-
for (final def file in ["plugin.yml", "bungee.yml", "META-INF/sponge_plugins.json", "fabric.mod.json"]) {
55+
for (final def file in ["plugin.yml", "fabric.mod.json"]) {
5656
filesMatching(file) {
5757
expand(
5858
"version": project.version,

0 commit comments

Comments
 (0)