From 02b64514362dc523f1e41aeb395862e4d93c5872 Mon Sep 17 00:00:00 2001 From: XIII___ <81795405+XIII-MC@users.noreply.github.com> Date: Thu, 11 Jun 2026 06:41:27 +0200 Subject: [PATCH 1/4] Update dependabot.yml --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0fb157..f2787e9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,10 @@ updates: dev-deps: patterns: - "*" + ignore: + # Fully ignore bungeecord-api + - dependency-name: "net.md-5:bungeecord-api" + + # Only allow 2.x.x updates for async-http-client + - dependency-name: "org.asynchttpclient:async-http-client" + versions: [">= 3.0.0"] \ No newline at end of file From 63fe99ff16128a601080e2946601ce3eb4ca5295 Mon Sep 17 00:00:00 2001 From: XIII___ <81795405+XIII-MC@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:59:48 +0200 Subject: [PATCH 2/4] Update async-http-client version constraints Added a new version constraint for async-http-client to allow 4.x.x updates. --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f2787e9..95323ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,4 +17,7 @@ updates: # Only allow 2.x.x updates for async-http-client - dependency-name: "org.asynchttpclient:async-http-client" - versions: [">= 3.0.0"] \ No newline at end of file + versions: [">= 3.0.0"] + # Only allow 4.x.x updates for kyori adventure api. + - dependency-name: "org.asynchttpclient:async-http-client" + versions: [">= 5.0.0"] From 3d2a0c3f43101812e0f3d93cc6625849ddb94ece Mon Sep 17 00:00:00 2001 From: XIII___ <81795405+XIII-MC@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:57:50 +0200 Subject: [PATCH 3/4] Update dependabot.yml to include adventure-api Messed up dependabot and properly added kyori --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 95323ec..daa2f9b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,5 +19,5 @@ updates: - dependency-name: "org.asynchttpclient:async-http-client" versions: [">= 3.0.0"] # Only allow 4.x.x updates for kyori adventure api. - - dependency-name: "org.asynchttpclient:async-http-client" + - dependency-name: "net.kyori:adventure-api" versions: [">= 5.0.0"] From 184226bbd86d56338266883eb1aa3e68cd8497a9 Mon Sep 17 00:00:00 2001 From: XIII___ <81795405+XIII-MC@users.noreply.github.com> Date: Sun, 12 Jul 2026 12:42:03 +0200 Subject: [PATCH 4/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 21 +++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..a0efb35 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' +type: Bug + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Install '...' +2. Join with '...' +3. Use '...' setting +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Platform information (please complete the following information):** + - OS: [e.g. Windows Server 2022, Ubuntu 22.04] + - Platform: [e.g. spigot, paper, bungeecord, velocity] + - CoralGate version: [e.g. 0.3.1-rc] +- packetevents version: [e.g. 2.13.0] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..97e0b7f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' +type: Feature + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.