{"id":15174584,"url":"https://github.com/dsadriel/spectre","last_synced_at":"2026-02-02T01:31:22.196Z","repository":{"id":244319310,"uuid":"814277243","full_name":"dsadriel/spectre","owner":"dsadriel","description":"Spectre is a Minecraft plugin that allows the player to control the visibility of nearby players.","archived":false,"fork":false,"pushed_at":"2024-07-28T19:15:04.000Z","size":9151,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T12:45:41.149Z","etag":null,"topics":["minecraft-plugin","papermc"],"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/dsadriel.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"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},"funding":{"github":"dsadriel"}},"created_at":"2024-06-12T17:25:08.000Z","updated_at":"2024-07-28T19:15:07.000Z","dependencies_parsed_at":"2024-07-28T20:30:26.308Z","dependency_job_id":"12198e27-9017-4b7f-8fb1-550e3d0f7d15","html_url":"https://github.com/dsadriel/spectre","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"08e3cc13829c47d0d16dfa594931e864c3268cc4"},"previous_names":["dsadriel/spectre"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dsadriel/spectre","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsadriel%2Fspectre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsadriel%2Fspectre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsadriel%2Fspectre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsadriel%2Fspectre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsadriel","download_url":"https://codeload.github.com/dsadriel/spectre/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsadriel%2Fspectre/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28999559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T23:10:54.274Z","status":"ssl_error","status_checked_at":"2026-02-01T23:10:47.298Z","response_time":56,"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":["minecraft-plugin","papermc"],"created_at":"2024-09-27T12:00:35.414Z","updated_at":"2026-02-02T01:31:22.182Z","avatar_url":"https://github.com/dsadriel.png","language":"Java","funding_links":["https://github.com/sponsors/dsadriel"],"categories":[],"sub_categories":[],"readme":"\u003ccenter\u003e\n  \n![Spectre](/.github/logo.png)\n\n\u003c/center\u003e\n\n----\n\n## Spectre is a Minecraft plugin that allows the player to control the visibility of nearby players.\n\nTested on: 1.21, 1.20.6, 1.20, 1.19.4, 1.18.2\n\n\u003e [!CAUTION]\n\u003e This plugin is still in development and may contain bugs. Use at your own risk. The performance impact of this plugin when used with a large number of players is still unknown.\n\n\u003e [!IMPORTANT]\n\u003e This plugin is dependent on [PacketEvents v2.3](https://github.com/retrooper/packetevents/releases/tag/v2.3.0) to intercept packets and modify the player's visibility.\n\n\n## Features\n- Three visibility modes: **Vanish**, **Ghost**, and **Invisible**\n- Three armor visibility modes: **Visible**, **Hidden**, and **Boots**\n- Custom hiding radius per player\n- Toggle the visibility of nearby players\n- Bypass the visibility restrictions\n- Admin commands to set the visibility mode, armor visibility, and hiding radius for other players\n- Permissions for each command and feature to control access\n- Customizable messages\n\n\n### Demo\n\u003cdetails\u003e\n\n\u003e Visibility mode: **Ghost**, Armor: **Boots**\n\n![](/.github/1.webp)\n\n\u003e Visibility mode: **Ghost**, Armor: **Visible**\n\n![](/.github/2.webp)\n\n\u003e Visibility mode: **Ghost**, Armor: **Hidden**\n\n![](/.github/3.webp)\n\n\u003e Visibility mode: **Invisible**, Armor: **Boots**\n\n![](/.github/4.webp)\n\n\u003c/details\u003e\n\n\n## Commands\n\n| Command | Description | Permission |\n| --- | --- | --- |\n| `/spectre [help]` | Display the help message | `spectre.use` |\n| `/spectre set mode \u003cvanish\\|ghost\\|invisible\u003e` | Change the visibility mode | `spectre.mode` |\n| `/spectre set armor \u003cvisible\\|hidden\\|boots\u003e` | Change the visibility of armor | `spectre.armor` |\n| `/spectre set radius \u003cradius\u003e` | Set the hiding radius | `spectre.radius` |\n| `/spectre set \u003cmode\\|armor\\|radius\u003e \u003cvalue\u003e [player]` | Set a value for yourself or another player | `spectre.admin` |\n| `/spectre version` | Display the plugin version and check for updates | `spectre.admin` |\n| `/spectre info [player]` | Display information about the players configuration | `spectre.admin` |\n\n\n\n## Permissions\n\n| Permission | Description |\n| --- | --- |\n| `spectre.use` | Allows the player to use spectre command |\n| `spectre.toggle` | Allows the player to toggle the visibility of nearby players |\n| `spectre.mode` | Allows the player to change the visibility mode |\n| `spectre.armor` | Allows the player to change the visibility of armor |\n| `spectre.radius` | Allows the player to change the hiding radius |\n| `spectre.bypass` | Allows the player to bypass the visibility restrictions |\n| `spectre.admin` | Allows the to use admin commands |\n\n## Installation\nTo install the plugin, download the latest release from the [releases page](https://github.com/dsadriel/spectre/releases) and place it in the `plugins` folder of your server. Also, make sure to install [PacketEvents](https://github.com/retrooper/packetevents/releases) in the `plugins` folder.\n\n## Configuration\n\nAll messages can be customized in the `config.yml` file.  The default configuration can be found [here](/src/main/resources/config.yml).\n\n## bStats\nThis plugin uses bStats to collect anonymous data about the server to help the development process. You can disable this feature in the `plugins/bStats/config.yml` file or by setting `enabled` to `false` in the `config.yml` file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsadriel%2Fspectre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsadriel%2Fspectre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsadriel%2Fspectre/lists"}