{"id":28344415,"url":"https://github.com/staticpast/timevoting","last_synced_at":"2026-02-27T21:05:26.937Z","repository":{"id":280270905,"uuid":"941466348","full_name":"Staticpast/TimeVoting","owner":"Staticpast","description":"A Minecraft Spigot plugin that allows players to vote on changing the current time in the Minecraft server. When enough players vote for a specific time of day, the time will change accordingly.","archived":false,"fork":false,"pushed_at":"2025-12-27T04:16:57.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T20:13:44.623Z","etag":null,"topics":["bukkit","bukkit-plugin","java","minecraft","minecraft-plugin","minecraft-server","paper","spigot","spigot-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Staticpast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-02T11:09:59.000Z","updated_at":"2025-12-27T04:17:01.000Z","dependencies_parsed_at":"2025-05-13T09:23:51.899Z","dependency_job_id":"f3675da4-4141-473f-90ba-d08bc1ef746f","html_url":"https://github.com/Staticpast/TimeVoting","commit_stats":null,"previous_names":["mckenziejdan/timevoting"],"tags_count":7,"template":false,"template_full_name":"McKenzieJDan/MinecraftPluginTemplate","purl":"pkg:github/Staticpast/TimeVoting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staticpast%2FTimeVoting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staticpast%2FTimeVoting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staticpast%2FTimeVoting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staticpast%2FTimeVoting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Staticpast","download_url":"https://codeload.github.com/Staticpast/TimeVoting/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staticpast%2FTimeVoting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29913783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bukkit","bukkit-plugin","java","minecraft","minecraft-plugin","minecraft-server","paper","spigot","spigot-plugin"],"created_at":"2025-05-27T10:20:42.009Z","updated_at":"2026-02-27T21:05:26.932Z","avatar_url":"https://github.com/Staticpast.png","language":"Java","funding_links":["https://www.paypal.com/paypalme/mckenzio"],"categories":[],"sub_categories":[],"readme":"# TimeVoting\n\nA Minecraft Spigot plugin that allows players to vote on changing the current time of day on the server.\n\n[![SpigotMC](https://img.shields.io/badge/SpigotMC-TimeVoting-orange)](https://www.spigotmc.org/resources/timevoting.122960/)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.com/paypalme/mckenzio)\n\n## Features\n\n* 🗳️ Players can vote to change the current time in the server\n* 📊 Configurable voting threshold based on percentage of online players\n* ⏱️ Cooldown system prevents spam voting and frequent time changes\n* ⌛ Control how long each time type lasts after being voted in\n* 📢 Broadcast announcements when players vote for time changes\n* 💬 Fully customizable messages for all plugin text\n\n## Installation\n\n1. Download the latest release from [Spigot](https://www.spigotmc.org/resources/timevoting.122960/) or [GitHub Releases](https://github.com/McKenzieJDan/TimeVoting/releases)\n2. Place the JAR file in your server's `plugins` folder\n3. Restart your server\n4. Configure the plugin in the `config.yml` file\n\n## Usage\n\nPlayers can vote for their preferred time of day using simple commands. When enough players vote for a specific time, it will change automatically.\n\n### Commands\n\n* `/votetime` - Shows the current vote status\n* `/votetime day` - Vote for day time\n* `/votetime night` - Vote for night time\n* `/votetime sunrise` - Vote for sunrise\n* `/votetime sunset` - Vote for sunset\n* `/timeforecast` - View the current time and when it will change naturally\n* `/timevoting` - Admin commands for managing the plugin\n\n### Permissions\n\n* `timevoting.vote` - Permission to vote for time changes\n* `timevoting.forecast` - Permission to use the forecast command\n* `timevoting.admin` - Access to all admin commands\n* `timevoting.status` - Permission to check plugin status\n* `timevoting.toggle` - Permission to enable/disable the plugin\n* `timevoting.reload` - Permission to reload the configuration\n* `timevoting.debug` - Permission to toggle debug mode\n* `timevoting.update` - Permission to receive update notifications\n\n## Configuration\n\nThe plugin's configuration file (`config.yml`) is organized into logical sections:\n\n```yaml\n# Percentage of online players needed to change the time\nvoting:\n  threshold-percentage: 50\n  minimum-players: 2\n\n# Time values in Minecraft ticks\ntime:\n  day: 1000\n  night: 13000\n  sunrise: 23000\n  sunset: 12000\n  \n  # How long each voted time lasts before returning to normal cycle\n  duration: 300\n\n# Cooldown settings to prevent spam\ncooldowns:\n  between-changes: 300\n  between-votes: 60\n```\n\nFor detailed configuration options, see the comments in the generated config.yml file.\n\n## Requirements\n\n- Spigot/Paper 1.21.6\n- Java 21+\n\n## Used By\n\n[SuegoFaults](https://suegofaults.com) - A collaborative adult Minecraft server where TimeVoting lets players shape the day together without chaos.\n\n\n## Support\n\nIf you find this plugin helpful, consider [buying me a coffee](https://www.paypal.com/paypalme/mckenzio) ☕\n\n## License\n\n[MIT License](LICENSE)\n\nMade with ❤️ by [McKenzieJDan](https://github.com/McKenzieJDan)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticpast%2Ftimevoting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaticpast%2Ftimevoting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticpast%2Ftimevoting/lists"}