TimeVoting
A Minecraft Spigot plugin that allows players to vote on changing the current time of day on the server.
Players can vote for their preferred time of day using simple commands. When enough players vote for a specific time, it will change automatically.
Commands
Permissions
The plugin's configuration file (config.yml) is organized into logical sections:
# Percentage of online players needed to change the time
voting:
threshold-percentage : 50
minimum-players : 2
# Time values in Minecraft ticks
time:
day : 1000
night : 13000
sunrise : 23000
sunset : 12000
# How long each voted time lasts before returning to normal cycle
duration : 300
# Cooldown settings to prevent spam
cooldowns:
between-changes : 300
between-votes : 60
For detailed configuration options, see the comments in the generated config.yml file.
Used By
SuegoFaults - A collaborative adult Minecraft server where TimeVoting lets players shape the day together without chaos.
Made with ❤️ by McKenzieJDan
A Minecraft Spigot plugin that allows players to vote on changing the current time of day on the server.
- Players can vote to change the current time in the server
- Configurable voting threshold based on percentage of online players
- Cooldown system prevents spam voting and frequent time changes
- Control how long each time type lasts after being voted in
- Broadcast announcements when players vote for time changes
- Fully customizable messages for all plugin text
- Download the latest release
- Place the .jar in your server's `plugins` folder
- Restart your server
- Configure the plugin in the config.yml file
Players can vote for their preferred time of day using simple commands. When enough players vote for a specific time, it will change automatically.
Commands
- `/votetime` - Shows the current vote status
- `/votetime day` - Vote for day time
- `/votetime night` - Vote for night time
- `/votetime sunrise` - Vote for sunrise
- `/votetime sunset` - Vote for sunset
- `/timeforecast` - View the current time and when it will change naturally
- `/timevoting` - Admin commands for managing the plugin
Permissions
- `timevoting.vote` - Permission to vote for time changes
- `timevoting.forecast` - Permission to use the forecast command
- `timevoting.admin` - Access to all admin commands
- `timevoting.status` - Permission to check plugin status
- `timevoting.toggle` - Permission to enable/disable the plugin
- `timevoting.reload` - Permission to reload the configuration
- `timevoting.debug` - Permission to toggle debug mode
- `timevoting.update` - Permission to receive update notifications
The plugin's configuration file (config.yml) is organized into logical sections:
Code (YAML):
# Percentage of online players needed to change the time
voting:
threshold-percentage : 50
minimum-players : 2
# Time values in Minecraft ticks
time:
day : 1000
night : 13000
sunrise : 23000
sunset : 12000
# How long each voted time lasts before returning to normal cycle
duration : 300
# Cooldown settings to prevent spam
cooldowns:
between-changes : 300
between-votes : 60
Used By
SuegoFaults - A collaborative adult Minecraft server where TimeVoting lets players shape the day together without chaos.
Made with ❤️ by McKenzieJDan
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21
- 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.
TimeVoting is a free Minecraft Java mod. Compatible with Minecraft 1.21. Downloaded 212 times (via Spigot). Download it and open it directly in the game.