Skip to content

Releases: PowerNetworkHub/PowerRanks

1.10.2

26 Nov 12:27
Compare
Choose a tag to compare
  • Fixed ranks and player data not saving
  • Fixed first-time setup giving an file-not-found exception
  • Fixed disabled command handler for players
  • Updated API version to v1.0
  • Updated web-editor messages and commands
  • Added ranks and player data auto-save interval feature (default 10 minutes)
  • Added disabled command handler for console
  • Added Vault Economy retry event for plugins that startup after PowerRanks
  • Added warning when failed to save on server shutdown
  • Added update check interval every 12 hours
  • Added player playtime to '/pr playerinfo '

1.10.1

21 Nov 11:51
Compare
Choose a tag to compare
  • Fixed errors when a player doesn't have the permission that is being checked
  • Fixed wildcard permission checking
  • Re-implemented configuration files updater
  • Implemented data up-loader&down-loader for the web editor
  • Fixed bugs and improved stability

1.10.0

17 Nov 18:59
Compare
Choose a tag to compare
  • Remade how PowerRanks saves data
  • Improved YAML support
  • Added JSON storage support
  • Added SQLITE storage support
  • Added MySQL storage support
  • Removed '/pr gui' command

1.9.9R4

04 Sep 14:08
Compare
Choose a tag to compare
  • Fixed first time setup showing an error
  • Fixed add-on manager showing an error after accepting the terms
  • Fixed % character in chat resulting in an error
  • Removed player join debug information. Whoops

1.9.9R3

29 Apr 08:53
Compare
Choose a tag to compare
  • Rebase to v1.9.8 (1.9.9 big oops)
  • Rewritten all commands
  • Fixed and improved permission selector in '/pr add(player)perm '
  • Improved pagination system for '/pr list...' commands
  • Added pagination system for permissions in '/pr playerinfo [page]'
  • Updated some response messages
  • Fixed error in MC <1.13
  • Improved add-on manager
  • Improved [world] tag removing when using '/pr config removeworldtag'
  • Added permission filter to '/pr verbose <start [filter]/startlive [filter]/stop/save/clear>' to find a specific issue faster
  • Added disable (de)op command option in config.yml (off by default)
  • Added '/pr config <enable/disable> op' to toggle the op command
  • Added '/pr config set playtime_update_interval ' to change the playtime update interval
  • Added configuration option for the playtime update interval to config.yml
  • Added deop on player join when disable-op is true in the config file
  • Added update interval for the player playtime to make it more interactive when using %powerranks_playtime%
  • Added support for HEX colors in the format '&#RRGGBB' as well as '#RRGGBB'

1.9.9R2

13 Apr 20:22
Compare
Choose a tag to compare

Fixed add-on command not working
Added disable (de)op command option in config.yml (on by default)
Added '/pr config <enable/disable> op' to toggle the op command
Added deop on player join when disable-op is true in the config file

1.9.9

12 Apr 20:19
Compare
Choose a tag to compare

Rewritten all commands
Added TAB plugin hook (experimental)
Fixed and improved permission selector in '/pr add(player)perm '
Improved chat interaction and formatting when changing ranks
Improved pagination system for '/pr list...' commands
Added pagination system for permissions in '/pr playerinfo [page]'
Updated some response messages
Fixed error in MC <1.13
Added support for HEX colors in the format '&#RRGGBB' as well as '#RRGGBB'
Improved add-on manager
Improved [world] tag removing when using '/pr config removeworldtag'
Added permission filter to '/pr verbose <start [filter]/startlive [filter]/stop/save/clear>' to find a specific issue faster
Fixed permission checking for specific plugins (like Magic)

1.9.8

22 Feb 21:05
Compare
Choose a tag to compare

Added permission 'powerranks.chat.chatcolor' to give players the ability to use chat colors in their messages
Added command '/pr setbuydescription ' & permission 'powerranks.cmd.setbuydescription'
Added command '/pr setbuycommand ' & permission 'powerranks.cmd.setbuycommand'
Fixed multi-colored names not working in the tab-list
Fixed config file failing to update
Fixed HEX colors not working on non-spigot/paper servers
Fixed colors '&i' and '&j' ignoring the last two characters
Fixed colors '&i' and '&j' unable to be used as chat color

1.9.7

08 Feb 20:27
Compare
Choose a tag to compare

Fixed null rank error
Fixed Member rank corrupting
Fixed console command autocomplete
Fixed add-on loading
Fixed unknown command (red in chat) even if the player has permission
Fixed clicking non-rank tiles in '/pr rankup' resulting in an error.
Added option to execute a command after a rank is bought (config.yml)
Fixed '/pr reload' not working as intended on the console
Updated '/pr reload' added argument addons (/pr reload addons)
Added function 'boolean onPlayerJoinMessage(PowerRanksPlayer prPlayer)' to the add-on API
Added add-on manager
Added permission 'powerranks.cmd.addonmanager'
Added add-on manager to the console
Added terms for the add-on manager
Added reload detection and warning
Improved startup message layout
Removed support for MC <1.13 (May still work)
Removed BungeeCord code
Removed MySQL code

1.9.6

07 Feb 23:16
Compare
Choose a tag to compare

Fixed error message when using Vault permissions and a player joins
Added new API function for add-ons
Added description field to '/pr rankup'
Added command '/pr listaddons' & permission 'powerranks.cmd.listaddons'
Added command '/pr setbuydescription ' & permission 'powerranks.cmd.setbuydescription'
Added command '/pr setbuycommand ' & permission 'powerranks.cmd.setbuycommand'
Added command auto-complete to the console