{"id":19508381,"url":"https://github.com/efekos/headhuntsmp","last_synced_at":"2026-04-16T15:31:54.938Z","repository":{"id":181495110,"uuid":"658820764","full_name":"efekos/HeadHuntSMP","owner":"efekos","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-26T11:50:55.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T11:37:44.489Z","etag":null,"topics":["java","minecraft","minecraft-plugin","spigot","spigot-plugin","spigotmc","spigotmc-plugin"],"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/efekos.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}},"created_at":"2023-06-26T14:56:56.000Z","updated_at":"2024-12-01T10:32:23.000Z","dependencies_parsed_at":"2024-02-02T18:44:28.039Z","dependency_job_id":"6205caea-8a9f-4aa6-a24e-4b0e9e72867d","html_url":"https://github.com/efekos/HeadHuntSMP","commit_stats":null,"previous_names":["efekos/headhuntsmp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efekos%2FHeadHuntSMP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efekos%2FHeadHuntSMP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efekos%2FHeadHuntSMP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efekos%2FHeadHuntSMP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efekos","download_url":"https://codeload.github.com/efekos/HeadHuntSMP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240761081,"owners_count":19853254,"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":["java","minecraft","minecraft-plugin","spigot","spigot-plugin","spigotmc","spigotmc-plugin"],"created_at":"2024-11-10T23:06:19.846Z","updated_at":"2026-04-16T15:31:49.914Z","avatar_url":"https://github.com/efekos.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![](./images/title-export.png)\n\nIn this SMP, everyone has 10 heads. Lose them all to a player, and you are gone! There is no way to get unbanned, unless a friend makes an unban anchor for you.\n\n# ![](https://github.com/efe124/AwakenSMPOnline/blob/main/images/configuration-export.png?raw=true)\n\n## config.yml File\n````yaml\n# Default head count that every player will get on first join and unbans.\ndefault-heads: 10\n\n# Options about 'Extra Head' item.\nextra-head:\n\n  # Enables/Disables the recipe.\n  enabled: false\n\n  # If you somehow messed up the custom recipe options below, or you don't want a custom recipe, enable this.\n  default-recipe: true\n\n  # Shape of the recipe. Should have 3 rows with only 3 letters. Every letter should be attached to a Material at the 'materials' option below.\n  shape:\n    - 'DSD'\n    - 'CNR'\n    - 'DZD'\n\n  # Material attachments for the recipe. all keys should be one letter, and values should be a valid Material.\n  # See https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html for every valid Material.\n  # WARNING: This plugin is supposed to run at 1.19.X, you shouldn't use any newer materials at the recipe.\n  materials:\n    D: 'DIAMOND_BLOCK'\n    S: 'SKELETON_SKULL'\n    N: 'NETHER_STAR'\n    R: 'DRAGON_HEAD'\n    Z: 'ZOMBIE_HEAD'\n    C: 'CREEPER_HEAD'\n\n  # Display name of the 'Extra Head' item.\n  name: '\u0026eExtra Head'\n\n  # Description about the 'Extra Head' item.\n  description: '\u00266Right click to gain one extra head!'\n\n# Options about 'Unban Anchor' item.\nunban-anchor:\n\n  # Enables/Disables the recipe.\n  enabled: true\n\n  # If you somehow messed up the custom recipe options below, or you don't want a custom recipe, enable this.\n  default-recipe: true\n\n  # Shape of the recipe. Should have 3 rows with only 3 letters. Every letter should be attached to a Material at the 'materials' option below.\n  shape:\n    - 'OOO'\n    - 'PPP'\n    - 'OOO'\n\n  # Material attachments for the recipe. all keys should be one letter, and values should be a valid Material.\n  # See https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html for every valid Material.\n  # WARNING: This plugin is supposed to run at 1.19.X, you shouldn't use any newer materials at the recipe.\n  materials:\n    O: 'OBSIDIAN'\n    P: 'PLAYER_HEAD'\n\n  # Display name of the 'Unban Anchor' item.\n  name: '\u0026dUnban Anchor'\n\n  # Description about the 'Unban Anchor' item.\n  description: '\u00265Place this somewhere to unban a player!'\n\n# Message options\nmessages:\n\n  # Players will see this when they got killed by a player, meaning they lost a head.\n  # %count% - New count of how may heads this player have.\n  left-heads: '\u0026aYou have \u00262%count% \u0026aheads left.'\n\n  # Players will see this when they got banned from the server because of losing all their heads.\n  no-heads: '\u0026cYou have no heads left.'\n\n  # Player will see this when they get a head through picking up their own heads or consuming an 'Extra Head' item.\n  new-heads: '\u0026aAdded \u00262%added% \u0026anew heads! You have \u00262%new% \u0026aheads now.'\n\n  # Options about 'Player Head' item. Which you can get via killing someone.\n  head:\n\n    # Display name of the item.\n    name: '\u0026ePlayer Head'\n\n    # A description about who is the owner of this head.\n    # %player% - Player that owns this head.\n    own: '\u00266Belongs to \u0026d%player%'\n\n  # Options about 'Unban Anchor''s menu.\n  unban:\n\n    # Title of the menu. Does not support color codes.\n    title: 'Choose a player to unban'\n\n    # Display name of the close button (the barrier that sits on the bottom-center of the menu)\n    close: '\u0026cClose'\n````","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefekos%2Fheadhuntsmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefekos%2Fheadhuntsmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefekos%2Fheadhuntsmp/lists"}