Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published 3 weeks ago
This is a simple server Mod/Plagin that adds a day counter and makes some minor changes to its display.
The counter appears every morning and displays the current day on the server/world for a few seconds at the bottom. If it's a round(10, 50, 100...) date, the counter can play a short animation, sounds, and music.
A small warning: the day counter starts counting not from 0 but from 1, so it will diverge from the counter in F3
You can also configure the counter in the mod/plagin config (in plagin does not have a sound configuration):
# ==================================================
# Day Count Events Config
# ==================================================
# Enable/disable global features
enableAnimation = true
enableBellSound = true
enableXpSound = true
enableSpecialEffects = true
# ==================================================
# Day Word
# ==================================================
# Word displayed before the number
# Max length: 16 characters
#
# Examples:
# "Day"
# "Days"
# "День"
# "Дней"
# "Zi"
#
dayWord = "Day"
# ==================================================
# Custom Special Days
# ==================================================
# Add any special numbers here
# These numbers will use custom sounds and particles
#
# Example:
# [1, 10, 42, 50, 100]
#
customSpecialDays = [1, 10, 42, 50, 67, 100, 150, 200, 1161]
# ==================================================
# Custom Day Settings
# ==================================================
# Enable custom day sound
customDaySound = true
# Enable custom day particles
customDayParticles = true
# Sound for custom days
customDaySoundType = "levelup"
# Particle effect for custom days
customDayParticleType = "firework"
# ==================================================
# Default Round Day Settings
# ==================================================
# Used for:
# 300, 400, 500, 600...
#
roundDaySound = true
roundDayParticles = true
# Sound for round days
roundDaySoundType = "firework"
# Particle for round days
roundDayParticleType = "firework"
# ==================================================
# Available Sounds
# ==================================================
# firework
# bell
# levelup
# dragon
# totem
# ==================================================
# Available Particles
# ==================================================
# firework
# happy
# endrod
# portal


