Jump to content

i need help


joeyy29

Recommended Posts

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
[...]

 

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...