+ Added /vouchers reload
+ Added /vouchers clearredeems <player/*> <voucherId>
+ Command rewards that use arguments now have those args replaced if no custom msg is set
+ Added PAPI replaceholder to check total redeems ex. %vouchers_redeems_test% or for a voucher with a multi word id: %vouchers_redeems_example_voucher%
+ Changed how you add arguments in the give command. THIS IS IMPORTANT if you use it. Before the arguments would be anything after the voucher id, but to support ids with spaces in them, you will need to add -a before the arguments now.
Previously: /vouchers give ItsMeKiran 1 food your arguments here
Now: vouchers give ItsMeKiran 1 food -a your arguments here