ModsJava
Prison Ranks
Add Ranks to your Prison Server!. Free Minecraft Java mod for 1.7, 1.8, 1.9.
⬇ Download on Spigot
- /rankup - Rankup to the next rank
- /ranks - Lists ranks and their prices
- /prestige - Prestiges to the next prestige
- /prestiges - Lists prestiges and their prices
- /prisonranks - Prison Ranks administrative commands
- prisonranks.admin - Permission to use Prison Ranks administrative commands.
Spoiler: Config
# Resets your rank when you prestige
reset-on-prestige: false
# Increases the rank prices every prestige
# For example, if you prestige once and your rank is reset to A, the new prices for ranks will be 10% higher.
# Only takes effect if 'reset-on-prestige' is set to true.
rank-price-increase: 0.10
# This will replace all PlaceholderAPI placeholders in messages.
replace-with-placeholderapi: true
# When true, defined permissions will be given to the player upon rankup/prestige.
give-permissions: true
prefix-chat: true
# Defines the permission plugin. Set it to 'auto' and the plugin will automatically detect the permissions plugin.
# Currently supported plugins: Vault, PermissionsEX, UltraPermissions, LuckPerms
# For plugins that support it, permissions will be added to the player locally.
# If you would like another permissions plugin added, contact Plasma on discord: https://discord.gg/t4uhNzZ
permissions-plugin: auto
ranks:
a:
prefix: '&8[&7A&8]'
placeholder: 'prisonranks_a'
price: 0
permissions:
- 'example.permissions.a'
commands:
- 'give {player} stone 1'
b:
prefix: '&8[&7B&8]'
placeholder: 'prisonranks_b'
price: 50000
permissions:
- 'example.permissions.b'
commands:
- 'give {player} stone 2'
c:
prefix: '&8[&7C&8]'
placeholder: 'prisonranks_c'
price: 100000
permissions:
- 'example.permissions.c'
commands:
- 'give {player} stone 3'
d:
prefix: '&8[&7D&8]'
placeholder: 'prisonranks_d'
price: 200000
permissions:
- 'example.permissions.d'
commands:
- 'give {player} stone 4'
prestiges:
prestige-one:
prefix: '&aPrestige I'
placeholder: 'prisonranks_prestige-one'
price: 500000
reset-to-rank: a
permissions:
- 'example.permissions.1'
commands:
- 'give {player} brick 1'
prestige-two:
prefix: '&aPrestige II'
placeholder: 'prisonranks_prestige-two'
price: 1000000
reset-to-rank: a
permissions:
- 'example.permissions.2'
commands:
- 'give {player} brick 2'
prestige-three:
prefix: '&aPrestige III'
placeholder: 'prisonranks_prestige-three'
price: 2000000
reset-to-rank: a
permissions:
- 'example.permissions.3'
commands:
- 'give {player} brick 3'
prestige-four:
prefix: '&aPrestige IV'
placeholder: 'prisonranks_prestige-four'
price: 4000000
reset-to-rank: a
permissions:
- 'example.permissions.4'
commands:
- 'give {player} brick 4'
prestige-five:
prefix: '&aPrestige V'
placeholder: 'prisonranks_prestige-five'
price: 10000000
reset-to-rank: a
permissions:
- 'example.permissions.5'
commands:
- 'give {player} brick 5'
reset-on-prestige: false
# Increases the rank prices every prestige
# For example, if you prestige once and your rank is reset to A, the new prices for ranks will be 10% higher.
# Only takes effect if 'reset-on-prestige' is set to true.
rank-price-increase: 0.10
# This will replace all PlaceholderAPI placeholders in messages.
replace-with-placeholderapi: true
# When true, defined permissions will be given to the player upon rankup/prestige.
give-permissions: true
prefix-chat: true
# Defines the permission plugin. Set it to 'auto' and the plugin will automatically detect the permissions plugin.
# Currently supported plugins: Vault, PermissionsEX, UltraPermissions, LuckPerms
# For plugins that support it, permissions will be added to the player locally.
# If you would like another permissions plugin added, contact Plasma on discord: https://discord.gg/t4uhNzZ
permissions-plugin: auto
ranks:
a:
prefix: '&8[&7A&8]'
placeholder: 'prisonranks_a'
price: 0
permissions:
- 'example.permissions.a'
commands:
- 'give {player} stone 1'
b:
prefix: '&8[&7B&8]'
placeholder: 'prisonranks_b'
price: 50000
permissions:
- 'example.permissions.b'
commands:
- 'give {player} stone 2'
c:
prefix: '&8[&7C&8]'
placeholder: 'prisonranks_c'
price: 100000
permissions:
- 'example.permissions.c'
commands:
- 'give {player} stone 3'
d:
prefix: '&8[&7D&8]'
placeholder: 'prisonranks_d'
price: 200000
permissions:
- 'example.permissions.d'
commands:
- 'give {player} stone 4'
prestiges:
prestige-one:
prefix: '&aPrestige I'
placeholder: 'prisonranks_prestige-one'
price: 500000
reset-to-rank: a
permissions:
- 'example.permissions.1'
commands:
- 'give {player} brick 1'
prestige-two:
prefix: '&aPrestige II'
placeholder: 'prisonranks_prestige-two'
price: 1000000
reset-to-rank: a
permissions:
- 'example.permissions.2'
commands:
- 'give {player} brick 2'
prestige-three:
prefix: '&aPrestige III'
placeholder: 'prisonranks_prestige-three'
price: 2000000
reset-to-rank: a
permissions:
- 'example.permissions.3'
commands:
- 'give {player} brick 3'
prestige-four:
prefix: '&aPrestige IV'
placeholder: 'prisonranks_prestige-four'
price: 4000000
reset-to-rank: a
permissions:
- 'example.permissions.4'
commands:
- 'give {player} brick 4'
prestige-five:
prefix: '&aPrestige V'
placeholder: 'prisonranks_prestige-five'
price: 10000000
reset-to-rank: a
permissions:
- 'example.permissions.5'
commands:
- 'give {player} brick 5'
Spoiler: Messages
prefix: "&7Prison&8Ranks &8&l>&7&l>&f&l>"
max-rank-placeholder: "&cMAX"
max-prestige-placeholder: "&cMAX"
rankup-max-message: "%prefix% &cYou are already the max rank! Type &e/prestige &cto prestige."
prestige-max-message: "%prefix% &cYou are already the max prestige!"
economy-not-enabled: "%prefix% &cFailed to charge money."
insufficient-funds: "%prefix% &cInsufficient Funds."
not-max-rank: "%prefix% &cYou cannot prestige because you not the maximum rank!"
no-permission: "%prefix% &cInsufficient Permissions."
reloaded-configuration-files: "%prefix% &aReloaded the configuration files."
invalid-player: "%prefix% &cInvalid Player."
invalid-rank: "%prefix% &cInvalid Rank."
invalid-prestige: "%prefix% &cInvalid Prestige."
set-player-rank: "%prefix% &bSet &e{0}&b's rank to {1}"
set-player-prestige: "%prefix% &bSet &e{0}&b's prestige to {1}"
rankup:
message: "%prefix% &bRanked up to &e{0}"
commands:
- "bc &e{0} &branked up to &e{1}"
prestige:
message: "%prefix% &bPrestiged to &e{0}"
commands:
- "bc &e{0} &bprestiged up to &e{1}"
ranks-list:
header: "&8-----[&bRanks&8]-----"
rank-to-rank: "&e{0} &8> &e{1} &8- &9$&b{2}"
footer: "&8-----[&bRanks&8]-----"
prestige-list:
default-prestige-name: "&7&lNone"
header: "&8-----[&bPrestiges&8]-----"
prestige-to-prestige: "&e{0} &8> &e{1} &8- &9$&b{2}"
footer: "&8-----[&bPrestiges&8]-----"
help-message-title: "&8&m-----&r&8[&bPrison Ranks&8]&m-----"
max-rank-placeholder: "&cMAX"
max-prestige-placeholder: "&cMAX"
rankup-max-message: "%prefix% &cYou are already the max rank! Type &e/prestige &cto prestige."
prestige-max-message: "%prefix% &cYou are already the max prestige!"
economy-not-enabled: "%prefix% &cFailed to charge money."
insufficient-funds: "%prefix% &cInsufficient Funds."
not-max-rank: "%prefix% &cYou cannot prestige because you not the maximum rank!"
no-permission: "%prefix% &cInsufficient Permissions."
reloaded-configuration-files: "%prefix% &aReloaded the configuration files."
invalid-player: "%prefix% &cInvalid Player."
invalid-rank: "%prefix% &cInvalid Rank."
invalid-prestige: "%prefix% &cInvalid Prestige."
set-player-rank: "%prefix% &bSet &e{0}&b's rank to {1}"
set-player-prestige: "%prefix% &bSet &e{0}&b's prestige to {1}"
rankup:
message: "%prefix% &bRanked up to &e{0}"
commands:
- "bc &e{0} &branked up to &e{1}"
prestige:
message: "%prefix% &bPrestiged to &e{0}"
commands:
- "bc &e{0} &bprestiged up to &e{1}"
ranks-list:
header: "&8-----[&bRanks&8]-----"
rank-to-rank: "&e{0} &8> &e{1} &8- &9$&b{2}"
footer: "&8-----[&bRanks&8]-----"
prestige-list:
default-prestige-name: "&7&lNone"
header: "&8-----[&bPrestiges&8]-----"
prestige-to-prestige: "&e{0} &8> &e{1} &8- &9$&b{2}"
footer: "&8-----[&bPrestiges&8]-----"
help-message-title: "&8&m-----&r&8[&bPrison Ranks&8]&m-----"
Prison Ranks is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 8,571 times (via Spigot). Download it and open it directly in the game.