Build 32 Changelog (config.yml additions at the bottom):
Addition: You can now use "forceredeem [ID] [player]" to forcefully (bypasses all traits) run the code's commands for the user (Permission: rc.forceredeem)
Addition: You can now choose to output bulk created coupons in a .txt file. (e.g /rc copy [ID] [LENGTH] [AMOUNT] [TRUE/FALSE])
Fix: Fixed copy command's error message not including all available arguments.
Fix: Fixed duplicate messages showing when using the copy command via console.
Fix: [API] Fixed CodeRedeemEvent.java not being called.
Configuration Additions (careful not to overwrite existing settings):
Code (Text):
messages:
forceRedeemNotOnline:
- '&8&m----------------------------------------------+'
- ' &e&l&oRedeemable Codes &7Error:'
- ' &8» &fThe player $player is not online!'
- '&8&m----------------------------------------------+'
forceRedeemUsage:
- '&8&m----------------------------------------------+'
- ' &e&l&oRedeem &7Options:'
- ' &8» &f/forceredeem [code] [player]'
- ' &7(Run the codes command for a player,'
- ' &7bypasses uses, permissions etc.)'
- '&8&m----------------------------------------------+'
forceRedeem:
- '&8&m----------------------------------------------+'
- ' &e&l&oRedeemable Codes &7Success:'
- ' &8» &fYou redeemed &e$code&f! (Forced Redeem)'
- '&8&m----------------------------------------------+'
forceRedeemAdmin:
- '&8&m----------------------------------------------+'
- ' &e&l&oRedeemable Codes &7Success:'
- ' &8» &fYou forced $code''s rewards for $player!'
- '&8&m----------------------------------------------+'