This expansion adds a number format placeholder to PlaceholderAPI. To use this expansion, either download it from eCloud or simply drop PAPI-NumberFormatter-x.x.x.jar inside of the plugins/placeholderapi/expansions/ folder and do "/papi reload".Available placeholder:
  • %nf_<format>[:locale]_<other_placeholder_without_%>%

 

For instance:

if %tokenenchant_token_long% returns 43535709321

%nf_4X_tokenenchant_token_long% will return 43B,

%nf_#,##0.#_tokenenchant_token_long% will return 43,535,709,321

%nf_#,##0.0:IT_tokenenchant_token_long% will return 43.535.709.321,0