{"id":25974808,"url":"https://github.com/tjtanjin/playerhide","last_synced_at":"2026-04-21T13:31:30.069Z","repository":{"id":210052045,"uuid":"725601864","full_name":"tjtanjin/PlayerHide","owner":"tjtanjin","description":"Allow your players to toggle visibility of others for events! Supports particles!","archived":false,"fork":false,"pushed_at":"2024-08-29T12:55:56.000Z","size":857,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T02:35:57.387Z","etag":null,"topics":["bukkit","bukkit-plugin","java","minecraft","minecraft-plugin","spigot","spigot-plugin"],"latest_commit_sha":null,"homepage":"https://modrinth.com/plugin/playerhide","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tjtanjin.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":["tjtanjin"]}},"created_at":"2023-11-30T13:45:07.000Z","updated_at":"2024-08-29T12:56:00.000Z","dependencies_parsed_at":"2024-01-25T11:16:20.179Z","dependency_job_id":"d9913180-da40-40fb-8abe-abcdbb39e163","html_url":"https://github.com/tjtanjin/PlayerHide","commit_stats":null,"previous_names":["tjtanjin/playerhide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tjtanjin/PlayerHide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjtanjin%2FPlayerHide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjtanjin%2FPlayerHide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjtanjin%2FPlayerHide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjtanjin%2FPlayerHide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tjtanjin","download_url":"https://codeload.github.com/tjtanjin/PlayerHide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjtanjin%2FPlayerHide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32094327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bukkit","bukkit-plugin","java","minecraft","minecraft-plugin","spigot","spigot-plugin"],"created_at":"2025-03-05T02:34:38.015Z","updated_at":"2026-04-21T13:31:30.044Z","avatar_url":"https://github.com/tjtanjin.png","language":"Java","funding_links":["https://github.com/sponsors/tjtanjin"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=300 src=\"https://i.imgur.com/MEb5x1f.png\" /\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003ePlayerHide\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/tjtanjin/PlayerHide/actions\"\u003e \u003cimg src=\"https://github.com/tjtanjin/PlayerHide/actions/workflows/maven.yml/badge.svg\" /\u003e \u003c/a\u003e\n\u003c/p\u003e\n\n## Table of Contents\n* [Introduction](#introduction)\n* [Features](#features)\n* [Technologies](#technologies)\n* [Setup](#setup)\n* [Team](#team)\n* [Contributing](#contributing)\n* [Others](#others)\n\n### Introduction\nPlayerHide is a spigot plugin that provides the simple functionality of toggling player \nvisibility on a minecraft server. The primary motivation behind this was for use in events such \nas parkour and mazes, where player visibility can disrupt the player experience. This plugin has \nalso found use in PvE situations where players hope to take on mobs without the hitboxes of \nother players getting in the way. You may download the plugin via the following links:\n\n- [Modrinth](https://modrinth.com/plugin/playerhide)\n- [Spigot](https://www.spigotmc.org/resources/playerhide.105677/)\n\n### Features\nPlayerHide currently supports the following features:\n-   Option to fully hide all players or replace players with particles\n-   Option to force hide players on join\n-   Option to toggle visibility through commands\n-   Option to toggle visibility through a given item with an option to disallow players from throwing them (useful for lobbies)\n-   Fully customizable messages (with options for your own language files!)\n\n### Technologies\nTechnologies used by PlayerHide are as below:\n##### Done with:\n\n\u003cp align=\"center\"\u003e\n  \u003cimg height=\"150\" width=\"150\" src=\"https://brandlogos.net/wp-content/uploads/2013/03/java-eps-vector-logo.png\"/\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\nJava\n\u003c/p\u003e\n\n##### Project Repository\n```\nhttps://github.com/tjtanjin/PlayerHide\n```\n\n### Setup\nSetting up the PlayerHide project locally is very easy!\n* First, cd to the directory of where you wish to store the project and clone this repository. An example is provided below:\n```\n$ cd /home/user/exampleuser/projects/\n$ git clone https://github.com/tjtanjin/PlayerHide.git\n```\nNext, make any updates/changes you wish to the code. Once ready, you may build the plugin with the following command:\n```\nmvn clean install\n```\nThat's all!\n### Contributors\n* [Tan Jin](https://github.com/tjtanjin)\n\n### Contributing\nIf you have code to contribute to the project, open a pull request and describe clearly the changes and what they are intended to do (enhancement, bug fixes etc). Alternatively, you may simply raise bugs or suggestions by opening an issue.\n\n### Others\nFor any questions regarding the implementation of the project, please drop an email to: cjtanjin@gmail.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjtanjin%2Fplayerhide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftjtanjin%2Fplayerhide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjtanjin%2Fplayerhide/lists"}