Redeem Commands
PluginLicenseRef-All-Rights-Reserved

Redeem Commands

A lightweight and flexible Minecraft plugin that lets you create and redeem custom codes for coins, ranks, and items. Perfect for giveaways, rewards, and server events.

33
Downloads
2
Followers
6 months ago
Updated
📦
1
Versions

📖About Redeem Commands

Redeem Commands

Redeem Commands is a lightweight and flexible Minecraft plugin that allows players to redeem unique codes in exchange for rewards such as coins, ranks, or items.
Perfect for giveaways, events, and reward systems on survival or network servers.

I created this plugin primarily for personal use because I didn’t want to rely on third-party websites like Tebex to manage my server’s web store. They don’t provide enough configuration options, so I decided to create a system I could fully control. I can host my own website on any hosting provider, and when a user purchases an item, they automatically receive a redeem code. Players can then redeem the code in-game to instantly receive their rewards.

✨ Features

  • Redeem custom codes for coins, ranks, and items.
  • All redeem codes are 12 characters long.
  • Default folders: coins, ranks, other.
  • Fully configurable commands and rewards.
  • User and operator permissions for secure usage.
  • By default, the user permission is true.
  • Supports aliases (/redeemcommand or /rc).

📖 How It Works

  1. Admins can create folders (e.g., coins, ranks, other) and assign commands to them.
  2. Admins can generate codes for those folders with values (like 1000 coins or a VIP rank).
  3. Players redeem their codes with /redeemcommand use <code> (or /rc use <code>).
  4. When a code is redeemed, the configured command runs for that player.

🛠️ Commands & Permissions

User Commands

  • /redeemcommand use <code> (alias: /rc use)

    • Redeem a code.
    • Permission: redeemcommand.user
    • Redeem code will be in the plugin/redeemcommands/folder/demo.yml [Dont copy.yml]
  • /redeemcommand info (alias: /rc info)

    • Shows plugin info.
    • Permission: redeemcommand.user

Operator Commands

  • /redeemcommand create <folder> <command> (alias: /rc create)

    • Create a new folder and assign a command.
    • Permission: redeemcommand.create or redeemcommand.op
  • /redeemcommand generate <folder> <value> <amount> (alias: /rc generate)

    • Generate codes for a folder.
    • <value> = currency amount, rank name, or item count.
    • <amount> = number of codes to generate.
    • Permission: redeemcommand.generate or redeemcommand.op
  • /redeemcommand reload (alias: /rc reload)

    • Reloads the plugin and config files.
    • Permission: redeemcommand.reload or redeemcommand.op

💡 Why Use Redeem Commands?

  • Simple and easy to configure.
  • Great for reward systems, giveaways, or promotional events.
  • Works seamlessly with economy, permissions, and item systems.
  • Keeps your server interactive and engaging for players.
  • Allows full control without relying on third-party websites.