Skip to content

Commit

Permalink
Fetch latest core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigerpanzer02 committed Dec 4, 2023
1 parent 9cc6443 commit 906ef86
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
12 changes: 11 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
### 2.0.2 Release
### 2.0.3 Release (04.12.2023)
* Fixed block breakage on bridge
* Fixed blindness after choosing base if arena border isn't inside spawn
* Added new kits.yml where you can edit all kits file based (patreon: in-game gui based)
* Added bow cooldown per kit
* Updated to minigamesbox 1.3.3

### 2.0.2 Release (21.08.2023)
Fixed rewards enabling
Fixed bossbar disabling
Fixed locale registration if service unavailable (e.g. server blocks outgoing traffic, cloudflare blacklisted countries)

### 2.0.1 Release (08.08.2023)
* Fixed teleport after death
* Fixed block regeneration for lower 1.13

### 2.0.0 Release (07.08.2023)
* Added up to 1.20 compatibility
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ repositories {
}

dependencies {
implementation("plugily.projects:MiniGamesBox-Classic:1.3.2-SNAPSHOT16") { isTransitive = false }
implementation("plugily.projects:MiniGamesBox-Classic:1.3.3") { isTransitive = false }
compileOnly("org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:24.0.1")
}

group = "plugily.projects"
version = "2.0.1-SNAPSHOT8"
version = "2.0.2-SNAPSHOT8"
description = "TheBridge"

java {
Expand Down
12 changes: 8 additions & 4 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,13 @@ Rewards: true
Plugin-Chat-Format: true


# Should we enable a separate arena chat for players inside a arena
# Useful on multi arena servers that don't want the same chat for all players on the server
Separate-Arena-Chat: true
Chat:
Separate:
# Should we enable a separate arena chat for players inside a arena
# Useful on multi arena servers that don't want the same chat for all players on the server
Arena: true
# Should spectators only write with other spectators
Spectators: true


# Should we fire some cool fireworks at locations of every player at special events such as the game end?
Expand Down Expand Up @@ -206,4 +210,4 @@ Update-Notifier:
# You edited it, huh? Next time hurt yourself!
Do-Not-Edit:
File-Version: 1
Core-Version: 1
Core-Version: 2

0 comments on commit 906ef86

Please sign in to comment.