Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tob4n/obscure
A PaperMC plugin that dynamically hides player name tags behind occluding blocks.
https://github.com/tob4n/obscure
kotlin minecraft minecraft-plugin papermc protocollib
Last synced: 7 days ago
JSON representation
A PaperMC plugin that dynamically hides player name tags behind occluding blocks.
- Host: GitHub
- URL: https://github.com/tob4n/obscure
- Owner: tob4n
- License: mit
- Created: 2023-10-05T08:33:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T12:23:44.000Z (about 1 year ago)
- Last Synced: 2023-10-13T09:03:40.484Z (about 1 year ago)
- Topics: kotlin, minecraft, minecraft-plugin, papermc, protocollib
- Language: Kotlin
- Homepage:
- Size: 36.1 KB
- Stars: 1
- 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.