Viewing Formatter

v2.8.0

Formatter

by andre_601


How to install the Formatter expansion:

As this is a verified expansion you have two possible ways of installation.

In-game: You can run these commands to download and install:

/papi ecloud download Formatter

/papi reload

Manual: Simply click the green download button to download the expansion, then copy the expansion to the /plugins/PlaceholderAPI/expansions/ folder.

Then run the /papi reload command.


Description

Expansion allowing you to fomat numbers and text in various different ways. Placeholders using the bracket format ({placeholder}) are supported.

Currently supported Number formattings:
- Format number by adding dividers for x numbers (i.e. 1000 -> 1,000)
- Convert a number from one time unit to another
- Rounding
- Shorten (i.e. 1000 -> 1k)
- Convert to a collection of time units (i.e. 100 -> 1m 40s)

Currently supported Text formattings:
- Capitalize the first letter of a string or each word of a String
- Get the length of a string
- Lowercase a string
- Replace one set of characters with another
- Get a specific section of a string (Substring)
- Uppercase a string

Placeholders

%formatter_number_format[_[locale]:[pattern]]_<number>%
%formatter_number_from:<timeunit>_to:<timeuinit>_<number>%
%formatter_number_round[_[precision]:[rounding]]_<number>%
%formatter_number_shorten_<number>%
%formatter_number_time[_<timeunit>]_<number>%
%formatter_text_capitalize[_<option>]_<text>%
%formatter_text_length_<text>%
%formatter_text_lowercase_<text>%
%formatter_text_replace_[target]_[replacement]_<text>%
%formatter_text_substring_[start]:[end]_<text>%
%formatter_text_uppercase_<text>%

View the full list of Placeholders here.

Version 2.8.0 Release Notes

- **[Added]** `!title!` and `!titlestrict!` options added for `capitalize` text placeholder. - `!title!` converts the text to Title case (capitalize the first letter of each word). This will keep pre-existing casing. - `!titlestrict!` converts the text to Title case (capitalize the first letter of each word) while forcing every other letter to be lowercase. - A `!normal!` option exists too, but it does the same as if no option was provided and only exists for easier code. - **[Added]** `time.belowZeroOutput` config option. - Will be used by the `time` number placeholder for when the input is below 0. - When set to `{{number}}` (Default) will the number be returned. - When set to `null` (Needs to be in quotes) will null be returned, causing the placeholder to be treated as invalid. - **[Changed]** the config options for `time` and `shorten` now use `{{number}}` in their units to be replaced with a number. If no `{{number}}` is present will it be put before the unit when returning the text. **NOTE:** Due to changes made will you need to `/papi reload` to apply changes in the unit options of the config. - **[Fixed]** Issue in `time` where it would check for `days` number to be 0 and the `time.includeZeroX` option to be true. This means that when it was checking for f.e. Minutes, it wouldn't check if minutes was zero and `includeZeroMinutes` was true, but if days was not zero and `includeZeroMinutes` was true.

Copyright © 2021 PlaceholderAPI All Rights Reserved.