-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from gabber235/develop
Manifesting Stories Update
- Loading branch information
Showing
1,895 changed files
with
71,033 additions
and
33,699 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
name: Build Development Jars and Publish | ||
name: Build Beta Jars and Publish | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build-publish-development: | ||
runs-on: self-hosted | ||
runs-on: ubuntu-latest | ||
concurrency: | ||
group: build-publish-development | ||
group: build-publish-beta | ||
cancel-in-progress: true | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Setup Java | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: temurin | ||
java-version: 17 | ||
java-version: 21 | ||
- name: Get version | ||
id: vars | ||
run: | | ||
version=$(cat version.txt) | ||
run_number=${{ github.run_number }} | ||
full_version="${version}-dev-${run_number}" | ||
full_version="${version}-beta-${run_number}" | ||
echo $full_version > version.txt | ||
echo "version=$full_version" >> $GITHUB_OUTPUT | ||
- name: Build Plugin | ||
|
@@ -42,6 +42,10 @@ jobs: | |
uses: ./.github/actions/build-adapter | ||
with: | ||
adapter: MythicMobsAdapter | ||
- name: Build EntityAdapter | ||
uses: ./.github/actions/build-adapter | ||
with: | ||
adapter: EntityAdapter | ||
- name: Build RPGRegions Adapter | ||
uses: ./.github/actions/build-adapter | ||
with: | ||
|
@@ -58,15 +62,7 @@ jobs: | |
uses: ./.github/actions/build-adapter | ||
with: | ||
adapter: WorldGuardAdapter | ||
- name: Build ZNPCsPlus Adapter | ||
uses: ./.github/actions/build-adapter | ||
with: | ||
adapter: ZNPCsPlusAdapter | ||
- name: Build FancyNpcs Adapter | ||
uses: ./.github/actions/build-adapter | ||
with: | ||
adapter: FancyNpcsAdapter | ||
- name: Publish Development Jars | ||
- name: Publish Modrinth | ||
uses: Kir-Antipov/[email protected] | ||
id: publish | ||
with: | ||
|
@@ -83,10 +79,24 @@ jobs: | |
paper | ||
purpur | ||
game-versions: | | ||
1.19.4 | ||
[1.20, 1.20.4] | ||
[1.20.3, 1.20.6] | ||
dependencies: | | ||
packetevents | ||
- name: Publish Hangar | ||
uses: gradle/gradle-build-action@v2 | ||
continue-on-error: true | ||
env: | ||
HANGAR_API_TOKEN: ${{ secrets.HANGAR_API_TOKEN }} | ||
with: | ||
arguments: publishPluginPublicationToHangar --scan | ||
build-root-directory: ./plugin | ||
- name: Add Tag | ||
uses: laputansoft/[email protected] | ||
with: | ||
github_token: ${{ env.github-token }} | ||
default_bump: false | ||
tag: "v${{ steps.vars.outputs.version }}" | ||
- name: Notify Discord | ||
uses: sarisia/actions-status-discord@v1 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Sync README | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- develop | ||
paths: | ||
- .github/workflows/sync-readme.yml | ||
- README.md | ||
|
||
jobs: | ||
modrinth-desc: | ||
runs-on: 'ubuntu-latest' | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: funnyboy-roks/[email protected] | ||
with: | ||
auth-token: ${{ secrets.MODRINTH_TOKEN }} | ||
slug: 'typewriter' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.