Armor Filter (Willing to pay 20$ if u get me it)
-
@Plumer-Man not really bc i still wanna keep armor on inventory
-
@Tik-Tok No. Read what he just said
@lol_-I_know_that_you_see_this said in Armor Filter (Willing to pay 20$ if u get me it):
someone who can code scripts might convert it in to the script
-
@FaaatPotato uh so what is that code
-
@FaaatPotato could u script for me? i can pay
-
@FaaatPotato oh i rlly need it can u try?
-
@lol_-I_know_that_you_see_this
onUpdate: function() { var stack = mc.thePlayer.getHeldItem() print(getDurability(stack)) }
-
@Tik-Tok How you gunna get dropped item's dura? You even can't get its NBT. Speaking about dropped items: you can't cancel item pickup since it is handled at serverside. Though you can cancel C03PacketPlayer to delay item pickup, but not cancel pickup at all.
Btw why do you need it -
@idk-my-name Type of pvp
-
@idk-my-name said in Armor Filter (Willing to pay 20$ if u get me it):
How you gunna get dropped item's dura?
You just can't, the server doesn't send the info like this to the client.
-
@Ali00035 if itemESP exists why cant we just check each items durability?
item esp gets dropped items with
for(entity in mc.theWorld!!.loadedEntityList){
if (!(entity is EntityItem || entity is EntityArrow)) -
do you know how to gradle build on intellij? i can try doing it on kotlin and send you the .kt module or the custom lb jar