From a941a72f0b0ebe04a36ecf5e51e938639c4442c0 Mon Sep 17 00:00:00 2001 From: jman13378 Date: Sat, 20 Aug 2022 22:54:10 -0400 Subject: [PATCH 1/8] Update and rename bug_report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.md | 46 ------- .github/ISSUE_TEMPLATE/bug_report.yml | 166 ++++++++++++++++++++++++++ 2 files changed, 166 insertions(+), 46 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 96ad7a4..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: 'bug' -assignees: '' - ---- -### Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if there is a solution for your bug? -Yes/No - -### Have you looked at the [Current bugs project](https://github.com/rockyhawk64/CommandPanels/projects/6) to see if your bug is listed there? -Yes/No - -### Have you asked for help in the [Discord Server](https://discord.com/invite/eUWBWh7)? *(Or got redirected to a Github issue here)* -Yes/No - -### Did you search the [issue tracker](https://github.com/rockyhawk64/CommandPanels/issues?q=is%3Aissue) for a similar problem? -Yes/No - -### Describe the bug -A clear and concise description of what the bug is. - -### To Reproduce -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -### Expected behavior -A clear and concise description of what you expected to happen. - -### Screenshots/videos -If applicable, add screenshots or videos to help explain your problem. - -### Versions: - - Minecraft: [e.g. 1.16] - - CommandPanels: [e.g. 3.2.0] - -### Serversoftware: - - Spigot - - Paperspigot - -### Additional context/Panel files -Add any other context or about the problem here. Please also send you're panel in question. We only accept [pastebin](https://pastebin.com/) links. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..3c4f8d3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,166 @@ +name: Bug Report +description: File a bug report +labels: ["bug"] +body: + - type: checkboxes + id: searched + attributes: + label: Terms + options: + - label: "Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if there is a solution for your bug?" + required: true + - label: "Have you looked at the [Current bugs project](https://github.com/rockyhawk64/CommandPanels/projects/6) to see if your bug is listed there?" + required: true + - label: Have you asked for help in the [Discord Server](https://discord.com/invite/eUWBWh7)? (Or got redirected to a Github issue here) + required: true + - label: Did you search the [issue tracker](https://github.com/rockyhawk64/CommandPanels/issues?q=is%3Aissue) for a similar problem? + required: true + - type: dropdown + id: server_version + attributes: + label: What server version are you running? + options: + - 1.7 + - 1.8 + - 1.9 + - 1.10 + - 1.11 + - 1.12 + - 1.13 + - 1.14 + - 1.15 + - 1.16 + - 1.17 + - 1.18 + - 1.19 + validations: + required: true + - type: dropdown + id: commandpanels_version + attributes: + label: What CommandPanels version are you using? + options: + - 3.18.1.2 + - 3.18.1.1 + - 3.18.1.0 + - 3.18.0.0 + - 3.17.5.0 + - 3.17.4.3 + - 3.17.4.2 + - 3.17.4.1 + - 3.17.4.0 + - 3.17.3.1 + - 3.17.3.0 + - 3.17.2.2 + - 3.17.2.1 + - 3.17.2.0 + - 3.17.1.5 + - 3.17.1.4 + - 3.17.1.3 + - 3.17.1.2 + - 3.17.1.1 + - 3.17.1.0 + - Any other version + validations: + required: true + - type: dropdown + id: server_software + attributes: + label: What server software are you running? + options: + - PaperMC + - Purpur + - Spigot + - CraftBukkit + - Glowstone + - Magma + - Mohist + - WaterFall + - BungeeCord + - Velocity + - Travertine + validations: + required: true + - type: textarea + id: what-happened + attributes: + label: What happened? + description: A clear and concise description of what the bug is. + placeholder: Tell us what you see! + placeholder: "Example: I can't interact with custom furniture if I'm in my own claim" + validations: + required: true + - type: textarea + id: steps + attributes: + label: Steps to reproduce the issue + description: Describe how to reproduce the issue step by step + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: true + - type: textarea + id: expected_behavior + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: true + - type: textarea + id: logs + attributes: + label: Error (optional) + description: Please copy and paste any error you got (this will be automatically formatted into code). + render: shell + placeholder: "| + [17:10:16 ERROR]: Could not pass event PlayerInteractEvent to CommandPanels v3.18.1.1 + org.bukkit.event.EventException: null + at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[server1.jar:git-PaperSpigot-f6b10d47] + at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[server1.jar:git-PaperSpigot-f6b10d47] + at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server1.jar:git-PaperSpigot-f6b10d47] + at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517) ~[server1.jar:git-PaperSpigot-f6b10d47] + at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502) ~[server1.jar:git-PaperSpigot-f6b10d47] + at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228) ~[server1.jar:git-PaperSpigot-f6b10d47] + at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:195) ~[server1.jar:git-PaperSpigot-f6b10d47] + at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) ~[server1.jar:git-PaperSpigot-f6b10d47] + at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:721) ~[server1.jar:git-PaperSpigot-f6b10d47] + at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) ~[server1.jar:git-PaperSpigot-f6b10d47] + at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) ~[server1.jar:git-PaperSpigot-f6b10d47] + at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) ~[server1.jar:git-PaperSpigot-f6b10d47] + at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_292] + at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_292] + at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) ~[server1.jar:git-PaperSpigot-f6b10d47] + at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:741) ~[server1.jar:git-PaperSpigot-f6b10d47] + at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:366) ~[server1.jar:git-PaperSpigot-f6b10d47] + at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:680) ~[server1.jar:git-PaperSpigot-f6b10d47] + at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:583) ~[server1.jar:git-PaperSpigot-f6b10d47] + at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_292] Caused by: java.lang.NullPointerException + at me.rockyhawk.commandpanels.panelblocks.PanelBlockOnClick.onInteract(PanelBlockOnClick.java:23) ~[?:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] + at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[server1.jar:git-PaperSpigot-f6b10d47] + ... 19 more" + - type: textarea + id: configuration_files + attributes: + label: Other files, you can drag and drop them here to upload. (optional) + description: Drag and drop your files here. + - type: textarea + id: screenshots + attributes: + label: Screenshots/Videos (you can drag and drop files or paste links) + description: If applicable, add screenshots to help explain your problem (you can drag and drop files or paste links). + - type: markdown + attributes: + value: | + ## Thanks for taking the time to fill out this bug report! From ff25b03e04580391411817a318a8a64ff50f5c77 Mon Sep 17 00:00:00 2001 From: jman13378 Date: Sat, 20 Aug 2022 23:00:50 -0400 Subject: [PATCH 2/8] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 72 ++++++++++++++--------- 1 file changed, 45 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index fb11ee3..a29d21e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,28 +1,46 @@ ---- name: Feature request -about: Suggest an idea for this project -title: '' -labels: 'enhancement' -assignees: '' - ---- -### Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if your suggestion is already added? -Yes/No - -### Have you checked the [issue tracker](https://github.com/rockyhawk64/CommandPanels/issues?q=is%3Aissue) to see if your suggestion was already submitted and denied? -Yes/No - -### Have you asked if the feature already exists in the [Discord Server](https://discord.com/invite/eUWBWh7)? *(Or got redirected to a Github issue here)* -Yes/No - -### 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. +description: Suggest an idea for this project +labels: ["enhancement"] +body: + - type: checkboxes + id: searched + attributes: + label: Terms + options: + - label: "Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if your suggestion is already added? + required: true + - label: "Have you checked the [Current bugs project](https://github.com/rockyhawk64/CommandPanels/projects/6) to see if your suggestion was already submitted and or denied?" + required: true + - label: Have you asked if the feature already exists in the [Discord Server](https://discord.com/invite/eUWBWh7)? (Or got redirected to a Github issue here) + required: true + - type: textarea + id: what-happened + attributes: + label: Is your feature request related to a problem? Please describe. + description: A clear and concise description of what the problem is. + placeholder: "Example: I'm always frustrated when [...]" + validations: + required: true + - type: solution + id: steps + attributes: + label: Describe the solution you'd like + description: A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots/Videos (you can drag and drop files or paste links) + description: Add any other context or screenshots about the feature request here. + - type: markdown + attributes: + value: | + ## Thanks for taking the time to fill out this feature request! From 01bc7b9cbb9bc7ef75940f620cbb539d1bd58069 Mon Sep 17 00:00:00 2001 From: jman13378 Date: Sat, 20 Aug 2022 23:01:00 -0400 Subject: [PATCH 3/8] Rename feature_request.md to feature_request.yml --- .../ISSUE_TEMPLATE/{feature_request.md => feature_request.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{feature_request.md => feature_request.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.yml From fe4a300d5bb07494e790e51aab74c3e494af875b Mon Sep 17 00:00:00 2001 From: jman13378 Date: Sat, 20 Aug 2022 23:01:37 -0400 Subject: [PATCH 4/8] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a29d21e..7156d78 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,11 +7,11 @@ body: attributes: label: Terms options: - - label: "Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if your suggestion is already added? + - label: "Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if your suggestion is already added?" required: true - label: "Have you checked the [Current bugs project](https://github.com/rockyhawk64/CommandPanels/projects/6) to see if your suggestion was already submitted and or denied?" required: true - - label: Have you asked if the feature already exists in the [Discord Server](https://discord.com/invite/eUWBWh7)? (Or got redirected to a Github issue here) + - label: "Have you asked if the feature already exists in the [Discord Server](https://discord.com/invite/eUWBWh7)? (Or got redirected to a Github issue here)" required: true - type: textarea id: what-happened From afdc5b8b1c4004480d6c2ab493cb2c1b724e27b2 Mon Sep 17 00:00:00 2001 From: jman13378 Date: Sat, 20 Aug 2022 23:02:16 -0400 Subject: [PATCH 5/8] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7156d78..cd0512e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -21,8 +21,8 @@ body: placeholder: "Example: I'm always frustrated when [...]" validations: required: true - - type: solution - id: steps + - type: textarea + id: solution attributes: label: Describe the solution you'd like description: A clear and concise description of what you want to happen. From d9e80a61ed0ffed2e9a5426f22146ce3ebe083b8 Mon Sep 17 00:00:00 2001 From: jman13378 Date: Sat, 20 Aug 2022 23:07:06 -0400 Subject: [PATCH 6/8] Update and rename need-help.md to need-help.yml --- .github/ISSUE_TEMPLATE/need-help.md | 32 ------------------- .github/ISSUE_TEMPLATE/need-help.yml | 46 ++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/need-help.md create mode 100644 .github/ISSUE_TEMPLATE/need-help.yml diff --git a/.github/ISSUE_TEMPLATE/need-help.md b/.github/ISSUE_TEMPLATE/need-help.md deleted file mode 100644 index 8c18b68..0000000 --- a/.github/ISSUE_TEMPLATE/need-help.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Need help -about: Create an issue for a problem you are having. -title: '' -labels: 'help wanted' -assignees: '' - ---- -### Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if the solution for your problem is there? -Yes/No - -### Have you checked the [issue tracker](https://github.com/rockyhawk64/CommandPanels/issues?q=is%3Aissue) to see if your issue is a duplicate and your problem already has been solved? -Yes/No - -### Have you asked for help in the [Discord Server](https://discord.com/invite/eUWBWh7)? *(Or got redirected to a Github issue here)* -Yes/No - -### Describe the Issue -A clear and concise description of what the problem is. - -### Expected behavior -A clear and concise description of what you expected to happen. - -### Screenshots/videos -If applicable, add screenshots or videos to help explain your problem. - -### Versions: - - Minecraft: [e.g. 1.16] - - CommandPanels: [e.g. 3.2.0] - -### Additional context/Panel files -Add any other context about the problem here. Please also send you're panel in question. We only accept [pastebin](https://pastebin.com/) links. diff --git a/.github/ISSUE_TEMPLATE/need-help.yml b/.github/ISSUE_TEMPLATE/need-help.yml new file mode 100644 index 0000000..45cb3d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/need-help.yml @@ -0,0 +1,46 @@ +name: Need help +description: Create an issue for a problem you are having. +labels: ["help wanted"] +body: + - type: checkboxes + id: searched + attributes: + label: Terms + options: + - label: "Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if the solution for your problem is there? + required: true + - label: "Have you checked the [Current bugs project](https://github.com/rockyhawk64/CommandPanels/projects/6) to see if your issue is a duplicate and your problem already has been solved? + required: true + - label: "Have you asked for help in the [Discord Server](https://discord.com/invite/eUWBWh7)? (Or got redirected to a Github issue here)" + required: true + - type: textarea + id: what-happened + attributes: + label: Describe the Issue + description: A clear and concise description of what the problem is. + placeholder: "Example: How can I add commands to a item" + validations: + required: true + - type: textarea + id: description + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + validations: + required: true + - type: textarea + id: files + attributes: + label: Additional context/Panel files + description: Add any other context about the problem here. Please also send you're panel in question. We only accept [pastebin](https://pastebin.com/) links. + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots/Videos (you can drag and drop files or paste links) + description: Add any other context or screenshots about the feature request here. + - type: markdown + attributes: + value: | + ## Thanks for taking the time to fill out this help request! From 4f91c0250c179797d9a463ce004d2c3ed41d10f7 Mon Sep 17 00:00:00 2001 From: jman13378 Date: Sat, 20 Aug 2022 23:07:24 -0400 Subject: [PATCH 7/8] Update need-help.yml --- .github/ISSUE_TEMPLATE/need-help.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/need-help.yml b/.github/ISSUE_TEMPLATE/need-help.yml index 45cb3d4..06e92e3 100644 --- a/.github/ISSUE_TEMPLATE/need-help.yml +++ b/.github/ISSUE_TEMPLATE/need-help.yml @@ -7,9 +7,9 @@ body: attributes: label: Terms options: - - label: "Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if the solution for your problem is there? + - label: "Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if the solution for your problem is there?" required: true - - label: "Have you checked the [Current bugs project](https://github.com/rockyhawk64/CommandPanels/projects/6) to see if your issue is a duplicate and your problem already has been solved? + - label: "Have you checked the [Current bugs project](https://github.com/rockyhawk64/CommandPanels/projects/6) to see if your issue is a duplicate and your problem already has been solved?" required: true - label: "Have you asked for help in the [Discord Server](https://discord.com/invite/eUWBWh7)? (Or got redirected to a Github issue here)" required: true From 9614460fe5804ad05868299aef2aeaf7a1e6f715 Mon Sep 17 00:00:00 2001 From: jman13378 Date: Sat, 20 Aug 2022 23:08:08 -0400 Subject: [PATCH 8/8] Update need-help.yml --- .github/ISSUE_TEMPLATE/need-help.yml | 66 ++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/need-help.yml b/.github/ISSUE_TEMPLATE/need-help.yml index 06e92e3..3eb04a7 100644 --- a/.github/ISSUE_TEMPLATE/need-help.yml +++ b/.github/ISSUE_TEMPLATE/need-help.yml @@ -13,6 +13,72 @@ body: required: true - label: "Have you asked for help in the [Discord Server](https://discord.com/invite/eUWBWh7)? (Or got redirected to a Github issue here)" required: true + - type: dropdown + id: server_version + attributes: + label: What server version are you running? + options: + - 1.7 + - 1.8 + - 1.9 + - 1.10 + - 1.11 + - 1.12 + - 1.13 + - 1.14 + - 1.15 + - 1.16 + - 1.17 + - 1.18 + - 1.19 + validations: + required: true + - type: dropdown + id: commandpanels_version + attributes: + label: What CommandPanels version are you using? + options: + - 3.18.1.2 + - 3.18.1.1 + - 3.18.1.0 + - 3.18.0.0 + - 3.17.5.0 + - 3.17.4.3 + - 3.17.4.2 + - 3.17.4.1 + - 3.17.4.0 + - 3.17.3.1 + - 3.17.3.0 + - 3.17.2.2 + - 3.17.2.1 + - 3.17.2.0 + - 3.17.1.5 + - 3.17.1.4 + - 3.17.1.3 + - 3.17.1.2 + - 3.17.1.1 + - 3.17.1.0 + - Any other version + validations: + required: true + - type: dropdown + id: server_software + attributes: + label: What server software are you running? + options: + - PaperMC + - Purpur + - Spigot + - CraftBukkit + - Glowstone + - Magma + - Mohist + - WaterFall + - BungeeCord + - Velocity + - Travertine + validations: + required: true - type: textarea id: what-happened attributes: