Skip to content

Commit

Permalink
Fetched minigamesbox 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigerpanzer02 committed Jan 15, 2024
1 parent edab4c9 commit 76681f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.0.6 Release
* Fixed Hungerlose option in config.yml

### 2.0.5 Release (13.01.2024)
* Updated to minigamesbox 1.3.6

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") { isTransitive = false }
implementation("plugily.projects:MiniGamesBox-Classic:1.3.6-SNAPSHOT2") { isTransitive = false }
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:24.0.1")
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ Damage:
Drowning: false
# Should players get fire damage?
Fire: false
# Should players lose food ingame?
Food: false
# Should players lose food ingame & get damage?
Hunger: false


Option:
Expand Down Expand Up @@ -262,4 +262,4 @@ Sword:
# You edited it, huh? Next time hurt yourself!
Do-Not-Edit:
File-Version: 1
Core-Version: 3
Core-Version: 4

0 comments on commit 76681f6

Please sign in to comment.