World
Added in v0.2.2
Represents a world in your server. Currently only exists for datapack support.
This is a simple type - it only contains a list of Downloadables.
Worlds are indexed by their name in server.toml
's worlds
table.
Fields:
Name | Type | Description |
---|---|---|
datapacks |
Downloadable[] | A list of datapacks to download for this world |