HomeJavaModsSnoozeBar
SnoozeBar
DISCONTINUED
[​IMG]

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.

[​IMG]

[​IMG]

- 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

[​IMG]

/snoozebar reload
Reloads configuration from disk

[​IMG]

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.

[​IMG]

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!'
 

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

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.

Explore more