Minecraft Rank Shop: Sell VIP Ranks Automatically
Ranks are the backbone of most Minecraft store revenue: they are recurring, they are visible to other players, and they cost nothing to produce. The work is in delivering them reliably and handling the edge cases around upgrades and expiry.
Because products run arbitrary RCON commands, whatever permission plugin you already use is already supported. A rank purchase is just the command you would type in console, executed automatically after payment clears.
Multiple commands per product means a rank can grant a permission group, hand out a starter kit and broadcast the purchase to the server in one transaction.
What you get
- Works with LuckPerms, EssentialsX, GroupManager or anything else that takes a console command.
- Multiple commands per product, so one purchase can grant permissions, items and an announcement together.
- Timed ranks are handled by your permission plugin as usual, since the command is passed through unchanged.
- Product images, extra gallery images and descriptions let a rank page actually sell the rank.
- Discount codes and per-product sale limits support launch promotions without manual work.
- Stock limits and a sale pause switch let you close a tier without deleting it.
Try it with your own players
Free for 7 days, no card required. Set up your store, connect your server, and let real players buy something before you decide.
Frequently asked questions
Do timed or expiring ranks work?
Yes, if your permission plugin supports them. The store passes your command through as written, so a LuckPerms command with a duration behaves exactly as it would in console.
How do I handle rank upgrades?
Most operators create an upgrade product priced at the difference, whose command removes the old group and adds the new one. Because a product can run several commands, this needs no special support.
Can I hide a rank without deleting it?
Yes. Pausing sale keeps the product and its history intact while removing it from the storefront.
What if the command is wrong?
The command log records what was executed and what the server returned, so a mistyped command is visible rather than mysterious. Test with a low-priced product before launching a tier.