RankUp System
Requires LuckPerms
Optional EconomyApi (to enable the Economy Feature)
RankUp System is a simple and flexible ranking plugin that allows server owners to create a progression system where players can spend in-game money to rank up and unlock new benefits.
Players can earn money through gameplay and use it to advance through custom ranks, giving them a clear goal to work towards and increasing long-term engagement on your server.
For example, you can create a VIP rank that costs 5000 and grants additional perks such as more sethomes, extra claim chunks, or access to special features from other plugins.
This plugin integrates directly with LuckPerms, allowing rank-ups to automatically apply permission groups without any manual intervention.
Important: All ranks must be created and configured in your permissions plugin before using this mod.
NOW YOU CAN GET YOUR CURRENT RANK / NEXT RANK / COST THROUGH PLACEHOLDERS ^_^
Placeholdar (PHAR)
PlaceholderAPI (PAPI)

%rankup_rank% %rankup_next_rank% %rankup_cost%
Commands & Permissions
/rankup – com.thomp.rankup.command.rankup
/rankupreload – com.thomp.rankup.admin.reload
/rankupforce %player% - com.thomp.rankup.admin.force
Default Configuration
Available placeholders: {next} – Next rank{price} – Rank price{currency} – Economy currency symbol{time} – Cooldown time in seconds
{
"ranks": {
"default": {
"next": "vip",
"price": 100
},
"vip": {
"next": "mega",
"price": 500
}
},
"messages": {
"onlyPlayers": "This command can only be used by a player",
"notConfigured": "Empty or incorrectly configured file",
"noNextRank": "You already have the highest rank!",
"invalidPrice": "The price of this rank is too low",
"notEnoughMoney": "Not enough money. Required: {price}{currency}. Your balance: {balance}{currency}.",
"rankupSuccess": "You've ranked up to {next} for {price}{currency}.",
"luckpermsError": "The rank could not be applied. Please try again later.",
"cooldown": "Please wait {time}s before using this command again.",
"reloadSuccess": "Configuration successfully reloaded."
}
}

