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 an option to abbreviate larger numbers with letters like k for thousand, m for million, b for billion, etc.
Implementation
Add a a config.yml setting to enable/disable this feature for input and the for outputs individually. See the following list for default values:
any Input: true
Hologram Output: false
Shop Buy/Sell GUI Output: false
Checkprofits: false
Alternatively for output, the LanguageManager could be updated. Any Number type output that ends with _abbreviated or something similar will be displayed abbreviated. A config for input should still be required.
Short Description
Implementation
_abbreviated
or something similar will be displayed abbreviated. A config for input should still be required.Additional Notes:
This quick snippet might help you get going ;)
The text was updated successfully, but these errors were encountered: