EncryptSL / LiteEco

Minecraft Economy Plugin works with vault.
19 stars 8 forks source link

[Feature]: Add support for compact representations in input and output #58

Closed LcyDev closed 11 months ago

LcyDev commented 11 months ago

This pull request adds support for compact representations, converting large numbers in a more concise format.

Additionally, the code for amount validation in MoneyCMD has been refactored to improve code maintainability.

About: Compact representations are used to abbreviate large numeric values using metric prefixes, to make them more human-readable. Allowing to represent billions as 1.5B

These changes will enhance user experience and it provides better flexibility to manage how numeric values are represented.

Issues related:

Changed incorporated:

LcyDev commented 11 months ago

@EncryptSL Please review my rebased pull request.

LcyDev commented 11 months ago

Testing Unit