Please consider leaving a good review for the plugin.
Discord Support
(small fix for the update checker)
- Added the option to configure how far the christmas lamps will be visible to players.
- Added option for a version checker.
Update your config.yml
Code (YAML):
# Update interval in ticks for changing lamp colors
updateInterval
: 20
# The visibility distance of Christmas lamps in blocks. DO NOT SET IT TOO HIGH!
lampRadius
: 30
# List of glass colors to cycle through for the Christmas lamps
glassColors
:
- WHITE_STAINED_GLASS
- ORANGE_STAINED_GLASS
- MAGENTA_STAINED_GLASS
- LIGHT_BLUE_STAINED_GLASS
- YELLOW_STAINED_GLASS
- LIME_STAINED_GLASS
- PINK_STAINED_GLASS
- GRAY_STAINED_GLASS
- LIGHT_GRAY_STAINED_GLASS
- CYAN_STAINED_GLASS
- PURPLE_STAINED_GLASS
- BLUE_STAINED_GLASS
- BROWN_STAINED_GLASS
- GREEN_STAINED_GLASS
- RED_STAINED_GLASS
- BLACK_STAINED_GLASS
# Update checking
checkForUpdates
: true