// When enabled, shows the clock item icon instead of a clock with numbers.
"showOnlyMinecraftClockIcon": false,
// Show both in-game time and real local time.
"showBothTimes": false,
// Show actual local time instead of in-game time.
"showRealTime": false,
// Show the seconds in the clock.
"showRealTimeSeconds": false,
// Show the days played in the world.
"showDaysPlayedWorld": true,
// Places the GUI clock on the left.
"clockPositionIsLeft": false,
// Places the GUI clock in the middle.
"clockPositionIsCenter": false,
// Places the GUI clock on the right.
"clockPositionIsRight": true,
// The vertical offset (y coord) for the Clock. This determines how far down the time should be on the screen. Can be changed to prevent GUIs from overlapping.
// min: 0, max: 3000
"clockHeightOffset": 5,
// The horizontal offset (x coord) for the Clock.
// min: -3000, max: 3000
"clockWidthOffset": 0,
// If the text displayed should have a shadow drawn below it.