Skip to content

Releases: PowerNetworkHub/PowerRanks

1.5

11 Sep 09:32
Compare
Choose a tag to compare
1.5

Added placeholderAPI placeholder for usertags '%powerranks_usertag%'
Added placeholderAPI for the player's current world '%powerranks_world%'
Added placeholderAPI for the player's playtime '%powerranks_playtime%'
Added placeholderAPI parsing to the chat and tablist format
Fixed color codes &i and &j not working when a different color code was right after it
Changed '/pr setrank' permission check ('powerranks.cmd.set': set all ranks | 'powerranks.cmd.set.*': set all ranks | 'powerranks.cmd.set.': set specific rank)
Reworked Player join & leave events.

1.4

11 Sep 09:32
Compare
Choose a tag to compare
1.4

Improved the looks of '/pr listranks', '/pr listsubranks', '/pr listpermissions' and '/pr listplayerpermissions' commands
Fixed missing bracked issue in chat and tablist
Fixed crash when the player's permissions hasn't been set up and verbose is enabled
Added commands '/pr addsubrankworld ' and '/pr delsubrankworld '

1.3

26 Jul 20:02
Compare
Choose a tag to compare
1.3

Fixed permission checking
Added vault permission integration EXPERIMENTAL
Added 'plugin_hook.vault_permissions' in 'config.yml'
Changed 'plugin_hook.vault' to 'plugin_hook.vault_economy' in 'config.yml' (Auto updater will conver vault to vault_economy)

1.2

23 Jul 20:27
Compare
Choose a tag to compare
1.2

Fixed bug that some blocks were not available as icon for the gui
Fixed color handler
Fixed permission handler causing errors
Fixed player playtime calculation when playtime is a float
Removed command '/pr forceupdateconfigversion'
Added command '/pr factoryreset'
Added command '/pr seticon <rank_name>' to set a rank's icon to the current item in the player's hand.
Added command '/pr verbose <start/startlive/stop/save>'
Added command '/pr listplayerpermissions '

1.1

17 Jul 20:33
Compare
Choose a tag to compare
1.1

Rewritten I/O handeling for a massive performance increase
Fixed add-on version checking
Fixed Disallowing permissions not working correctly in combination with the '*' wildcard
Added '[world]' tag to the chat and tab-list format in 'config.yml' to display the player's current world
Added commands '/pr setpromoterank', '/pr setdemoterank', '/pr clearpromoterank', '/pr cleardemoterank' & '/pr addoninfo' to the console
Added commands '/pr setpromoterank', '/pr setdemoterank', '/pr clearpromoterank' & '/pr cleardemoterank' to the commandblock

1.0

11 Jul 21:52
Compare
Choose a tag to compare
1.0

Fixed version checking between two digit and three digit versions
Fixed commandblock commands
Fixed wildcard support for other plugins
Fixed bug where player still has a permission after is was removed
Fixed automatic config update bug
Added addon loader
Added new functions to the API 'getSubranks(Player player)', 'addSubrank(Player player, String rank)', 'removeSubrank(Player player, String rank)', 'getPlayerSubrankPrefixes(Player player)', 'getPlayerSubrankSuffixes(Player player)'
Added multi-world support for subranks
Renamed command '/pr set' to '/pr setrank'
Renamed command '/pr setown' to '/pr setownrank'
Changed '/pr help' to use pages instead of displaying all commands at once to navigate use either the '[<] [>]' or '/pr help [page_number]'

0.9.2

06 Jul 20:10
Compare
Choose a tag to compare

Fixed usertag commands when no usertags exist yet
Fixed tablist not showing playernames
Added commands '/pr setpromoterank <promote_rank>', '/pr setdemoterank <demote_rank>', '/pr clearpromoterank ' & '/pr cleardemoterank '
Added plugin hook for 'DeluxeTags', when enabled in 'config.yml' it will disable PowerRanks internal usertag system in favor of DeluxeTags

0.9.1

06 Jul 20:10
Compare
Choose a tag to compare

Added Java version to '/pr stats'
Fixed Java 8 compatibility
Added command '/pr clearusertag'
Fixed player's name tag in 'config.yml' being '[name]' instead of '[player]'
Fixed auto config updates on lists resulting in '&id00X' & '*id00X'

0.9

06 Jul 20:09
Compare
Choose a tag to compare
0.9

Added commands '/pr enablesubrankprefix ', '/pr disablesubrankprefix ', '/pr enablesubranksuffix ', '/pr disablesubranksuffix ', '/pr enablesubrankpermissions ' and '/pr disablesubrankpermissions ' to the console
Fixed tablist-modification losing player's namecolor when the prefix and/or suffix is not used.
Added usertags inside of 'Ranks.yml'
Added usertag option in 'Players.yml' for every player
Fixed '/pr rankup' GUI error when vault is enabled but no economy plugin is found
Added '[subprefix]' and '[subsuffix]' to the tab-list
Fixed tab-list and chat format handler
Added commands '/pr createusertag', '/pr editusertag', '/pr removeusertag', '/pr setusertag', '/pr listusertags'
Added permission 'powerranks.cmd.usertag' default: all
Added new messages to 'lang.yml'

0.8

26 Jun 19:42
Compare
Choose a tag to compare
0.8

Fixed error when creating a new rank using the '/pr createrank ' command
Fixed bug when a rank has the '*' wildcard permission no permissions could be disallowed
Added subranks for players
Added new field in 'Players.yml' called 'subranks:'
Added configuration options for subranks in 'Players.yml': 'use_prefix:', 'use_suffix:' and 'use_permissions:'
Added commands '/pr addsubrank ', '/pr delsubrank ', '/pr listsubranks ', '/pr enablesubrankprefix ', '/pr disablesubrankprefix ', '/pr enablesubranksuffix ', '/pr disablesubranksuffix ', '/pr enablesubrankpermissions ' and '/pr disablesubrankpermissions '
Added chatformat for subranks in 'config.yml'
Added permissions handler for subranks
Added the following tags to PlaceholderAPI '%powerranks_subrankprefix%' and '%powerranks_subranksuffix%'
The following files require manual changes: 'config.yml' (field: 'chat.format') and 'lang.yml' (field: 'commands.help')