Minecraft

How to Set Up PrisonRanksX Rankups on a Minecraft Server

Minecraft·May 20, 2026·17 min read

Overview

Many Paper and Bukkit Minecraft servers use ranks to separate permissions, perks, worlds, kits, or progression stages. Permission plugins such as LuckPerms handle the groups themselves, but they do not automatically let players pay in-game money to move to the next rank.

PrisonRanksX fills that gap. With the right economy and permission setup, players can run commands like `/rankup`, `/prestige`, or `/rebirth` to spend money and advance through configured groups. Server owners can control prices, messages, commands, rank order, and rewards from files or admin commands.

The plugin is most common on Prison servers, which explains the name. It can still work well for Skyblock, Factions, Survival, or any server where progression needs a price tag and a little ceremony.

Installing PrisonRanksX

Before starting, download the plugin files you need:

  • PrisonRanksX
  • Vault
  • EssentialsX or another supported economy plugin
  • PlaceholderAPI, optional but recommended
  • EssentialsX Chat, optional but useful for chat formatting

After downloading the `.jar` files, upload them to your server:

  1. Open your server panel and go to FTP or the file manager.
  1. Sign in with your panel password.
  2. Open the `plugins` folder.
  3. Click Upload.
  4. Drag the downloaded plugin files into the upload area.
  1. Wait until each upload reaches 100 percent.
  2. Return to the main server page and restart the server.

Once the restart finishes, the plugins should create their folders and configuration files. If one does not load, check the console for dependency errors first. Missing Vault or an economy plugin is a very common culprit, and it is not subtle about complaining.

How Rank Progression Works

PrisonRanksX supports three main progression systems: ranks, prestiges, and rebirths. Each one can have its own costs, commands, messages, and permission behavior.

Ranks

Ranks are the standard progression path. Most players will use `/rankup` to move from their current group to the next one.

A rankup can do more than change a permission group. You can configure commands to run when a player ranks up, such as teleporting them to a new mine, giving items, sending broadcast messages, or unlocking a kit. For example, ranking from A to B could send the player to a `Rank B` warp, give them a diamond, and announce the promotion in chat.

Rank definitions are stored in the `ranks.yml` file inside the `PrisonRanksX` plugin folder. This file controls the rank names, prices, order, and actions attached to each rank.

Prestiges

Prestiges are a higher progression layer, usually meant for players who have already reached the end of the normal rank path. Players use `/prestige` to advance, and the default first prestige cost is very high. You can change that cost to fit your economy.

Prestige actions are configured much like rankup actions. You can run commands from the console, force a teleport, give rewards, reset certain progress, or broadcast the achievement. The settings for this system are stored in `prestiges.yml`.

Rebirths

Rebirths sit above prestiges. By default, players can rebirth after prestiging several times, making it a long-term goal for the most active players on the server.

The command for this system is `/rebirth`. Like ranks and prestiges, rebirths can be customized with prices, rewards, messages, and commands. Edit `rebirths.yml` if you want to change the default progression path or make rebirths easier, harder, or more dramatic than simply watching a number go up.

Configuration Files

PrisonRanksX is heavily file-driven. The main files you will usually edit are:

  • `ranks.yml` for normal rankups
  • `prestiges.yml` for prestige levels
  • `rebirths.yml` for rebirth levels
  • `config.yml` for global plugin behavior

The `config.yml` file includes broader settings, including chat formatting, feature toggles, rebirth behavior, messages, and other plugin-wide options. There are many settings, so it is best to change a few at a time and restart or reload after each group of edits. That makes troubleshooting much easier when one missing colon decides to ruin the afternoon.

Automatic Commands

Ranks, prestiges, and rebirths can run commands when a player advances. PrisonRanksX uses command prefixes to decide who runs the command:

  • `[console]` runs the command as the server console.
  • `[player]` runs the command as the player.

Console commands ignore the player's permissions because the console is executing them. Player commands still require the player to have permission for that command. If a player lacks permission for a `[player]` command, that action may not run.

This distinction matters for rewards. For example, giving money, items, permission changes, or server-wide broadcasts should usually be handled by `[console]` commands.

Admin Commands

You can manage some rank features from in-game commands instead of editing files directly. Admin commands can create, edit, and remove ranks, and they can also help manage player rank data.

These commands require the `prisonranksx.admin` permission node. They are convenient for quick edits, but configuration files are still better for larger setups because they are easier to review, back up, and compare.

Player Commands and Permissions

The main player-facing commands are the reason to install the plugin in the first place. Common commands include:

  • `/rankup` to move to the next rank
  • `/prestige` to advance into prestige progression
  • `/rebirth` to advance into rebirth progression
  • Commands for checking rank, prestige, rebirth, or progression information, depending on which features you enable

Make sure your permission plugin gives normal players access to the commands they should use. If you are using LuckPerms, create or update your default group and assign the needed PrisonRanksX permission nodes there.

Useful References

For deeper setup details, check the official PrisonRanksX configuration documentation, the PrisonRanksX command documentation, and a LuckPerms setup guide. Those references are especially helpful once you start building a full rank ladder with dozens of prices, rewards, and permission changes.

Conclusion

PrisonRanksX gives Minecraft servers a configurable way to turn rank progression into an in-game goal. Players can spend economy money to rank up, prestige, and rebirth, while admins control the exact costs, commands, rewards, and messages.

For the smoothest setup, install PrisonRanksX with Vault and a working economy plugin, confirm your permission groups are ready, then build your rank path in `ranks.yml`. Once that foundation works, prestiges and rebirths can extend the progression without needing a completely separate system.

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support