From 4883518ab2cbe55d3e3e2c30d868436dd180bccb Mon Sep 17 00:00:00 2001
From: NONPLAYT <76615486+NONPLAYT@users.noreply.github.com>
Date: Sun, 14 Dec 2025 17:01:02 +0300
Subject: [PATCH] publish builds
---
.github/workflows/{build-12110.yml => build-12111.yml} | 10 +++++-----
.github/workflows/build-pr.yml | 2 +-
.github/workflows/publish-api.yml | 2 +-
.idea/runConfigurations/Run_DivineMC_Paperclip_Jar.xml | 4 ++--
README.md | 8 ++++----
5 files changed, 13 insertions(+), 13 deletions(-)
rename .github/workflows/{build-12110.yml => build-12111.yml} (95%)
diff --git a/.github/workflows/build-12110.yml b/.github/workflows/build-12111.yml
similarity index 95%
rename from .github/workflows/build-12110.yml
rename to .github/workflows/build-12111.yml
index d705bfb..2a40f3c 100644
--- a/.github/workflows/build-12110.yml
+++ b/.github/workflows/build-12111.yml
@@ -1,9 +1,9 @@
-name: Build DivineMC 1.21.10
+name: Build DivineMC 1.21.11
on:
push:
branches:
- - "ver/1.21.10"
+ - "ver/1.21.11"
workflow_dispatch:
jobs:
@@ -91,7 +91,7 @@ jobs:
try {
await github.rest.git.updateRef({
owner: context.repo.owner,
- repo: context. repo.repo,
+ repo: context.repo.repo,
ref: `tags/${tag}`,
sha: context.sha,
force: true
@@ -99,11 +99,11 @@ jobs:
console.log(`✅ Tag ${tag} updated successfully`);
} catch (error) {
if (error.status === 404) {
- await github.rest.git. createRef({
+ await github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: ref,
- sha: context. sha
+ sha: context.sha
});
console.log(`✅ Tag ${tag} created successfully`);
} else {
diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml
index ea0be85..4c22287 100644
--- a/.github/workflows/build-pr.yml
+++ b/.github/workflows/build-pr.yml
@@ -2,7 +2,7 @@ name: Build Pull Request
on:
pull_request:
- branches: [ "ver/1.21.10" ]
+ branches: [ "ver/1.21.11" ]
jobs:
build:
diff --git a/.github/workflows/publish-api.yml b/.github/workflows/publish-api.yml
index aa79431..958b7bf 100644
--- a/.github/workflows/publish-api.yml
+++ b/.github/workflows/publish-api.yml
@@ -2,7 +2,7 @@ name: Publish API
on:
push:
- branches: [ "ver/1.21.10" ]
+ branches: [ "ver/1.21.11" ]
workflow_dispatch:
jobs:
diff --git a/.idea/runConfigurations/Run_DivineMC_Paperclip_Jar.xml b/.idea/runConfigurations/Run_DivineMC_Paperclip_Jar.xml
index c610813..833370b 100644
--- a/.idea/runConfigurations/Run_DivineMC_Paperclip_Jar.xml
+++ b/.idea/runConfigurations/Run_DivineMC_Paperclip_Jar.xml
@@ -1,10 +1,10 @@
-
+
-
\ No newline at end of file
+
diff --git a/README.md b/README.md
index f9a8906..24ecb44 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ DivineMC is a multi-functional fork of [Purpur](https://github.com/PurpurMC/Purp
## 📥 Downloading & Installing
If you want to install DivineMC, you can read our [installation documentation](https://bxteam.org/docs/divinemc/getting-started/installation).
-You can find the latest successful build in [Releases](https://github.com/BX-Team/DivineMC/releases) or you can use [MCJars](https://mcjars.app/DIVINEMC/versions) website.
+You can find the latest successful builds on our [website](https://bxteam.org/downloads/divinemc) or on [MCJars](https://mcjars.app/DIVINEMC/versions).
## 📦 Building and setting up
Run the following commands in the root directory:
@@ -53,7 +53,7 @@ For anything else you can refer to our [contribution guide](https://bxteam.org/d
org.bxteam.divinemc
divinemc-api
- 1.21.10-R0.1-SNAPSHOT
+ 1.21.11-R0.1-SNAPSHOT
provided
```
@@ -66,11 +66,11 @@ repositories {
```
```kotlin
dependencies {
- compileOnly("org.bxteam.divinemc:divinemc-api:1.21.10-R0.1-SNAPSHOT")
+ compileOnly("org.bxteam.divinemc:divinemc-api:1.21.11-R0.1-SNAPSHOT")
}
```
-We also have a [Javadoc](https://repo.bxteam.org/javadoc/snapshots/org/bxteam/divinemc/divinemc-api/1.21.10-R0.1-SNAPSHOT/raw/index.html) for the API.
+We also have a [Javadoc](https://repo.bxteam.org/javadoc/snapshots/org/bxteam/divinemc/divinemc-api/1.21.11-R0.1-SNAPSHOT/raw/index.html) for the API.
## ⚖️ License
DivineMC is licensed under the GNU General Public License v3.0. You can find the license [here](LICENSE).