Rankup3

NULLED MC PLUGIN Rankup3 3.14.2

No permission to download
  • Fix PlaceholderAPI placeholders _left, _done, _percent_done, and _percent_left throwing an error if used with a placeholder or world requirement.
  • 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
Fix prestige requirements not working
  • Like
Reactions: Aternos
- Fix problems with /ranks gui
  • Like
Reactions: GaetanoXD
Add TOML support for rankups - adding a rankups.toml to the Rankup/ directory will be used (and take precendence over) rankups.yml
Add more informative message if an invalid requirement is used in messages
Add shortmoney filter to use shortened values like K, M, B in messages. Used in the same way as the money or simple filters.

Example rankups.toml:
Code:
[A]
rank = "A"
next = "B"
requirements = [
"xp-level 1"
]

[B]rank = "B"
next = "C"
requirements = [
"money 6000",
"xp-level 2"
]
[B.rankup]
[B.rankup.list]
complete = "&7{{rank.rank}} &8\u00bb &7{{next.rank}} t"
current = "&c{{rank.rank}} &e\u00bb &c{{next.rank}} o"
incomplete = "&r{{rank.rank}} &e\u00bb &r{{next.rank}} m"[/B]
  • Wow
Reactions: Aternos
  • Add /pru playtime add command
  • Add dutch (nl) locale
  • Split "percent" requirement context into "quotient" and "percent", where the latter is one hundred times the former. (used in text templating)
  • Support for 1.8
  • Remove permission rankup.playtime.set. Now merged into rankup.playtime
  • Add support for the item requirement on 1.8 with reduced functionality
Back
Top