From a09421e4f40006053ccb69bb8b37a612e1c67934 Mon Sep 17 00:00:00 2001 From: Tigerpanzer_02 <37453987+Tigerpanzer02@users.noreply.github.com> Date: Sat, 13 Jan 2024 02:22:14 +0100 Subject: [PATCH] Fetched minigamesbox 1.3.6 --- .github/CHANGELOG.md | 3 +++ build.gradle.kts | 2 +- src/main/resources/config.yml | 20 ++++++++------------ 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index f3f38acf..e46db8e1 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -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 to set your locale * Fixed GameProfile API 1.20 change diff --git a/build.gradle.kts b/build.gradle.kts index 691bc890..1cb882bd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 9f23790a..1ebb00d8 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -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 @@ -84,15 +80,14 @@ 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 @@ -100,6 +95,7 @@ Chat: # 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 @@ -266,4 +262,4 @@ Sword: # You edited it, huh? Next time hurt yourself! Do-Not-Edit: File-Version: 1 - Core-Version: 2 \ No newline at end of file + Core-Version: 3 \ No newline at end of file