Information VisualRanks is a powerful plugin that allows users to create custom visual ranks in their Minecraft server. It has been extensively tested on versions 1.13 up to 1.19.4, ensuring compatibility with a wide range of Minecraft versions. One key requirement for this plugin is a database connection, as it relies on a database to store and manage the custom ranks and their visual elements. With VisualRanks, server owners have the flexibility to design unique and visually appealing ranks to enhance the player experience on their server.
Features
Vault Support
PlaceholderAPI Support
MiniMessage Support
Everything is configurable
Open Soruce
MySQL Support
File Conifguration
Code (Text):
# Database section
databaseSection:
# Database backend type, can be set to MYSQL or MARIADB, SQLITE, H2, POSTGRESQL
databaseType: "MYSQL"
hostname: "localhost"
database: "visualrank"
username: "rank"
password: "rank123"
port: 3306
# Wrong command usage
wrongUsage:
invalidUsage: "&4Wrong command usage &8>> &7{COMMAND}."
invalidUsageHeader: "&cWrong command usage!"
invalidUsageEntry: "&8 >> &7"
noPermission: "&4You don't have permission to perform this command."
cantFindPlayer: "&4Can not find that player!"
onlyForPlayer: "&4Command only for players!"
noRank: "&4This rank doesn't exist!"
# Visual rank section
visualRankSection:
purchased: "&aYou have purchased &7{RANK} &arank for &7{PRICE}&a!"
alreadyEquipped: "&4You already have this rank equipped!"
equipRank: "&aYou have equipped &7{RANK} &arank!"
notEnoughMoney: "&4You don't have enough money to purchase this rank!"
resetVisualRank: "&aYou have reset your visual rank!"
reloadConfiguration: "&aYou have reloaded configuration!"
addVisualRank: "&aYou have added &7{RANK} &arank for &7{PLAYER}&a!"
recivedVisualRank: "&aYou have recived &7{RANK} &arank!"