https://github.com/n1chols/obscure
A PaperMC plugin that dynamically hides player name tags behind occluding blocks.
https://github.com/n1chols/obscure
kotlin minecraft minecraft-plugin papermc protocollib
Last synced: over 1 year ago
JSON representation
A PaperMC plugin that dynamically hides player name tags behind occluding blocks.
- Host: GitHub
- URL: https://github.com/n1chols/obscure
- Owner: n1chols
- License: mit
- Created: 2023-10-05T08:33:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T12:23:44.000Z (over 2 years ago)
- Last Synced: 2025-02-27T11:01:17.837Z (over 1 year ago)
- Topics: kotlin, minecraft, minecraft-plugin, papermc, protocollib
- Language: Kotlin
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Obscure
A PaperMC plugin that dynamically hides player name tags behind occluding blocks.
## Requirements
- **Minecraft Version**: 1.20.1
- **Server Software**: [PaperMC](https://papermc.io/)
- **Dependencies**: [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/), [kotlin-stdlib](https://www.spigotmc.org/resources/kotlin-stdlib.80808/)
## Note
This plugin utilizes scoreboard team packets to conceal player names on the client side. While it won't remove players from server-assigned teams, it will override any visual changes applied by those teams.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.