Skip to content

Commit

Permalink
feat: target Minecraft 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Dec 8, 2024
1 parent 6bd7ffb commit 6a6d376
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 19 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
changelog: ${{ github.event.head_commit.message }}
distro-names: |
spigot
fabric-1.21.3
fabric-1.21.4
velocity
bungeecord
distro-groups: |
Expand All @@ -65,12 +65,12 @@ jobs:
bungeecord
distro-descriptions: |
Spigot
Fabric 1.21.3
Fabric 1.21.4
Velocity
BungeeCord
files: |
target/PAPIProxyBridge-Bukkit-${{ env.version_name }}.jar
target/PAPIProxyBridge-Fabric-${{ env.version_name }}+mc.1.21.3.jar
target/PAPIProxyBridge-Fabric-${{ env.version_name }}+mc.1.21.4.jar
target/PAPIProxyBridge-Velocity-${{ env.version_name }}.jar
target/PAPIProxyBridge-Bungee-${{ env.version_name }}.jar
- name: 'Spigot: Publish to Modrinth'
Expand Down Expand Up @@ -110,7 +110,9 @@ jobs:
1.20.6
1.21
1.21.1
1.21.2
1.21.3
1.21.4
java: 17
- name: 'Fabric: Publish to Modrinth'
uses: WiIIiam278/mc-publish@hangar
Expand All @@ -121,15 +123,15 @@ jobs:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-dependencies: |
placeholder-api | suggests | *
files-primary: target/PAPIProxyBridge-Fabric-${{ env.version_name }}+mc.1.21.3.jar
files-primary: target/PAPIProxyBridge-Fabric-${{ env.version_name }}+mc.1.21.4.jar
name: PAPIProxyBridge (Fabric) v${{ env.version_name }}
version: ${{ env.version_name }}
version-type: alpha
changelog: ${{ github.event.head_commit.message }}
loaders: |
fabric
game-versions: |
1.21.3
1.21.4
java: 17
- name: 'Bungee: Publish to Modrinth'
uses: WiIIiam278/mc-publish@hangar
Expand Down Expand Up @@ -165,7 +167,9 @@ jobs:
1.20.6
1.21
1.21.1
1.21.2
1.21.3
1.21.4
java: 21
- name: 'Velocity: Publish to Modrinth & Hangar'
uses: WiIIiam278/mc-publish@hangar
Expand Down Expand Up @@ -205,5 +209,7 @@ jobs:
1.20.6
1.21
1.21.1
1.21.2
1.21.3
1.21.4
java: 17
16 changes: 11 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
changelog: ${{ github.event.release.body }}
distro-names: |
spigot
fabric-1.21.3
fabric-1.21.4
velocity
bungeecord
distro-groups: |
Expand All @@ -45,12 +45,12 @@ jobs:
bungeecord
distro-descriptions: |
Spigot
Fabric 1.21.3
Fabric 1.21.4
Velocity
BungeeCord
files: |
target/PAPIProxyBridge-Bukkit-${{ github.event.release.tag_name }}.jar
target/PAPIProxyBridge-Fabric-${{ github.event.release.tag_name }}+mc.1.21.3.jar
target/PAPIProxyBridge-Fabric-${{ github.event.release.tag_name }}+mc.1.21.4.jar
target/PAPIProxyBridge-Velocity-${{ github.event.release.tag_name }}.jar
target/PAPIProxyBridge-Bungee-${{ github.event.release.tag_name }}.jar
- name: 'Spigot: Publish to Modrinth'
Expand Down Expand Up @@ -90,7 +90,9 @@ jobs:
1.20.6
1.21
1.21.1
1.21.2
1.21.3
1.21.4
java: 17
- name: 'Fabric: Publish to Modrinth'
uses: WiIIiam278/mc-publish@hangar
Expand All @@ -101,15 +103,15 @@ jobs:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-dependencies: |
placeholder-api | suggests | *
files-primary: target/PAPIProxyBridge-Fabric-${{ github.event.release.tag_name }}+mc.1.21.3.jar
files-primary: target/PAPIProxyBridge-Fabric-${{ github.event.release.tag_name }}+mc.1.21.4.jar
name: PAPIProxyBridge (Fabric) v${{ github.event.release.tag_name }}
version: ${{ github.event.release.tag_name }}
version-type: release
changelog: ${{ github.event.release.body }}
loaders: |
fabric
game-versions: |
1.21.3
1.21.4
java: 17
- name: 'Bungee: Publish to Modrinth'
uses: WiIIiam278/mc-publish@hangar
Expand Down Expand Up @@ -145,7 +147,9 @@ jobs:
1.20.6
1.21
1.21.1
1.21.2
1.21.3
1.21.4
java: 21
- name: 'Velocity: Publish to Modrinth & Hangar'
uses: WiIIiam278/mc-publish@hangar
Expand Down Expand Up @@ -185,5 +189,7 @@ jobs:
1.20.6
1.21
1.21.1
1.21.2
1.21.3
1.21.4
java: 17
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {
Then add the dependency:
```groovy
dependencies {
implementation 'net.william278:papiproxybridge:1.7
implementation 'net.william278:papiproxybridge:1.7.2
}
```

Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
plugins {
id 'com.gradleup.shadow' version '8.3.5'
id 'org.cadixdev.licenser' version '0.6.1' apply false
id 'fabric-loom' version '1.8-SNAPSHOT' apply false
id 'fabric-loom' version "$fabric_loom_version" apply false
id 'org.ajoberstar.grgit' version '5.3.0'
id 'maven-publish'
id 'java'
Expand All @@ -17,6 +17,7 @@ defaultTasks 'licenseFormat', 'build'
ext {
set 'version', version.toString()
set 'description', description.toString()
set 'fabric_loom_version', fabric_loom_version.toString()
set 'fabric_minecraft_version', minecraft_version.toString()
set 'fabric_yarn_mappings', yarn_mappings.toString()
set 'fabric_loader_version', loader_version.toString()
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
api 'net.jodah:expiringmap:0.5.11'

compileOnly 'com.google.guava:guava:33.2.1-jre'
compileOnly 'com.google.guava:guava:33.3.1-jre'
compileOnly 'org.jetbrains:annotations:26.0.1'

compileOnly 'net.kyori:adventure-api:4.17.0'
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'fabric-loom' version "$fabric_loom_version"
}

apply plugin: 'fabric-loom'
Expand Down
9 changes: 5 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ javaVersion=21
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
org.gradle.daemon=true

plugin_version=1.7.1
plugin_version=1.7.2
plugin_archive=papiproxybridge
plugin_description=A bridge library plugin for using PlaceholderAPI on proxy servers

minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.1
loader_version=0.16.9
fabric_version=0.107.0+1.21.3
fabric_version=0.111.0+1.21.4
fabric_loom_version=1.8-SNAPSHOT
2 changes: 1 addition & 1 deletion proxy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation project(path: ':common')

compileOnly 'com.google.guava:guava:33.2.1-jre'
compileOnly 'com.google.guava:guava:33.3.1-jre'
compileOnly 'org.jetbrains:annotations:26.0.1'
}

Expand Down

0 comments on commit 6a6d376

Please sign in to comment.