minecraft_time
Customise the length of days and manage a calendar — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | minecraft_time |
| Type | Misc |
| Color | Blue |
| Icon | mdi:clock |
Fields
| Field | Type | Description |
|---|---|---|
worlds | List<String> | Worlds that should follow the custom day length |
dayLengthMinutes | Double | Length of a full Minecraft day in real minutes |
calendar | CalendarConfig | Calendar configuration |
events | List<CalendarEvent> | Events that should appear in the calendar |
calendarCommand | String | Command that opens the calendar menu. Leave blank to disable. |
calendarPermission | String? | Permission required to open the calendar menu |
calendarMenuTitle | String | Title displayed on the calendar menu |
calendarMenuSize | Int | Size of the calendar menu inventory |
calendarMenuLayout | CalendarMenuLayout | Layout configuration used for the calendar menu |
emptyCalendarLore | List<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: []