{"id":48103204,"url":"https://github.com/thomasuebel/minecraft-last-active-players","last_synced_at":"2026-04-10T20:03:42.574Z","repository":{"id":348923854,"uuid":"1200366856","full_name":"thomasuebel/minecraft-last-active-players","owner":"thomasuebel","description":"A Paper Minecraft plugin that tracks player join/leave events and informs about last active players and MVPs","archived":false,"fork":false,"pushed_at":"2026-04-04T12:32:49.000Z","size":382,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-04T16:31:45.721Z","etag":null,"topics":["awards","leaderboard","minecraft","minecraft-plugin","streaks"],"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/thomasuebel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":["thomasuebel"]}},"created_at":"2026-04-03T10:27:06.000Z","updated_at":"2026-04-04T12:32:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/thomasuebel/minecraft-last-active-players","commit_stats":null,"previous_names":["thomasuebel/minecraft-last-active-players"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/thomasuebel/minecraft-last-active-players","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasuebel%2Fminecraft-last-active-players","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasuebel%2Fminecraft-last-active-players/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasuebel%2Fminecraft-last-active-players/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasuebel%2Fminecraft-last-active-players/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasuebel","download_url":"https://codeload.github.com/thomasuebel/minecraft-last-active-players/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasuebel%2Fminecraft-last-active-players/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31489427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"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":["awards","leaderboard","minecraft","minecraft-plugin","streaks"],"created_at":"2026-04-04T15:47:09.182Z","updated_at":"2026-04-10T20:03:42.568Z","avatar_url":"https://github.com/thomasuebel.png","language":"Java","funding_links":["https://github.com/sponsors/thomasuebel"],"categories":[],"sub_categories":[],"readme":"# LastActivePlayers\n\n[![CI](https://github.com/thomasuebel/minecraft-last-active-players/actions/workflows/ci.yml/badge.svg)](https://github.com/thomasuebel/minecraft-last-active-players/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/thomasuebel/minecraft-last-active-players/graph/badge.svg)](https://codecov.io/gh/thomasuebel/minecraft-last-active-players)\n\nA Paper plugin for Minecraft 1.21.x that tracks player sessions and celebrates the most engaged\nmembers of your community.\n\n## Features\n\n- On join, lists the last N offline players with their last visit date and their playtime in the rolling 30-day window.\n- Shows the joining player their current rank and how many minutes of playtime until the next rank.\n- Broadcasts the **MVP** -- the player with the most total playtime in the last 30 days.\n- Broadcasts the **Streak Leader** -- the player with the longest consecutive daily login streak.\n- Grants permission nodes to the MVP and streak leaders at milestone thresholds (3, 7, 14, 30, 60\n  days) so operators can hook into any rewards plugin.\n- Exposes a configurable prefix (crown / fire emoji by default) for the MVP and streak leader\n  via PlaceholderAPI for use in chat formatting, tab list, and hologram plugins.\n- **Streak shields** -- players earn a shield on each streak milestone. A shield automatically\n  bridges exactly one missed calendar day, keeping the streak alive.\n- **Streak milestone broadcasts** -- a server-wide message and a personal full-screen title are\n  shown when a player reaches a new streak milestone.\n- `/lastactive` command available to all players.\n- Reload configuration without restarting: `/lastactive reload` (ops only).\n- bStats integration (plugin ID 30553).\n\n## Requirements\n\n- Paper 1.21.x\n- Java 21\n\n## Installation\n\n1. Download the latest release JAR from the [releases page](https://github.com/thomasuebel/minecraft-last-active-players/releases).\n2. Drop it into your server's `plugins/` folder.\n3. Restart the server. A `config.yml` and `lastactiveplayers.db` are created automatically in\n   `plugins/LastActivePlayers/`.\n\n## Documentation\n\nFull documentation is available on the [wiki](https://github.com/thomasuebel/minecraft-last-active-players/wiki):\n\n- [Configuration](https://github.com/thomasuebel/minecraft-last-active-players/wiki/Configuration) -- all config keys with defaults and tokens\n- [Commands and Permissions](https://github.com/thomasuebel/minecraft-last-active-players/wiki/Commands-and-Permissions) -- `/lastactive` subcommands and permission nodes\n- [PlaceholderAPI](https://github.com/thomasuebel/minecraft-last-active-players/wiki/PlaceholderAPI) -- available placeholders and use cases\n- [Chat Prefix Setup](https://github.com/thomasuebel/minecraft-last-active-players/wiki/Chat-Prefix-Setup) -- LPC-Plus, EternalChatFormatter, spacing tips\n- [Tab List and Holograms](https://github.com/thomasuebel/minecraft-last-active-players/wiki/Tab-List-and-Holograms) -- TAB plugin and hologram integration\n- [Rewards Integration](https://github.com/thomasuebel/minecraft-last-active-players/wiki/Rewards-Integration) -- EssentialsX kits, DeluxeMenus awards menu\n- [Data and Backups](https://github.com/thomasuebel/minecraft-last-active-players/wiki/Data-and-Backups) -- SQLite storage, upgrading, troubleshooting\n\n## Anonymous statistics\n\nThis plugin uses [bStats](https://bstats.org/plugin/bukkit/LastActivePlayers/30553) to collect\nanonymous usage statistics (server version, plugin version, player count ranges). No personal\ndata is collected. To opt out, set `enabled: false` in `plugins/bStats/config.yml`.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasuebel%2Fminecraft-last-active-players","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasuebel%2Fminecraft-last-active-players","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasuebel%2Fminecraft-last-active-players/lists"}