Skip to content

Commit

Permalink
Merge branch 'main' into update
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock committed Mar 8, 2024
2 parents e8af986 + 7a82e58 commit 6b658d8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Additions:
* Added the ability to override the menu button functionality to use your own menu through DeluxeMenus and nay other gui plugin.
* Added the ability to override the menu button functionality to use your own menu through DeluxeMenus and any other gui plugin.
* The config options have been automatically added to your config.yml and default to false, They can be found where you edit what the menu button looks like.

## Enhancements:
Expand Down
2 changes: 0 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ dependencies {
implementation(libs.shadowjar)

implementation(libs.runpaper)

implementation(libs.hangar)
}
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/root-plugin.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
`java-library`

`maven-publish`

}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ issues = https://github.com/Crazy-Crew/CrazyCrates/issues

group = com.badbones69.crazycrates
description = Add unlimited crates to your server with 10 different crate types to choose from!
version = 1.21
version = 1.22
apiVersion = 1.20

mcVersion = 1.20.4
Expand Down
2 changes: 1 addition & 1 deletion paper/run/server.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Minecraft server properties
#Mon Mar 04 09:16:31 EST 2024
#Tue Mar 05 21:13:54 EST 2024
enable-jmx-monitoring=false
rcon.port=25575
level-seed=
Expand Down

0 comments on commit 6b658d8

Please sign in to comment.