We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc7de3 commit 993b1e4Copy full SHA for 993b1e4
src/main/kotlin/com/mairwunnx/projectessentials/home/configurations/HomeSettingsConfigurationModel.kt
@@ -9,5 +9,5 @@ data class HomeSettingsConfigurationModel(
9
var respawnHomeSelectStrategy: HomeSelectStrategy = HomeSelectStrategy.Last,
10
var playSoundOnTeleport: Boolean = false,
11
var showEffectOnTeleport: Boolean = false,
12
- var homeLimitations: Map<String, String> = mapOf("default" to "6")
+ var homeLimitations: Map<String, Int> = mapOf("default" to 2)
13
)
0 commit comments