{"id":50324687,"url":"https://github.com/standardan/lifesteal","last_synced_at":"2026-05-29T05:04:00.350Z","repository":{"id":361059382,"uuid":"1252926169","full_name":"Standardan/lifesteal","owner":"Standardan","description":"Hardcore Lifesteal SMP for Paper 1.21+ - steal hearts on kill, elimination, heart items, revives.","archived":false,"fork":false,"pushed_at":"2026-05-29T03:06:24.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T04:17:02.957Z","etag":null,"topics":["bukkit","java","lifesteal","minecraft","minecraft-plugin","paper","paper-plugin","pvp","smp","spigot","survival"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Standardan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-05-29T02:21:20.000Z","updated_at":"2026-05-29T03:06:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Standardan/lifesteal","commit_stats":null,"previous_names":["standardan/lifesteal"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Standardan/lifesteal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Flifesteal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Flifesteal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Flifesteal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Flifesteal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Standardan","download_url":"https://codeload.github.com/Standardan/lifesteal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Flifesteal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33637486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["bukkit","java","lifesteal","minecraft","minecraft-plugin","paper","paper-plugin","pvp","smp","spigot","survival"],"created_at":"2026-05-29T05:03:45.269Z","updated_at":"2026-05-29T05:04:00.345Z","avatar_url":"https://github.com/Standardan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lifesteal\n\nA hardcore **Lifesteal SMP** plugin for Paper 1.21+ — the most-played survival genre of 2025.\nKill a player, steal a heart. Hit zero hearts, you're eliminated. Hearts are a tradable\nitem economy, and admins can revive the fallen.\n\n## Download\n\n**[Download the latest release »](https://github.com/Standardan/lifesteal/releases/latest)**\n\nDrop the `.jar` into your server's `plugins/` folder and restart. Requires Paper 1.21+ (Java 21).\n\n## Features\n\n- **Heart transfer on kill** — the killer gains a heart (up to a cap), the victim loses one\n- **Elimination** at zero hearts — `ban` (blocked from rejoining) or `spectator` mode, your choice\n- **Heart items** — withdraw a heart into a tradable item (`/withdraw`), right-click to consume one; craftable too\n- **Revives** — `/lifesteal revive \u003cplayer\u003e` restores an eliminated player, even offline\n- **Persistent** per-player hearts in SQLite, applied via the `MAX_HEALTH` attribute\n- Player-kill only — no farming mobs or suicides for free hearts\n\n## Commands \u0026 permissions\n\n| Command | Description | Permission |\n|---|---|---|\n| `/hearts` | Show your heart count | everyone |\n| `/withdraw` | Withdraw a heart as an item | `lifesteal.withdraw` (default: all) |\n| `/lifesteal reload` | Reload config | `lifesteal.admin` (op) |\n| `/lifesteal sethearts \u003cplayer\u003e \u003cn\u003e` | Set a player's hearts | `lifesteal.admin` |\n| `/lifesteal revive \u003cplayer\u003e` | Revive an eliminated player | `lifesteal.admin` |\n\n## Configuration (`config.yml`)\n\n```yaml\nstarting-hearts: 10\nmax-hearts: 20\nmin-hearts: 1            # elimination triggers below this\nelimination: ban         # ban | spectator\ndrop-heart-on-elimination: true\n```\n\n## Design notes\n\n- **Hearts are cached in memory** (`HeartManager`) so combat math is instant; the database is\n  updated asynchronously off the main thread.\n- **Items are identified by a PersistentDataContainer tag**, not their name — players can't\n  forge a Heart by renaming a Nether Star.\n- Elimination runs **one tick after** the death event, since the player is mid-death when the\n  kill is processed.\n\n## Building\n\nJDK 21 + Maven. `mvn clean package` → `target/lifesteal-1.0.0.jar`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstandardan%2Flifesteal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstandardan%2Flifesteal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstandardan%2Flifesteal/lists"}