Skip to content

Commit a8e0ec1

Browse files
authored
Merge pull request #70 from Argantiu/dev-2.4.39
Dev 2.4.39 -> Release 2.4.39
2 parents 19d22ea + 6bb5852 commit a8e0ec1

152 files changed

Lines changed: 893 additions & 8534 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"features": {
99
"ghcr.io/devcontainers/features/java:1": {
1010
"version": "21",
11-
"installMaven": "false",
11+
"installMaven": "true",
1212
"installGradle": "true",
13-
"postCreateCommand": "java -version && chmod +x gradlew"
13+
"postCreateCommand": "chmod +x gradlew"
1414
}
1515
}
1616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at [kontakt@buzcraft.de](https://crazycloudcraft.de). All
58+
reported by contacting the project team at <code>manage{at}cycodly.de</code>. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ body:
7979
options:
8080
- label: I use the latest version from [Argantiu/WorldSystem-Updated](https://github.com/Argantiu/WorldSystem-Updated)
8181
- label: I use the latest version from [danielbyomujuni/WorldSystem](https://github.com/danielbyomujuni/WorldSystem) and the issue still persists.
82-
required: false
82+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: WorldSystem Discord
4-
url: https://discord.gg/WYz7Qck
5-
about: Our support Discord, please ask questions and search support here.
4+
url: https://discord.gg/cmdPMJ8
5+
about: Our Discord, you can try to ask questions here
66
- name: WorldSystem Wiki
77
url: https://github.com/Argantiu/WorldSystem-Updated/wiki
8-
about: Take a look at the wiki page for instructions how to setup WorldSystem and use its commands.
8+
about: Take a look at the wiki page for instructions how to setup and use WorldSystem
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Feature request
2-
description: Suggest an idea for this project
2+
description: Suggest an idea for this plugin
33
labels: 'Enhancement'
44

55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
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.
10-
For anything else than a feature request, use our Discord server or the wiki.
9+
### Thank you for submitting a WorldSystem feature request!
10+
Fill out the form to help us understand your request and improve its chances of being added.
1111
1212
- type: textarea
1313
attributes:
@@ -19,11 +19,14 @@ body:
1919
- type: textarea
2020
attributes:
2121
label: Are there any alternatives?
22-
description: List any alternatives you might have tried
22+
description: List any alternatives you might have tried.
2323
validations:
24-
required: true
24+
required: false
2525

26-
- type: textarea
26+
- type: checkboxes
2727
attributes:
28-
label: Anything else?
29-
description: You can provide additional context below.
28+
label: Checklist
29+
description: Are you using the newest build?
30+
options:
31+
- label: I use the latest version from [Argantiu/WorldSystem-Updated](https://github.com/Argantiu/WorldSystem-Updated)
32+
required: false

.github/ISSUE_TEMPLATE/version_request.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Fill out the following form to get a new release. (Hopefully)
10-
Thanks to inform us about updates and dependencies. DO NOT ASK HERE TO ADD NEW FEATURES. We have other forms for that :)
11-
Sometimes Plugins, Softwares and Minecraft itself updates to a new version. Because that happens very often we can't keep track of everything.
9+
### Fill out the following form to get a new release. (Hopefully)
10+
Thanks to inform us about updates and dependencies.
11+
_Sometimes Plugins, Softwares and Minecraft itself updates to a new version._
12+
_Because that happens very often we can't keep track of everything._
1213
1314
- type: dropdown
1415
attributes:

.github/unused/CONTRIBUTING.md.old

Lines changed: 0 additions & 168 deletions
This file was deleted.

.github/unused/commitlint.config.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/unused/gradle.properties

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/unused/package.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)