✻ MythicRanks ✻ (Supports HexCodes & Gradients, Prefixes, Suffixes, Custom Chat, Tablist Names) icon

✻ MythicRanks ✻ (Supports HexCodes & Gradients, Prefixes, Suffixes, Custom Chat, Tablist Names) -----

Adds full ingame customizable Ranks with Prefixes, Suffixes, Tablist Support and Permissions



[​IMG] commands.png
- /mr create <name> | Create a new rank
- /mr remove <name> | remove a rank
- /mr list | Show a list of all ranks
- /mr setprefix <rank> <prefix> | Set a rank prefix
- /mr setsuffix <rank> <suffix> | Set a rank suffix
- /mr setcolor <rank> <color> | Set a rank name color
- /mr setpriority <rank> <number> | Set a rank tablist priority
- /mr addperm <rank> <permission> | Add a permission to a rank
- /mr removeperm <rank> <permission> | Remove a permission from a rank
- /mr perms <rank> | Show a list of permissions of a rank
- /mr setdefault <rank> | Set a default rank
- /mr setprefix player <name> <prefix> | Set a player prefix
- /mr setsuffix player <name> <suffix> | Set a player suffix
- /mr setcolor player <name> <color> | Set a player name color
- /mr addperm player <name> <permission> | add a permission to a player
- /mr removeperm player <name> <permission> | remove a permission from a player
- /mr perms player <name> | Show a list of permissions of a player
- /mr reload | Reload the configuration files
permissions.png
- mr.admin to get all permissions for MythicRanks
- mr.list to view a list of all ranks
- mr.help to use the command /mr help
- mr.setrank to set ranks
- mr.showperms to view permissions of users and ranks
mysql.png
The 1.1 Version of MythicRanks now supports a MySQL-Database!
Configurable in the config.yml.

Check after reloading the console for the mysql connection.
You can see all stats of the Database in the mysqldata.yml
config.png
Code (Text):
Chat:
  chat-format: '%prefix% %name% %suffix% §8» §f%message%'
  Enabled: true
JoinMessage:
  chat-format: '%prefix% %name% %suffix% §7joined the Server.'
  Enabled: true
QuitMessage:
  chat-format: '%prefix% %name% %suffix% §7left the Server.'
  Enabled: true
Tablist:
  tablist-format: '%prefix% %name% %suffix%'
Nametag:
  prefix: true
  suffix: true
checkUpdate: true
MySQL:
  enabled: false
  host: localhost
  port: '3306'
  database: javabase
  username: ''
  password: ''
Code (Text):
default-rank: Player
ranks:
  Owner:
    prefix: '#df1616Owner#ffb700 &8×'
    suffix: ''
    color: '#ffb700'
    priority: 1
    perms: []
  Player:
    prefix: '#7bbb81Player &8×'
    suffix: ''
    color: '#7bbb81'
    priority: 5
    perms: []
players:
  2a9e55e8-35ae-45e2-bf45-0b8f4fdcdb2b:
    name: 1Minify
    prefix: ''
    color: ''
    suffix: ''
    rank: Owner
    perms: []
  47fa5672-e424-41c2-8191-0575860bc3b6:
    name: gefehlt
    prefix: ''
    color: ''
    suffix: ''
    rank: Player
    perms: []
