Перейти к основному содержимому

minecraft_time

Customise the length of days and manage a calendar — misc entry.

Entry Information

PropertyValue
Entry IDminecraft_time
TypeMisc
ColorBlue
Iconmdi:clock

Fields

FieldTypeDescription
worldsList<String>Worlds that should follow the custom day length
dayLengthMinutesDoubleLength of a full Minecraft day in real minutes
calendarCalendarConfigCalendar configuration
eventsList<CalendarEvent>Events that should appear in the calendar
calendarCommandStringCommand that opens the calendar menu. Leave blank to disable.
calendarPermissionString?Permission required to open the calendar menu
calendarMenuTitleStringTitle displayed on the calendar menu
calendarMenuSizeIntSize of the calendar menu inventory
calendarMenuLayoutCalendarMenuLayoutLayout configuration used for the calendar menu
emptyCalendarLoreList<String>Lore shown when there are no scheduled events

Usage Example

- entry: minecraft_time
name: "Customise the length of days and manage a calendar"
worlds: []
dayLengthMinutes: 0
calendar: ""
events: []
calendarCommand: ""
calendarPermission: ""
calendarMenuTitle: ""
calendarMenuSize: 0
calendarMenuLayout: ""
emptyCalendarLore: []