PowerRanks v0.5

Details

  • Filename
    PowerRanks.jar
  • Uploaded by
  • Uploaded
    Jun 12, 2020
  • Size
    114.75 KB
  • Downloads
    686
  • MD5
    4852bc9113ebc1e24f010c7e39279071

Supported Bukkit Versions

  • 1.15
  • 1.14

Changelog

0.5 | Auto Updates

 

Changelog:
* Fixed debug message in the chat

  • Fixed tab autocomplete for commands, rank names, playernames and permission nodes
  • Fixed leading space when no prefix is set
  • '/pr setprefix' and '/pr setsuffix' can now be executed without a prefix or suffix to remove it
  • Added '/pr rankup' to signs
  • Added internal permission 'powerranks.cmd.*' to get all PowerRanks permissions
  • Added update checking **optional**
  • Added automatic update download **optional**
  • Added automatic config update **optional**
  • Added command '/pr addbuyablerank <rankname> <buyablerankname>' to make '<buyablerankname>' buyable in '/pr rankup'
  • Added command '/pr delbuyablerank <rankname> <buyablerankname>' to no longer make '<buyablerankname>' buyable in '/pr rankup'
  • Added command '/pr setcost <rankname> <cost>' to set the buy cost of '<rankname>'
  • Changed working of buyable ranks in 'Ranks.yml' 'economy.buyable' is no longer a boolean but a list of ranks
  • Added 'addBuyableRank(String rank, String buyable_rank)', 'delBuyableRank(String rank, String buyable_rank)' and 'setRankBuyCost(String rank, int cost)' to the PowerRanks API
  • Changed Signs permissions from 'powerranks.cmd.<perm>' to 'powerranks.signs.<perm>'
  • Changed working of the 'rankup' sign command, when a rankname is given on the thirth line it wil directly buy that rank instead of opening the GUI, optionally, a cost can be added on the fourth line