You can now - for each event - set the total items to be dropped.
The plugin will adapt from this setting and the duration to set the speed of dropping.
Code (YAML):
duration
: 200
# 10 seconds (200 ticks, 1s = 20ticks).
total-items
: 10
Will make the event drop 10 items in total, and 1 item every 1 second.
You need to add the "total-items" line yourself! Otherwise, a default value will be chosen.