Dependencies
Features
This plugin allows users to display ranks as a hoverable tag like this: [R] in order to see their respective ranks or you can display the top weighted rank with other ranks displayed when hovered. It has integration with the discord API (DiscordSRV), ensuring there is no disruption with the messages sent to the discord server. Note that this requires the DiscordSRV plugin, which is automatically detected by RankViewer.
The plugin supports users having multiple ranks, and can display them all in the hoverable tab. If you are using PermissionsEx the order in which they are listed matches that of the permissions.yml file. If you are using LuckPerms then the order is dictated by assigned order.
Allows all colour codes and text changes such as italics, bold, obfuscation, etc. Currently only works with PermissionsEx and LuckPerms, however support of other rank plugins will be made available in future updates.
If you have a suggestion for a feature to be added, drop a comment below and ill have a look into it
The hoverable tab:

The content of the tab:

Commands
/rv - Displays Plugin Version Information
/rv version - Displays Plugin Version Information
/rv userank <enable/disable> - Enables the use of rank name instead of [R] for the hoverable prefix
/rv help - Displays Plugin Help Information
/rv reload - Reloads The Plugin
Permissions
rv.use - allows the use of /rv
rv.version - allows the use of /rv version
rv.userank - allows the use of /rv userank
rv.help - allows the use of /rv help
rv.reload - allows the use of /rv reload (default: op)
Configuration and Installation
Drag and drop the most recent version of the plugin into your plugins folder. Restart or start the server, the config file will generate.
The config file contains:
# RankViewer Config File
Default-Group-Name: default
Use-Group-Name: false
Links:
Color: '&9'
Underline: true
Tab-Config:
Format: '&b[&cR&b]'
Use-RankName: true
Discord-Config:
Use-Main-Discord-Channel: true
Alternate-Channel: none
Here you can specify:
- The name of the default group
- Whether to use only the name and not the prefix in the hoverable tab
- The colour of any links sent in chat
- Whether links have an underline or not
- Tab colour and design format
- Tab format, using the [R] as a hoverable prefix or rank name
- Whether to use the main discord channel (DiscordSRV Dependency)
- Specify an alternate discord channel (Use-Main-Discord-Channel must be true)(DiscordSRV Dependency)
Planned Additions
- Expanding compatibility to other permissions plugins
- Configuring the display order of ranks (High to Low, Low to High, Perm File Order)
- Hoverable tab [R] colour configuration [Added]
- Configurable discord channel targets [Added]