DISCONTINUED
SnoozeBar gives admins and players the ability to view player bed status during the night as well as providing a progress bar as the night turns to day.
- Displays player bed status in text above progress bar
- Progress bar fills as night turns to day
- Nights can be skipped when a % of players are sleeping (optional)
- Nights can be skipped when a minimum number of players are sleeping (optional)
- Nights can be sped up (optional)
- Nights can be sped up as more players sleep (optional)
- Enable per-world
- Night time range can be set in config
- Customize bar color and style
/snoozebar reload Reloads configuration from disk
snoozebar.sleep Given to all players by default. Allows the player to be included in the SnoozeBar.
snoozebar.ignore Given to all OP players by default. Allows the player to be ignored in the SnoozeBar.
snoozebar.cmd.reload Given to all OP players by default. Reloads configuration from config.yml.
Code (YAML):
# Minimum percentage of sleeping players needed to instantly turn night into day.
#
# 1.0 = 100% (all players)
# 0.0 = disable
sleepPercentage : 1.0
# Minimum number of sleeping players needed to instantly turn night into day.
#
# 0 = disable
minSleeping : 2
# Worlds to enable the SnoozeBar in.
worlds :
- world
# Night start time (in ticks)
nightStart : 13000
# Night end time (in ticks)
nightEnd : 24000
# Night speed. Set to 0 for normal Minecraft night speed.
#
# Overall night speed = nightSpeed + (((nightSpeed * (numSleeping/numPlayers)) * nightMultiplier)
# Example:
# Overall night speed = 100 + (((100*(5/20))*2)
# = 100 + (((100*(0.25))*2)
# = 100 + 25*2
# = 150
# 0 = disable (this also disables nightMultiplier).
nightSpeed : 50
# Night multiplier. Allows the night to pass faster when more players are sleeping.
#
# 0 = disable
nightMultiplier : 1.0
# Snooze bar title.
#
# Available variables:
# <worldname>: World name
# <numsleeping>: Number of players currently sleeping
# <numplayers>: Total number of players
# <time>: World time (12-hour)
# <time24>: World time (24-hour)
# <ticks>: World time in ticks
barTitle : '&7&o<numsleeping>/<numplayers> sleeping &r&c<time>'
# Snooze bar color.
#
# Values: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarColor.html
barColor : WHITE
# Snooze bar style.
#
# Values: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarStyle.html
barStyle : SOLID
messages:
reload : '&a [SnoozeBar ] Reloaded configuration!'
permissionDenied : '&cPermission denied!'
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.14, 1.15, 1.16
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
SnoozeBar is a free Minecraft Java mod. Compatible with Minecraft 1.14, 1.15, 1.16. Downloaded 791 times (via Spigot). Download it and open it directly in the game.