{"id":26779557,"url":"https://github.com/skinnydevi/playtimelimiter","last_synced_at":"2026-05-19T06:03:03.447Z","repository":{"id":172480472,"uuid":"649341472","full_name":"SkinnyDevi/playtimelimiter","owner":"SkinnyDevi","description":"(Forge) A Port from the Playtime limiter mod made in 1.12 for 1.19.2 \u0026 1.20.X","archived":false,"fork":false,"pushed_at":"2023-08-26T20:18:17.000Z","size":166,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T12:05:49.067Z","etag":null,"topics":["minecraft","minecraft-forge","minecraft-mod","minecraft-server"],"latest_commit_sha":null,"homepage":"https://www.curseforge.com/minecraft/mc-mods/skdvs-playtime-limiter-port-upgrade","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/SkinnyDevi.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}},"created_at":"2023-06-04T14:51:19.000Z","updated_at":"2023-12-18T19:21:05.000Z","dependencies_parsed_at":"2023-08-21T06:30:28.087Z","dependency_job_id":"111de586-926b-4c5f-a8d4-3027bd13af33","html_url":"https://github.com/SkinnyDevi/playtimelimiter","commit_stats":null,"previous_names":["skinnydevi/playtimelimiter"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/SkinnyDevi/playtimelimiter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkinnyDevi%2Fplaytimelimiter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkinnyDevi%2Fplaytimelimiter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkinnyDevi%2Fplaytimelimiter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkinnyDevi%2Fplaytimelimiter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkinnyDevi","download_url":"https://codeload.github.com/SkinnyDevi/playtimelimiter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkinnyDevi%2Fplaytimelimiter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263897911,"owners_count":23526829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["minecraft","minecraft-forge","minecraft-mod","minecraft-server"],"created_at":"2025-03-29T06:17:48.400Z","updated_at":"2026-05-19T06:03:03.104Z","avatar_url":"https://github.com/SkinnyDevi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playtime Limiter\nThis mod aims to limit the amount of time a player is allowed to play on a server.\n\n## Commands\nCheck how much time you have left until you are kicked using:\n``\n/playtime left\n``\n\nTell's the player it's total active time in the server:\n``\n/playtime total\n``\n\n**(OP)** Reset a player's timeout time back to the configured time using:\n`` \n/playtime reset timeout {name of player here}\n``\n\n**(OP)** Reset a player's total time played to 0:\n``\n/playtime reset totalTime {name of player here}\n``\n\n**(OP)** Reset a player's total time played and timeout time:\n``\n/playtime reset all {name of player here}\n``\n\n*Note: the player needs to be online for it to be reset.*\n\n## Configuration\nAvailable configurations include:\n- Playtime length\n- Timeout length\n- Should the player should be warned X minutes prior to being kicked\n- Should the player have their timeout timer reset upon reconnecting\n- Should the player timeout timer reset after midnight\n- Should the timeout specified run parallel to the midnight reset timeout\n- Enable or disable tracking total time played.\n\nOn normal circumstances, the default setup has midnight reset and time warnings active.\nDefault configuration file:\n```toml\n[\"Playtime Limiter configuration\"]\n#The length (IN SECONDS) which a player can play on your server before getting kicked with a timeout. Default is 3 hours\n#Range: 1 ~ 604800\nplaytime_length = 10800\n#The length (IN SECONDS) which a player has to wait, after being kicked from the server to be able to join again. Default is 12 hours. \n#Do not leave blank.\n#Range: 1 ~ 604800\nplaytime_timeout = 43200\n#If players should get warned before they get kicked. \n#They would get warned: {30, 15, 10, 5, 3, 1} Minute(s) before being Kicked!\nplaytime_warn_kick = true\n#If the playtime should be reset after the Player Reconnects\nplaytime_reset_reconnect = false\n#If enabled, omits the timeout set above. If the playtime timeout should be reset once the server detects that a new (IRL) day has started since the last time the player has joined\nplaytime_reset_midnight = true\n#Allow a timeout to occur between the playtime and midnight reset.\n#Example: If you have a timeout of 12 hours and Midnight Reset active, activating this option would compare which timeout is smaller and apply the shortest timeout.\n#In this case, if we play at 4 am, the shortest timeout would be 4 pm. But if we play at 6 pm, the shortest timeout would be midnight reset.\n#Default is false.\nallow_timeout_with_midnight = false\n#Enable or disable tracking the player's total play time.\ntrack_total_playtime = true\n```\n\n## Original mod\nThis mod is a version port from the mod *Playtime Limiter* made by [@StunterLetsPlay](https://github.com/StunterLetsPlay) with quality of life updates (such as player time tracking) made by me.\nLinks to original mod:\n- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/playtime-limiter)\n- [Mod in Github](https://github.com/StunterLetsPlay/Playtime_Limiter)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskinnydevi%2Fplaytimelimiter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskinnydevi%2Fplaytimelimiter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskinnydevi%2Fplaytimelimiter/lists"}