File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Use the BedWars API to interact with and extend the functionality of the BedWars
4141=== "Gradle (Kotlin DSL)"
4242 ```kotlin
4343 repositories {
44- maven(url = "https://repo.screamingsandals.org/public/ ")
44+ maven(url = uri( "https://repo.screamingsandals.org/public/ ") )
4545 }
4646
4747 dependencies {
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ remember-what-scoreboards-players-had-before: false
7272use-chunk-tickets-if-available : true
7373reset-full-spawner-countdown-after-picking : true
7474players-can-win-game-only-after-seconds : 0
75+ disable-locator-bars-in-arena-worlds : true
76+ disable-opening-stores-of-other-teams : false
7577kick-players-upon-final-death :
7678 enabled : false
7779 delay : 5
You can’t perform that action at this time.
0 commit comments