From 99a86d3a7a1e17bf1997504c9d27cdcc4ccfb2d7 Mon Sep 17 00:00:00 2001 From: Tigerpanzer_02 <37453987+Tigerpanzer02@users.noreply.github.com> Date: Wed, 24 Apr 2024 01:15:44 +0200 Subject: [PATCH] Updated to minigamesbox 1.3.8 --- .github/CHANGELOG.md | 3 +++ .github/workflows/deploy-development.yml | 6 +++--- .github/workflows/deploy-master.yml | 6 +++--- src/main/resources/language.yml | 2 +- src/main/resources/locales/language_default.yml | 2 +- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index e03fac0e..577d65d1 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -10,6 +10,9 @@ deploy webhooks to print changelog successfully That's all, matcher will stop when detects next line started with `###` match +### 5.0.6 Release (24.04.2024) +* Updated to minigamesbox 1.3.8 + ### 5.0.5 Release (15.01.2024) * Updated to minigamesbox 1.3.7 diff --git a/.github/workflows/deploy-development.yml b/.github/workflows/deploy-development.yml index 92f16b11..bc5e3f6c 100644 --- a/.github/workflows/deploy-development.yml +++ b/.github/workflows/deploy-development.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Latest Commit - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.3 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Bump Version @@ -25,11 +25,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Latest Commit - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.3 with: ref: 'development' - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4.2.1 with: distribution: 'temurin' java-version: '17' diff --git a/.github/workflows/deploy-master.yml b/.github/workflows/deploy-master.yml index 143add43..b074dff0 100644 --- a/.github/workflows/deploy-master.yml +++ b/.github/workflows/deploy-master.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Latest Commit - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.3 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Bump Version @@ -28,11 +28,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Latest Commit - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.3 with: ref: 'master' - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4.2.1 with: distribution: 'temurin' java-version: '17' diff --git a/src/main/resources/language.yml b/src/main/resources/language.yml index 065cf155..746e8dd6 100644 --- a/src/main/resources/language.yml +++ b/src/main/resources/language.yml @@ -231,7 +231,7 @@ In-Game: # Join cancelled via external plugin that uses the API of our plugin. Cancelled-Via-API: "%color_chat_issue%%plugin_prefix% You can't join this game!" As-Party-Member: "%color_chat_issue%%plugin_prefix% You joined %arena_name% because the party leader joined it!" - Arena-Not-Configured: "%color_chat_issue%%plugin_prefix% BaseArena is not configured yet! Contact staff!" + Arena-Not-Configured: "%color_chat_issue%%plugin_prefix% BaseArena is not configured yet! Contact your server's staff!" Title: "20,30,20;%arena_name%;%arena_players_size%/%arena_max_players%" Death: Tag: "&8Dead" diff --git a/src/main/resources/locales/language_default.yml b/src/main/resources/locales/language_default.yml index d50d5613..eb1b585b 100644 --- a/src/main/resources/locales/language_default.yml +++ b/src/main/resources/locales/language_default.yml @@ -228,7 +228,7 @@ In-Game: # Join cancelled via external plugin that uses the API of our plugin. Cancelled-Via-API: "%color_chat_issue%%plugin_prefix% You can't join this game!" As-Party-Member: "%color_chat_issue%%plugin_prefix% You joined %arena_name% because the party leader joined it!" - Arena-Not-Configured: "%color_chat_issue%%plugin_prefix% BaseArena is not configured yet! Contact staff!" + Arena-Not-Configured: "%color_chat_issue%%plugin_prefix% BaseArena is not configured yet! Contact your server's staff!" Title: "20,30,20;%arena_name%;%arena_players_size%/%arena_max_players%" Death: Tag: "&8Dead"