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 13, 2024
1 parent 45edc0f commit a09421e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 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.5 Release (13.01.2024)
* Updated to minigamesbox 1.3.6

### 2.0.4 Release (03.01.2024)
* Added new command /mma 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.5") { isTransitive = false }
implementation("plugily.projects:MiniGamesBox-Classic:1.3.6") { 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
20 changes: 8 additions & 12 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,10 @@ Commands:
Executes: "murdermystery leave"
Enabled: true
'3':
Short: "kit"
Executes: "murdermystery selectkit"
Enabled: false
'4':
Short: "stats"
Executes: "murdermystery stats"
Enabled: false
'5':
'4':
Short: "top"
Executes: "murdermystery top"
Enabled: true
Expand All @@ -84,22 +80,22 @@ Database: false

# Should we enable in game rewards? See rewards.yml for more...
# You should also check out our script engine tutorial for rewards! https://tutorial.plugily.xyz
Rewards: true
Rewards: false


# Enable in game (eg. '[KIT][LEVEL] Tigerpanzer_02: hey') special formatting?
# Formatting is configurable in language.yml
# You can use PlaceholderAPI placeholders in chat format!
Plugin-Chat-Format: true

Chat:
# Enable in game (eg. '[KIT][LEVEL] Tigerpanzer_02: hey') special formatting?
# Formatting is configurable in language.yml
# You can use PlaceholderAPI placeholders in chat format!
Format: true
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?
Firework: true

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

0 comments on commit a09421e

Please sign in to comment.