[+] Fully changed the money formatting method, you can now add as many formats as you want, up to Quintillions or even higher, to make use of this, simply add this inside config.yml:
money-decimals:
apply-on-amount: true
enabled: true
formats:
# Key is the power of 1000 (1=thousand, 2=million, 3=billion, etc)
"1": "%number%K"
"2": "%number%M"
"3": "%number%B"
"4": "%number%T"
"5": "%number%Q" # Quadrillion
"6": "%number%Qt" # Quintillion
# You can add as many as you want
[~] Itemspawner performance improved drastically & now it's more stable (anyone using this should update as soon as possible)