Codisimus / PhatLoots

Bukkit Plugin which provides highly configurable loot for all
http://codisimus.com/phatloots
18 stars 58 forks source link

Limit on number of items #87

Open darius-grauslys opened 6 years ago

darius-grauslys commented 6 years ago

Hello,

Is it possible to limit the number of items? So if I have 50 unique items in a phat loot each with a 10% probability, can I make it so that when a player loots this phat loot only a maximum of 5 items can appear? Instead of the very unlikely probability of 20 items appearing.

Thanks, hope I am clear in my question

RiCkYB-667 commented 6 years ago

Yes, in the LootTables config file for that table there is the UpperNumberOfLoots: Where you can set maximum how much item should appear simultaniously in a loot. You may also set this in the GUI

darius-grauslys commented 6 years ago

Thank you