$getLeaderboardValue
Gets a leaderboard value.
Usage
$getLeaderboardValue[variableType (user/globalUser/server);variableName;sortType (asc/desc);position;(optional) returnType (id/value)]
variableType
- The variable type.variableName
- The variable name to generate the leaderboard for.sortType
- Whether to sort the values in ascending (asc) or descending (desc) order.position
- The leaderboard position to get, e.g1
,3
, etc.returnType
- The return type. Types:- none - If this field is excluded, it will return
Username - Value
. - id - Returns the ID of the user belonging this position.
- value - Returns the variable value of this position.
- none - If this field is excluded, it will return
Example
$nomention
$title[**Global Leaderboard**]
$description[#1 - $getLeaderboardValue[globalUser;Money;asc;1]
#2 - $getLeaderboardValue[globalUser;Money;asc;2]
#3 - $getLeaderboardValue[globalUser;Money;asc;3]
#4 - $getLeaderboardValue[globalUser;Money;asc;4]
#5 - $getLeaderboardValue[globalUser;Money;asc;5]
#6 - $getLeaderboardValue[globalUser;Money;asc;6]
#7 - $getLeaderboardValue[globalUser;Money;asc;7]
#8 - $getLeaderboardValue[globalUser;Money;asc;8]
#9 - $getLeaderboardValue[globalUser;Money;asc;9]
#10 - $getLeaderboardValue[globalUser;Money;asc;10]]
$color[FFFF00]
$c[This is for global-user variables.]