{"id":26935868,"url":"https://github.com/4k1d3v/timelimitplugin","last_synced_at":"2026-05-18T06:15:18.118Z","repository":{"id":285675673,"uuid":"958942312","full_name":"4K1D3V/TimeLimitPlugin","owner":"4K1D3V","description":"A professional Minecraft plugin to limit player playtime.","archived":false,"fork":false,"pushed_at":"2025-04-05T04:26:06.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T01:37:53.156Z","etag":null,"topics":["hardfork","minecraft","minecraft-plugin","paper","paper-api","papermc"],"latest_commit_sha":null,"homepage":"https://ks.akii.pro","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/4K1D3V.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-04-02T02:36:43.000Z","updated_at":"2025-04-05T04:26:09.000Z","dependencies_parsed_at":"2025-04-02T04:25:38.336Z","dependency_job_id":"184b1a13-b91c-4d5e-a046-bcdb5e7b0bac","html_url":"https://github.com/4K1D3V/TimeLimitPlugin","commit_stats":null,"previous_names":["4k1d3v/timelimitplugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/4K1D3V/TimeLimitPlugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4K1D3V%2FTimeLimitPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4K1D3V%2FTimeLimitPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4K1D3V%2FTimeLimitPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4K1D3V%2FTimeLimitPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4K1D3V","download_url":"https://codeload.github.com/4K1D3V/TimeLimitPlugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4K1D3V%2FTimeLimitPlugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274672802,"owners_count":25328550,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hardfork","minecraft","minecraft-plugin","paper","paper-api","papermc"],"created_at":"2025-04-02T12:19:48.462Z","updated_at":"2026-05-18T06:15:18.035Z","avatar_url":"https://github.com/4K1D3V.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TimeLimitPlugin\nA professional Minecraft plugin to limit player playtime.\n\n## Features\n- Configurable daily time limits\n- Per-player overrides and exemptions\n- Warning system with boss bar\n- JSON-based persistence\n- Full command suite with tab completion\n- API for integration\n- Localization support\n\n## Commands\n- `/timelimit info [player]` - Check remaining time (`timelimit.info`)\n- `/timelimit exempt \u003cplayer\u003e` - Exempt a player (`timelimit.exempt`)\n- `/timelimit unexempt \u003cplayer\u003e` - Remove exemption (`timelimit.unexempt`)\n- `/timelimit set \u003cplayer\u003e \u003cminutes\u003e` - Set custom limit (`timelimit.set`)\n- `/timelimit reset \u003cplayer\u003e` - Reset playtime (`timelimit.reset`)\n- `/timelimit reload` - Reload config (`timelimit.reload`)\n\n## Permissions\n- `timelimit.info` - View time info (default: true)\n- `timelimit.exempt` - Exempt players (default: op)\n- `timelimit.unexempt` - Remove exemptions (default: op)\n- `timelimit.set` - Set custom time limits (default: op)\n- `timelimit.reset` - Reset playtime (default: op)\n- `timelimit.reload` - Reload config (default: op)\n- `timelimit.admin` - Access all commands (default: op)\n\n## Installation\n1. Place the JAR in your `plugins` folder\n2. Start the server to generate config files\n3. Edit `config.json` and `messages.json` as needed\n4. Reload with `/timelimit reload`\n\n## API\n```java\nlong remaining = TimeLimitAPI.getRemainingTime(player.getUniqueId());\nboolean isExempt = TimeLimitAPI.isExempt(player.getUniqueId());---\n```\n\n# Credit\n- Made by KiteGG: [Website](https://ks.akii.pro)\n- Concept by gReach: [Discord](https://discord.com/users/800747697890918440)\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4k1d3v%2Ftimelimitplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4k1d3v%2Ftimelimitplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4k1d3v%2Ftimelimitplugin/lists"}