Skip to content

Commit 25508dc

Browse files
authored
docs: config
1 parent ed6b002 commit 25508dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

docs/config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ remember-what-scoreboards-players-had-before: false
7272
use-chunk-tickets-if-available: true
7373
reset-full-spawner-countdown-after-picking: true
7474
players-can-win-game-only-after-seconds: 0
75+
disable-locator-bars-in-arena-worlds: true
76+
disable-opening-stores-of-other-teams: false
7577
kick-players-upon-final-death:
7678
enabled: false
7779
delay: 5

0 commit comments

Comments
 (0)