Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.09 KB

File metadata and controls

19 lines (16 loc) · 1.09 KB

IO.Swagger.Model.UpdateWorldRequest

Properties

Name Type Description Notes
Name string The name of the world
AllowCommands bool? [optional]
Difficulty CatalogType Which difficulty the world is set to [optional]
GameMode GameMode Which game mode the world defaults to [optional]
GameRules Dictionary<string, string> The game rule settings of this world [optional]
Generator CatalogType Which generator to use for the world [optional]
KeepSpawnLoaded bool? [optional]
LoadOnStartup bool? [optional]
Loaded bool? True if the world should be loaded, false otherwise [optional]
Seed long? The seed of the world [optional]
UsesMapFeatures bool? [optional]

[Back to Model list] [Back to API list] [Back to README]