Skip to content

Commit

Permalink
Updated to minigamesbox 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigerpanzer02 committed Jan 15, 2024
1 parent bd7c8ad commit 751d677
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
### 2.0.7 Release (15.01.2024)
* Updated to minigamesbox 1.3.7

### 2.0.6 Release (13.01.2024)
* Changed default ingame time to 900 from 270, bow cooldown to 3 from 5;
* Added Natural-Regeneration and Block-Breakage-Item-Drop config option
* Renamed Food-Lose to Hunger-Lose in config
* Adjusted language; Removed "You can't move" beetween rounds
* Updated to minigamesbox 1.3.6


### 2.0.5 Release (03.01.2024)
* Added new command /tba locale <locale> to set your locale
* Fixed GameProfile API 1.20 change
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
implementation("plugily.projects:MiniGamesBox-Classic:1.3.6-SNAPSHOT2") { isTransitive = false }
implementation("plugily.projects:MiniGamesBox-Classic:1.3.7") { isTransitive = false }
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:24.0.1")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,4 +413,4 @@ Leaderboard:
# You edited it, huh? Next time hurt yourself!
Do-Not-Edit:
File-Version: 1
Core-Version: 1
Core-Version: 2

0 comments on commit 751d677

Please sign in to comment.