Skip to content

Conversation

@MrAAA162
Copy link
Member

@MrAAA162 MrAAA162 commented Jan 6, 2026

$top#____ = Top # users by specific item amount. For example, if my inventory is called "Items" and the item I want to check is called "Potion", I would use "$top5itemspotion". (EX: #1) User1 - 10, #2) User2 - 8, #3) User3 - 5)

$top#____total = Top # users by total items in inventory. (EX: $top5itemstotal -> #1) User1 - 45, #2) User2 - 32, #3) User3 - 28)

$top#____unique = Top # users by unique item types owned. (EX: $top5itemsunique -> #1) User1 - 12, #2) User2 - 10, #3) User3 - 8)

$top____user = Get user data of #1 user for specific item. Can be combined with user special identifiers. (EX: $topitemspotionusername -> "User1")

$top____totaluser = Get user data of #1 user by total items. Can be combined with user special identifiers. (EX: $topitemstotalusername -> "User1")

$top____uniqueuser = Get user data of #1 user by unique items. Can be combined with user special identifiers. (EX: $topitemsuniqueusername -> "User1")

$top#____<ITEM> = Top # users by specific item amount. For example, if my inventory is called "Items" and the item I want to check is called "Potion", I would use "$top5itemspotion". (EX: #1) User1 - 10, #2) User2 - 8, #3) User3 - 5)

$top#____total = Top # users by total items in inventory. (EX: $top5itemstotal -> #1) User1 - 45, #2) User2 - 32, #3) User3 - 28)

$top#____unique = Top # users by unique item types owned. (EX: $top5itemsunique -> #1) User1 - 12, #2) User2 - 10, #3) User3 - 8)

$top____<ITEM>user = Get user data of #1 user for specific item. Can be combined with user special identifiers. (EX: $topitemspotionusername -> "User1")

$top____totaluser = Get user data of #1 user by total items. Can be combined with user special identifiers. (EX: $topitemstotalusername -> "User1")

$top____uniqueuser = Get user data of #1 user by unique items. Can be combined with user special identifiers. (EX: $topitemsuniqueusername -> "User1")
@MrAAA162 MrAAA162 added LOE:Low Impact to single system and can be addressed by a single developer within a single session. STAT: Completed Issue has been completed and is ready for testing. labels Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

LOE:Low Impact to single system and can be addressed by a single developer within a single session. STAT: Completed Issue has been completed and is ready for testing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants