[~] Added small font support for entity display name & titles, simply change %displayname% to %displayname_smallfont% & %entity% to %entity_smallfont%
[~] Fixed itemspawner not showing the item material for 1.20.6 & 1.21
[~] Fixed disable-explosion-damage-spawner: true not allowing all blocks to be destroyed
[~] Fixed convert-spawners to not make a natural spawner, virtual when placed
[+] 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)
