Hey, thanks! Glad you like it. There are two options, you can find them under Roller Options in the config: !group-init --help One takes the minimum rolled number for the group, the other take the average. Unfortunately, it's a global setting, so if you turn it on, you'll be applying that to all rolls (though rolls with only one token selected will just end up the same). You could have a group roll button that does: !group-init-config --set-roller|Mean-All-Roll
!group-init
!group-init-config --set-roller|Individual-Roll which should let you do the average roll on a selection group, but then revert the setting back to individual rolls afterwards. There are some asynchronous operations, but I think the roll option is fixed before they start, so it should be fine. Let me know if that works for you. If not, I might be able to add some other options...