Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@

"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "17",
"installMaven": "false",
"installGradle": "true",
"postCreateCommand": "java -version && chmod +x gradlew"
"version": "21",
"installMaven": "true",
"installGradle": "false"
}
}

Expand Down
6 changes: 1 addition & 5 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [kontakt@buzcraft.de](https://crazycloudcraft.de). All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
The project team is obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
Expand Down
168 changes: 0 additions & 168 deletions .github/CONTRIBUTING.md

This file was deleted.

75 changes: 27 additions & 48 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Bug report
description: Create a report to help us improve the Plugin
description: Help us improve the plugin
labels: 'bug'

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report for WorldSystem! Fill out the following form to your best ability to help us fix the problem.
Only use this if you're absolutely sure that you found a bug and can reproduce it. For anything else, use our Discord server or the wiki.
Do NOT use the public issue tracker to report security vulnerabilities! They are disclosed using the [github vulnerabilitie](https://github.com/Argantiu/WorldSystem-Updated/security/advisories/new) form!
### Thank you for reporting a WorldSystem bug!
Fill out the following form to your best ability to help us fix the problem.
**Only use this if you're absolutely sure that you found a bug and can reproduce it.**

- type: dropdown
attributes:
label: Server Implementation
description: Which server Implementation are you using? If your server implementation is not listed, it is not supported. Switch to a supported version first.
label: Which server Sortware (Implementation) are you using?
description: If not listed, it is not supported. Switch to a supported version first.
multiple: false
options:
- PurPur
Expand All @@ -24,18 +24,15 @@ body:

- type: dropdown
attributes:
label: Server Version
description: Which server version version you using? If your server version is not listed, it is not supported. Update to a supported version first.
label: Which server version version you using?
description: If not listed, it is not supported. Update to a supported version first.
multiple: false
options:
- '1.20.4'
- '1.20.2'
- '1.19.3'
- '1.19.2'
- '1.19.1'
- '1.19'
- 'above 1.21.3'
- '1.21.3'
- '1.20.6'
- '1.19.4'
- '1.18.2'
- '1.18.1'
- '1.17.1'
- '1.16.5'
validations:
Expand All @@ -46,7 +43,14 @@ body:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
required: false

- type: textarea
attributes:
label: Expected behaviour
description: A clear and concise description of what you expected to happen.
validations:
required: false

- type: textarea
attributes:
Expand All @@ -58,45 +62,20 @@ body:
3. Scroll down to '...'
4. See error
validations:
required: true

- type: textarea
attributes:
label: Expected behaviour
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
attributes:
label: Screenshots / Videos
description: If applicable, add screenshots to help explain your problem.
required: false

- type: input
attributes:
label: Error log (if applicable)
description: If you are reporting a console error, upload any relevant log excerpts to either https://paste.gg/ or https://gist.github.com, save and the paste the link in this box.

- type: dropdown
attributes:
label: WorldSystem Version
description: What version of WorldSystem are you running? (`/ws help`)
multiple: false
options:
- '2.4.37 (dev)'
- '2.4.36'
description: If you are reporting a console error, upload any relevant log excerpts to https://gist.github.com, save and paste the link in this box.
validations:
required: true
required: false

- type: checkboxes
attributes:
label: Checklist
description: Make sure you have followed each of the steps outlined here.
description: Are you using the newest build?
options:
- label: I am using the newest build from https://github.com/Argantiu/WorldSystem-Updated and the issue still persists.
required: false

- type: textarea
attributes:
label: Anything else?
description: You can provide additional context below.
- label: I use the latest version from [danielbyomujuni/WorldSystem](https://github.com/danielbyomujuni/WorldSystem)
- label: I use the latest version from [Argantiu/WorldSystem-Updated](https://github.com/Argantiu/WorldSystem-Updated) and the issue still persists.
required: false
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: WorldSystem Discord
url: https://discord.gg/WYz7Qck
about: Our support Discord, please ask questions and search support here.
url: https://discord.gg/cmdPMJ8
about: Our Discord, you can try to ask questions here
- name: WorldSystem Wiki
url: https://github.com/Argantiu/WorldSystem-Updated/wiki
about: Take a look at the wiki page for instructions how to setup WorldSystem and use its commands.
url: https://github.com/danielbyomujuni/WorldSystem/wiki
about: Take a look at the wiki page for instructions how to setup and use WorldSystem
15 changes: 5 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Feature request
description: Suggest an idea for this project
description: Suggest an idea for this plugin
labels: 'Enhancement'

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request for WorldSystem! Fill out the following form to your best ability to help us understand your feature request and greately improve the change of it getting added.
For anything else than a feature request, use our Discord server or the wiki.
### Thank you for submitting a WorldSystem feature request!
Fill out the form to help us understand your request and improve its chances of being added.

- type: textarea
attributes:
Expand All @@ -19,11 +19,6 @@ body:
- type: textarea
attributes:
label: Are there any alternatives?
description: List any alternatives you might have tried
description: List any alternatives you might have tried.
validations:
required: true

- type: textarea
attributes:
label: Anything else?
description: You can provide additional context below.
required: false
Loading