Adds the much anticipated placeholders for sorting scores by rank and getting either the score or entry at a certain position in the ranks. 4 new placeholders, 2 for getting scores sorted by Highest or Lowest, and 2 for getting entries sorted by Highest or Lowest:
%objective_scoreposhigh_{<obj-name>}_{<#>}%
%objective_scoreposlow_{<obj-name>}_{<#>}%
%objective_entryposhigh_{<obj-name>}_{<#>}%
%objective_entryposlow_{<obj-name>}_{<#>}%
Please Note: this version uses String.isEmpty() which was implemented in Java 11 so your server must have Java 11 or newer.