Skip to content

Commit

Permalink
Merge branch 'alpha' into 'beta'
Browse files Browse the repository at this point in the history
Bring alpha into beta

See merge request Griefed/ServerPackCreator!587
  • Loading branch information
Griefed committed Jun 29, 2024
2 parents ed339ed + 2a17f99 commit 7f74910
Show file tree
Hide file tree
Showing 2,634 changed files with 239,585 additions and 67,224 deletions.
20 changes: 18 additions & 2 deletions .github/ISSUE_TEMPLATE/clientside-mod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Clientside-mod Addition Request
description: Request a mod to be added to the official list of clientside-only mods.
title: "[Clientside-mod Addition Request]: "
title: "[Clientside-mod Addition Request]: <Name of the Mod>"
labels: ["enhancement"]
assignees:
- Griefed
Expand All @@ -9,15 +9,31 @@ body:
attributes:
value: |
Thank you for submitting a clientside-only mod to the official list in ServerPackCreator!
Once the mod has been added to the list, make sure to reset your own list in your server pack config in ServerPackCreator.
Head to the `Advanced`-section of a given server pack config, in there, there is the server pack specific list of clientside-only mods.
You can change it to your hearts desire, but more importantly: If you want to have the latest official list, use the buttons on the right
to reset it to the default value.
You may also use this list to confirm that the removal of a given mod prevents the server from crashing **before** submitting
a clientside-only mod request here. :)
- type: input
id: link
attributes:
label: The link to the project on CurseForge or Modrinth
description: Provide the link to the project of this mod. Said link is required so I can verify that this is indeed a clientside-only mod.
placeholder: https://www.curseforge.com/minecraft/mc-mods/blind-accessibility
placeholder: https://www.curseforge.com/minecraft/mc-mods/some-mod
value: "Provide the link to the project of this mod. Said link is required so I can verify that this is indeed a clientside-only mod."
validations:
required: true
- type: checkboxes
id: informed
attributes:
label: I have informed the developer of the mod about their mod crashing a server
description: Before submitting a clientside-only mod to ServerPackCreator, please inform the developer of the mod in question about their mod crashing a given Minecraft server.
options:
- label: I have informed the developer
required: true
- type: checkboxes
id: terms
attributes:
Expand Down
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/testimonial.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: Testimonial Submission
description: Supply a testimonial for your modpack to be added to the ServerPackCreator homepage
title: "[Testimonial Submission]: <Name of your Modpack>"
assignees:
- Griefed
body:
- type: markdown
attributes:
value: |
Thank you for submitting a testimonial for the homepage of ServerPackCreator!
Once the testimonial has been added and the homepage updated make sure to visit the homepage to take a look at it!
To get an idea of how a testimonial looks like, visit the [ServerPackCreator Homepage](https://serverpackcreator.de/#/)
and scroll to the bottom. A testimonial should ideally be the reason for why you, or your group, uses ServerPackCreator
for the creation of your server packs.
- type: input
id: profile
attributes:
label: Profile/User/Group Name
description: Name of the profile on CurseForge or Modrinth which owns and manages the modpack
value: "Enter Profile Name Here"
validations:
required: true
- type: input
id: iconLink
attributes:
label: Link to the icon-file of your modpack
description: Should be 150x150 pixels in resolution
value: "Link to the icon-file"
validations:
required: true
- type: input
id: modpackLink
attributes:
label: Modpack-Link
description: Direct link to the modpack on CurseForge or Modrinth. Short-URLs are not accepted.
value: "Link to CurseForge or Modrinth modpack"
validations:
required: true
- type: textarea
id: testimonial
attributes:
label: Testimonial
description: 350 characters or less. The testimonial to display alongside your modpack's icon and your profile name.
value: "Your reason for using ServerPackCreator for your modpack's server packs"
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Griefed/ServerPackCreator/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
50 changes: 2 additions & 48 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ updates:
target-branch: "dependabot"
pull-request-branch-name:
separator: "-"

- package-ecosystem: "gradle"
directory: "/serverpackcreator-app"
schedule:
Expand All @@ -45,30 +46,7 @@ updates:
target-branch: "dependabot"
pull-request-branch-name:
separator: "-"
- package-ecosystem: "gradle"
directory: "/serverpackcreator-cli"
schedule:
interval: "monthly"
assignees:
- "Griefed"
labels:
- "dependencies"
- "gradle"
target-branch: "dependabot"
pull-request-branch-name:
separator: "-"
- package-ecosystem: "gradle"
directory: "/serverpackcreator-gui"
schedule:
interval: "monthly"
assignees:
- "Griefed"
labels:
- "dependencies"
- "gradle"
target-branch: "dependabot"
pull-request-branch-name:
separator: "-"

- package-ecosystem: "gradle"
directory: "/serverpackcreator-plugin-example"
schedule:
Expand All @@ -81,30 +59,6 @@ updates:
target-branch: "dependabot"
pull-request-branch-name:
separator: "-"
- package-ecosystem: "gradle"
directory: "/serverpackcreator-updater"
schedule:
interval: "monthly"
assignees:
- "Griefed"
labels:
- "dependencies"
- "gradle"
target-branch: "dependabot"
pull-request-branch-name:
separator: "-"
- package-ecosystem: "gradle"
directory: "/serverpackcreator-web"
schedule:
interval: "monthly"
assignees:
- "Griefed"
labels:
- "dependencies"
- "gradle"
target-branch: "dependabot"
pull-request-branch-name:
separator: "-"

###################################################
#.......................NPM.......................#
Expand Down
Loading

0 comments on commit 7f74910

Please sign in to comment.