joeyy29 Posted March 12, 2021 Share Posted March 12, 2021 cansome help me make a autopickup skript. i have it but i dont know how to get fortune to work. some1 help me Link to comment Share on other sites More sharing options...
StarBunnie Posted March 12, 2021 Share Posted March 12, 2021 Hey if you already have the base it shouldn't be much of an issue to add the fortune: https://minecraft.gamepedia.com/Fortune It lists every chance and their max drops so you could just write it into your skript like that: [...] set {_drop} to drop of event-block player's tool is enchanted with fortune 1: chance of 33%: give {_drop} to player player's tool is enchanted with fortune 2: set {_x} to a random integer between 0 and 3 if {_x} = 0: give {_drop} to player if {_x} = 1: give 2 of {_drop} to player player's tool is enchanted with fortune 3: set {_x} to a random integer between 0 and 5 if {_x} = 0: give {_drop} to player if {_x} = 1: give 2 of {_drop} to player if {_x} = 2: give 3 of {_drop} to player [...] Feel free to add me on discord if you: need help with plugins need help with skripts need to vent about something >[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]< 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