Rankup

MC Plugin Rankup 3.14.4
An highly configurable and lightweight rankup system with a GUI!

  • Fix /pru playtime commands sometimes sending messages to the wrong player.
  • Add support for VotingPlugin 6.13.1
  • Update to 1.20 (no code changes)
  • The /ranks command will no longer run if the plugin failed to start up properly
  • Add /rankup noconfirm command
    • This makes a player attempt to rankup without any confirmation. It can be disabled in the config.yml.
    • Requires the permission rankup.noconfirm which is granted by default
    • Administrators can use the permission rankup.noconfirm.other to make other players rankup with /rankup noconfirm <player> - this can be helpful in making custom confirmations while retaining Rankup's built-in confirmations.
  • Better integration with LuckPerms with the luckperms-context configuration option.
    • This forces Rankup to use a specific LuckPerms context when checking for, updating, or changing groups instead of using Vault.
  • The mob-kills requirement can use EntityType.valueOf as well as EntityType.fromName now.
To take advantage of these options, copy the following text to the end of your config.yml or delete/move it and allow it to be regenerated by Rankup.
  • {{ requirement.quotient }} in placeholders will now return 0 instead of NaN if the total is 0.
  • Add {{ rank.has('requirement_name') }} to test if a rank has a particular requirement.
  • Like (+1)
Reactions: Neiluj and shifty
Fix prestige requirements not working
Top Bottom