Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herxayah/playerhider-1.12
An Labymod Addon to hide players from view and VoiceChat.
https://github.com/herxayah/playerhider-1.12
labymod labymod-addon labymodaddon
Last synced: 22 days ago
JSON representation
An Labymod Addon to hide players from view and VoiceChat.
- Host: GitHub
- URL: https://github.com/herxayah/playerhider-1.12
- Owner: HerXayah
- Created: 2022-04-23T17:50:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T10:01:26.000Z (about 2 years ago)
- Last Synced: 2024-12-16T18:10:05.708Z (24 days ago)
- Topics: labymod, labymod-addon, labymodaddon
- Language: Java
- Homepage: https://laby.net/@liebesschwur
- Size: 7.84 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlayerHider-1.12.2
An Labymod Addon to hide players from view and VoiceChat.
Doesnt work on Vanilla Version, due to the event not implemented. Use with Labymod + Forge.[![Build Addon](https://github.com/PrincessAkira/PlayerHider-1.12/actions/workflows/release.yml/badge.svg)](https://github.com/PrincessAkira/PlayerHider-1.12/actions/workflows/release.yml)
## Help needed
```
- Hide Voicechat Icon
```## Setup Workspace
```
gradlew setupDecompWorkspace
```#### Setup for InteliJ
```
gradlew idea
```#### Setup for Eclipse
```
gradlew eclipse
```#### Build Addon
```
gradlew build
```#### Debug Addon
```
-Dfml.coreMods.load=net.labymod.core.asm.LabyModCoreMod -DdebugMode=true -Daddonresources=addon.json
```For more information you can check out the
LabyMod [documentation](https://docs.labymod.net/pages/create-addons/introduction/).