Skip to main content

Overview

Resource Header

Overview

RedeemableCodes lets server admins create different codes (or vouchers, coupons) that run commands for the player that redeems them via "/redeem [code]" (the redeem command is configurable). Some examples of this plugin in use would be, players receiving vouchers after winning an event, players being able to redeem a voucher from their favorite server YouTuber, and so much more!

Please note that every single feature is tweakable and togglable, if you don't like a feature you can simply disable it!

Features

  • Create random codes (by defining length) or generate specific ones.
  • Add as many commands to run when a user redeems the code.
  • Secure codes to user(s) so that they can only be redeemed by them.
  • Set amount of uses of a code (infinite uses supported too).
  • Set codes to require permission in order to redeem them.
  • Easily create bulk amounts (copies) of existing codes.
  • Set an expiration date for codes.

Logging System

  • Conveniently log all plugin-related events in a daily .txt file (/logs directory).
  • Execute search queries on log files and generate a new txt file with everything found. (/rc search [keyword])

Showcase

YouTube Video

YouTube Video

Default configurations

  • View the default config file here!
  • View the default messages file here!

Developer API

  • Information about the available Developer API can be found here