Load more UserSettings in YamlStorageProvider
This commit is contained in:
parent
563d17d53b
commit
628e18858a
|
|
@ -41,7 +41,9 @@ public class YamlStorageProvider extends StorageProvider {
|
|||
.homes(getHomeData(config))
|
||||
.userSettings(new EssentiaUserSettings
|
||||
.Builder()
|
||||
.flying(config.getBoolean("flying", false))
|
||||
.allowTeleports(config.getBoolean("allow-teleports", true))
|
||||
.godMode(config.getBoolean("god", false))
|
||||
.build())
|
||||
.build();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user