{
	// If plaques should show on the top of the screen.
	"onTop": true,
	// The distance from the top or bottom of the screen, in pixels.
	"distance": 40,
	// The horizontal offset from the center, in pixels.
	"horizontalOffset": 0,
	// Hide waila/hwyla/jade popups while plaques are showing.
	"hideWaila": false,
	// If plaques should show for task advancements (normal advancements).
	"tasks": true,
	// If plaques should show for goal advancements (medium-difficulty advancements).
	"goals": true,
	// If plaques should show for challenge advancements (high-difficulty advancements).
	"challenges": true,
	// Text color to use for plaque titles (like "Advancement made!"). Can be entered as an 8-digit LOWERCASE hex color code 0xaarrggbb for convenience.
	"titleColor": 4294967125,
	// Text color to use for advancement names on plaques. Can be entered as an 8-digit LOWERCASE hex color code 0xaarrggbb for convenience.
	"nameColor": 4294967295,
	// Duration of the shiny effect fade in for tasks.
	"taskEffectFadeInTime": 0.5,
	// Duration of the shiny effect fade out for tasks.
	"taskEffectFadeOutTime": 1.5,
	// Duration of the plaques for tasks (minus the effect fade in/out durations).
	"taskDuration": 7.0,
	// Duration of the shiny effect fade in for goals.
	"goalEffectFadeInTime": 0.5,
	// Duration of the shiny effect fade out for goals.
	"goalEffectFadeOutTime": 1.5,
	// Duration of the plaques for goals (minus the effect fade in/out durations).
	"goalDuration": 7.0,
	// Duration of the shiny effect fade in for challenges.
	"challengeEffectFadeInTime": 1.25,
	// Duration of the shiny effect fade out for challenges.
	"challengeEffectFadeOutTime": 1.5,
	// Duration of the plaques for challenges (minus the effect fade in/out durations).
	"challengeDuration": 7.0,
	// Whitelist of advancements to show plaques for.  Leave empty to display for all.
	"whitelist": [],
	// If task sounds should be muted.
	"muteTasks": false,
	// If goal sounds should be muted.
	"muteGoals": false,
	// If challenge sounds should be muted.
	"muteChallenges": false
}