Skip to content

HerXayah/PlayerHider-1.8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayerHider-1.8

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

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.