You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a command to query and list all of a player's powertools.
How the feature is useful
There is currently a way to view the powertool commands on a single item with /powertool l:, but I noticed there is no way to query all of a user's powertools.
Adding a command to do so can be useful to users who actively use powertools, so they are not blindsided by a rarely used or forgotten powertool.
This information is readily available in UserData, so a command to query all entries is trivial to implement.
The text was updated successfully, but these errors were encountered:
Feature description
Add a command to query and list all of a player's powertools.
How the feature is useful
There is currently a way to view the powertool commands on a single item with
/powertool l:
, but I noticed there is no way to query all of a user's powertools.Adding a command to do so can be useful to users who actively use powertools, so they are not blindsided by a rarely used or forgotten powertool.
This information is readily available in
UserData
, so a command to query all entries is trivial to implement.The text was updated successfully, but these errors were encountered: