Manipulate time itself and extend the time of day!
7

Creating

TimeWarp will by create the configuration (./config/timewarp.conf) file after being launched for the first time.

Default File

Here is the default configuration output for reference…

sync {
    settings {
        dimensions=[
            overworld
        ]
    }
    worlds {
        world {
            dayparts {
                day=10600
                dusk=1400
                evening=1800
                morning=1800
                night=8400
            }
            enabled=false
            wake-at-daypart=DAY
        }
    }
}

Breakdown

Below is a description of what each node option is for and what type of variable it is.

NodeDescriptionTypeDefault
sync.settings.dimensionsIf a world is listed in the config but not part of the dimensions listed, the world will follow normal time.Listoverworld
sync.worlds.<world_name>.enabledIf true, it will use custom daypart settings for this world.Booleanfalse
sync.worlds.<world_name>.dayparts.morningMorning length in ticks. Set to 0 to skip, must not be below the default value otherwise.Long1800
sync.worlds.<world_name>.dayparts.dayDay length in ticks. Set to 0 to skip, must not be below the default value otherwise.Long10600
sync.worlds.<world_name>.dayparts.duskDusk length in ticks. Set to 0 to skip, must not be below default value otherwise.Long1400
sync.worlds.<world_name>.dayparts.eveningEvening length in ticks. Set to 0 to skip, must not be below the default value otherwise.Long1800
sync.worlds.<world_name>.dayparts.nightNight length in ticks. Set to 0 to skip, must not be below the default value otherwise.Long8400
sync.worlds.<world_name>.wake-at-daypartThe daypart for players to wake up at after finishing sleeping in a bed.DayPartDAY

Category: Miscellaneous

Published on Mar 7, 2017

views

stars

watchers

total downloads

Licensed under MIT

Promoted Versions

Members