BlockBoyZ Posted July 17, 2022 Share Posted July 17, 2022 I want a mob with a certain name to drop a certain item, but only with a chance. I was able to do the specific name thing, but not the chance. This is what i got. I couldn't get the chance thing no matter what i tried. on death: if display name of victim is "Jeff": clear the drops set {_drop} to emerald named "Money" drop {_drop} at victim's location Link to comment Share on other sites More sharing options...
SoulNitro Posted July 19, 2022 Share Posted July 19, 2022 on death: if name of victim is "jeff": chance of 80%: clear the drops drop emerald named "&aMoney" at victims location btw didnt test this Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now