{"id":28364047,"url":"https://github.com/sirdanieliii/deathbolt","last_synced_at":"2026-05-16T01:34:32.085Z","repository":{"id":295487386,"uuid":"989850067","full_name":"SirDanielIII/DeathBolt","owner":"SirDanielIII","description":"A Minecraft Spigot plugin that strikes lightning upon player death.","archived":false,"fork":false,"pushed_at":"2025-05-25T19:57:02.000Z","size":4227,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-24T00:35:54.200Z","etag":null,"topics":["minecraft","minecraft-plugin","spigot","spigot-plugin","spigotmc"],"latest_commit_sha":null,"homepage":"","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/SirDanielIII.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}},"created_at":"2025-05-25T00:43:54.000Z","updated_at":"2025-05-25T19:52:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"15e93bb4-cf74-4055-b4dd-306485f8e639","html_url":"https://github.com/SirDanielIII/DeathBolt","commit_stats":null,"previous_names":["sirdanieliii/deathbolt"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SirDanielIII/DeathBolt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirDanielIII%2FDeathBolt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirDanielIII%2FDeathBolt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirDanielIII%2FDeathBolt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirDanielIII%2FDeathBolt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SirDanielIII","download_url":"https://codeload.github.com/SirDanielIII/DeathBolt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirDanielIII%2FDeathBolt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271599041,"owners_count":24787799,"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-08-22T02:00:08.480Z","response_time":65,"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":["minecraft","minecraft-plugin","spigot","spigot-plugin","spigotmc"],"created_at":"2025-05-28T20:12:17.509Z","updated_at":"2026-05-16T01:34:28.627Z","avatar_url":"https://github.com/SirDanielIII.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ DeathBolt\n\nA lightweight Spigot plugin that strikes **lightning** at the location of a player’s death.\n\nWhen a player dies, a bolt of divine punishment (or comedic timing) strikes their last known location. By default, it **destroys your loot**, as God didn't really like how\nyou looked at that blade of grass.\n\n![grass.png](media/grass.png)\n\n### 🧪 Version Compatibility\n\n**Tested Minecraft Versions:**\n\n```\n1.16.5 → 1.21.5\n```\n\n✅ Compatible with **Spigot**, **Paper**, and other Spigot-based forks.\n\n---\n\n## 🔧 Configuration\n\nYou can fine-tune the plugin's behavior in `config.yml`:\n\n```yaml\n# --- DO NOT TOUCH THIS ----------------\nconfig-version: 1\n# --------------------------------------\n\n# Whether DeathBolt should activate at all on player death\n# Set false to completely disable the lightning effect\nenabled: true\n\n# If true, lightning will destroy any dropped items at the death location on impact\n# Set false to keep dropped items intact\ndestroy_items: true\n\n# Chance (in percent) that lightning will strike on player death\n# Use any value from 0 to 100 (e.g., 50 = 50% chance)\n# Any invalid number will default to 0% or 100%\nstrike_chance: 100\n\n# Delay before lightning strikes after player death (in ticks)\n# 20 ticks = 1 second (so 40 = 2 seconds)\n# Any negative number will be set to 0\nstrike_delay: 10\n```\n\n---\n\n## 🛠 Example Setups\n\n* **Default Configuration**\n\n  ```yaml\n    destroy_items: true\n    strike_chance: 100\n    strike_delay: 10\n  ```\n    * Has a funny comedic pause before the lightning strike.\n\n\n* **PVP Configuration**\n\n  ```yaml\n    destroy_items: false\n    strike_chance: 100\n    strike_delay: 0\n  ```\n\n    * Keeps items for loot.\n    * Instant strike makes it more satisfying for PVP.\n\n\n* **Gambler's Mindset**\n\n  ```yaml\n    destroy_items: true\n    strike_chance: 50\n    strike_delay: 10\n  ```\n\n    * 50-50 YOU WON'T.\n\n---\n\n## ✅ Features\n\n* Plug-and-play functionality\n* Simple config system\n* Low performance impact\n* Includes user-friendly `/deathbolt` command\n* Supports permission-based access for reloading\n* No dependencies required\n\n---\n\n## ⌛ Commands\n\n* `/deathbolt` — View current configuration values\n* `/deathbolt reload` — Reloads the plugin's configuration\n\n---\n\n## 🔒 Permissions\n\n* `deathbolt.reload` — Allows non-op players to use `/deathbolt reload`\n\n---\n\n## 📦 Installation\n\n1. Drop the `DeathBolt-1.0.0.jar` into your server’s `plugins/` folder.\n2. Restart or reload the server.\n3. Customize `config.yml` as needed.\n4. Run `/deathbolt reload` if needed.\n5. Now you shall be struck by lightning upon death.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirdanieliii%2Fdeathbolt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirdanieliii%2Fdeathbolt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirdanieliii%2Fdeathbolt/lists"}