Code (Text):
#--------------------- CONFIGURABLE OPTIONS ---------------------
#Use %c1% for Custom-Color 1 and %c2% for Custom-Color 2
#Use %prefix% for Prefix
prefix: "§8┃ %c1%§lMR §8»"
color1: "#64c987"
color2: "#64c987"
#-------------------------- MESSAGES ----------------------------
help:
  title: "§8§m-------------»§r %c1%MythicRanks (1/2) §8§m«-------------"
  menu: "§8┃ %c1%/mr menu §8» §7open editor gui"
  create: "§8┃ %c1%/mr create <name> §8» §7create a new Rank"
  remove: "§8┃ %c1%/mr remove <name> §8» §7remove a Rank"
  list: "§8┃ %c1%/mr list §8» §7Show a list of all Ranks"
  setprefix: "§8┃ %c1%/mr setprefix <rank> <prefix> §8» §7set a prefix"
  setsuffix: "§8┃ %c1%/mr setsuffix <rank> <suffix> §8» §7set a suffix"
  setcolor: "§8┃ %c1%/mr setcolor <rank> <color> §8» §7set a Name Color"
  setpriority: "§8┃ %c1%/mr setpriority <rank> <number> §8» §7set tablist priority"
  addperm: "§8┃ %c1%/mr addperm <rank> <permission> §8» §7add a permission"
  removeperm: "§8┃ %c1%/mr removeperm <rank> <permission> §8» §7remove a permission"
  title2: "§8§m-------------»§r %c1%MythicRanks (2/2) §8§m«-------------"
  perms: "§8┃ %c1%/mr perms <rank> §8» §7show rank permissions"
  setdefault: "§8┃ %c1%/mr setdefault <rank> §8» §7set default Rank"
  player-setprefix: "§8┃ %c1%/mr setprefix player <name> <prefix> §8» §7set a prefix"
  player-setsuffix: "§8┃ %c1%/mr setsuffix player <name> <suffix> §8» §7set a suffix"
  player-setcolor: "§8┃ %c1%/mr setcolor player <name> <color> §8» §7set a Name Color"
  player-addperm: "§8┃ %c1%/mr addperm player <name> <permission> §8» §7add a permission"
  player-removeperm: "§8┃ %c1%/mr removeperm player <name> <permission> §8» §7remove a permission"
  player-perms: "§8┃ %c1%/mr perms player <name> §8» §7show player permissions"
  reload: "§8┃ %c1%/mr reload §8» §7load configs new"
  previous-page: "§8┃ §c⬅ ᴘʀᴇᴠɪᴏᴜѕ ᴘᴀɢᴇ"
  next-page: "§8┃ §aɴᴇхᴛ ᴘᴀɢᴇ ➡"
page-doesnt-exists: "%prefix% §cThis Page doesn't exists"
no-permissions: "%prefix% §cYou dont have permissions to use this command"
wrong-format: "%prefix% §cThis format is not a Number"
type-text: "%prefix% §7Type your text in the chat"
reload: "%prefix% §7reloaded the plugin successfully"
rank:
  create: "%prefix% §7You created the Rank §6%arg1% §7successfully"
  remove: "%prefix% §7You removed the Rank §6%arg1% §7successfully"
  list: "%prefix% §7List of all Ranks:"
  doesnt-exists: "%prefix% §cThe Rank §e%arg1% §cdoesn't exists"
  already-exists: "%prefix% §cThe Rank §e%arg1% §calready exists"
  setdefault: "%prefix% §7You set §e%arg1% §7as default Rank"
  setcolor: "%prefix% §7You set the §6Color §7for §e%arg1% §7to §a%arg2%"
  setprefix: "%prefix% §7You set the §6Prefix §7for §e%arg1% §7to §a%text%"
  setsuffix: "%prefix% §7You set the §6Suffix §7for §e%arg1% §7to §a%text%"
  setpriority: "%prefix% §7You set the §6Priority §7for §e%arg1% §7to §a%arg2%"
  addperm: "%prefix% §7You added permission §a%arg2% §7to §6%arg1%"
  addperm-error: "%prefix% §cThe Rank §e%arg1% §chas this permission already"
  removeperm: "%prefix% §7You removed permission §a%arg2% §7from §6%arg1%"
  removeperm-error: "%prefix% §cThe Rank §e%arg1% §cdoesn't have this permission"
  showperms: "%prefix% §7%arg1%'s Permissions:"
player:
  setrank: "%prefix% §6%arg1% §7has now the Rank §e%arg2%§7"
  not-found: "%prefix% §cCan't find §e%arg1% §cin the Database"
  setcolor: "%prefix% §7You set the §6Color §7for §e%arg2% §7to §a%arg3%"
  setprefix: "%prefix% §7You set the §6Prefix §7for §e%arg2% §7to §a%text%"
  setsuffix: "%prefix% §7You set the §6Suffix §7for §e%arg2% §7to §a%text%"
  addperm: "%prefix% §7You added permission §a%arg3% §7to §6%arg2%"
  addperm-error: "%prefix% §cThe Player §e%arg2% §chas this permission already"
  removeperm: "%prefix% §7You removed permission §a%arg3% §7from §6%arg2%"
  removeperm-error: "%prefix% §cThe Player §e%arg2% §cdoesn't have this permission"
  showperms: "%prefix% §7%arg2%'s Permissions:"
Here is a website to get Gradients & Hexcodes: https://colordesigner.io/gradient-generator
Clear prefixes or suffixes with typing none or ""

Write a Review if you have any question, Update ideas or something else! Have fun with my plugin :D
Resource Information
Author:
----------
Total Downloads: 289
First Release: Feb 1, 2024
Last Update: Feb 17, 2024
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings