You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically yes, it's a bummer that EcoItems comes to a limit when trying to make any chance-based items, which is why I think this would be a great addition to the plugin. This can be used for both normal items and consumables.
Current limitations
Right now, the limitation is only being able to have a % chance to run a chain, but not another one simultaneously. This basically means a 50% chance to run a chain and a 50% chance for nothing to happen, which is very limiting in terms of what the plugin can do, as this eliminates all types of random effects, items, vouchers/consumables and makes the plugin much more static rather than dynamic and flexible.
Describe the solution you'd like
A new config option in items.yml to run a chain by chance but at the same time have a separate chance to run another chain.
For example:
50% chance to run chain: chain_1
49% chance to run chain: chain_2
1% chance to run chain: chain_3
Results
Adding this will make the plugin much more dynamic and flexible in a lot of aspects, please consider.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Technically yes, it's a bummer that EcoItems comes to a limit when trying to make any chance-based items, which is why I think this would be a great addition to the plugin. This can be used for both normal items and consumables.
Current limitations
Right now, the limitation is only being able to have a % chance to run a chain, but not another one simultaneously. This basically means a 50% chance to run a chain and a 50% chance for nothing to happen, which is very limiting in terms of what the plugin can do, as this eliminates all types of random effects, items, vouchers/consumables and makes the plugin much more static rather than dynamic and flexible.
Describe the solution you'd like
A new config option in
items.yml
to run a chain by chance but at the same time have a separate chance to run another chain.For example:
Results
Adding this will make the plugin much more dynamic and flexible in a lot of aspects, please consider.
The text was updated successfully, but these errors were encountered: