Knowing what other players are holding is an essential polish to a multiplayer server. Both because it cuts down on the unneccesary confusion with what items you have. But also so that you can be ready when your teamate decides he doesn't like you anymore.
This mod really helps servers feel more polished, and makes them much more playable.
It is great, please provide a not wield option when seated
I like the mod, it works perfect.
In my games i like to have it off, during "sit" animations.
Have added this to init.lua, after line 110 to avoid wield item on chair or when driving:
*if playerapi.getanimation(player).animation == "sit" then
self.object:remove()
return
end *
What ya got?
It's handy to be able to see what players are holding, especially if it's a diamond sword :)
You need this
A must have in cooperative and peaceful servers. It feels wrong when I see someone punching stones.
Essential mod for servers
Knowing what other players are holding is an essential polish to a multiplayer server. Both because it cuts down on the unneccesary confusion with what items you have. But also so that you can be ready when your teamate decides he doesn't like you anymore.
This mod really helps servers feel more polished, and makes them much more playable.
It is great, please provide a not wield option when seated
I like the mod, it works perfect. In my games i like to have it off, during "sit" animations. Have added this to init.lua, after line 110 to avoid wield item on chair or when driving: *if playerapi.getanimation(player).animation == "sit" then
self.object:remove() return end *
Genial
Ahora veo lo que otros jugadores tienen en la mano.
Very handy
This mod is really nice to add 3d wielding in quickly.
It is possible to punch wielded item.
It is possible to punch wielded item. Punch item or block that is being held by player. The items being held won't show after being punched.
visual bugs
maybe copy paste the mod from 3d armor?