zPeanut / Hydrogen

An open source, mixin based ghost client for Minecraft 1.8.9 built on Minecraft Forge.
MIT License
146 stars 15 forks source link

Killer Mark #29

Closed QianHeJ closed 2 years ago

QianHeJ commented 3 years ago

Have you ever played the famous game in Hypixel --- Murder Mystery. How to mark who is the killer? Just Detect and mark the player who has the iron sword. Tks...

Morten-Renner commented 3 years ago

Feel free to create a PR. I would be happy to see this feature. Regardless we wont work on this, since this is a very specific module,

zPeanut commented 3 years ago

will work on this in 1.9

ProfKambing commented 3 years ago

if (mc.player.getHeldItemMainhand().getItem() == Items.IRON_SWORD) { change nametags color, that should work

zPeanut commented 2 years ago

added in 1.10.