From 617675302cd438a964b658e411c50300b7a385bb Mon Sep 17 00:00:00 2001 From: Kichura <68134602+Kichura@users.noreply.github.com> Date: Sun, 2 Jun 2024 02:26:21 +0200 Subject: [PATCH] [ci skip] BungeeCord->Velocity, Exclude NEC. (#339) --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a544435..b8dec7f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,7 +25,6 @@ body: description: | If you encounter warnings/errors in your console, **paste them with https://mclo.gs/ and put the paste link here**. If the error is small/less than 10 lines, you may put it directly into this field. - Please use Not Enough Crashes if possible, making the stacktrace easier to understand. value: | ``` Put the mclo.gs link or text here. @@ -72,9 +71,9 @@ body: attributes: label: Additional Server Info description: | - Does the server use a proxy (eg. BungeeCord)? What software are used and what plugins/mods (Check with F3 debug menu)? Are you using client-side mode? + Does the server use a proxy (eg. Velocity)? What software are used and what plugins/mods (Check with F3 debug menu)? Are you using client-side mode? 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: required: false