Formatter Minecraft Plugin
By Andre601
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
Plugin links
Placeholders
16 documented placeholders.
| Placeholder | Description | Copy |
|---|---|---|
%formatter_number_format_[locale]:[pattern]_<number>% |
`[]` is optional and `<>` is required. | |
%formatter_number_format_<number>% |
`[]` is optional and `<>` is required. | |
%formatter_number_from:<timeunit>_to:<timeunit>_<number>% |
`[]` is optional and `<>` is required. | |
%formatter_number_round_[precision]:[roundingmode]_<number>% |
`[]` is optional and `<>` is required. | |
%formatter_number_round_<number>% |
`[]` is optional and `<>` is required. | |
%formatter_number_shorten_<number>% |
`[]` is optional and `<>` is required. | |
%formatter_number_shorten_<rounding_mode>_<number>% |
`[]` is optional and `<>` is required. | |
%formatter_number_time_<number>% |
`[]` is optional and `<>` is required. | |
%formatter_number_time_<timeunit>_<number>% |
# Handles number as <timeunit> | |
%formatter_text_capitalize_<option>_<text>% |
`[]` is optional and `<>` is required. | |
%formatter_text_capitalize_<text>% |
`[]` is optional and `<>` is required. | |
%formatter_text_length_<text>% |
`[]` is optional and `<>` is required. | |
%formatter_text_lowercase_<text>% |
`[]` is optional and `<>` is required. | |
%formatter_text_replace_[target]_[replacement]_<text>% |
`[]` is optional and `<>` is required. | |
%formatter_text_substring_[start]:[end]_<text>% |
`[]` is optional and `<>` is required. | |
%formatter_text_uppercase_<text>% |
`[]` is optional and `<>` is required. |
Permissions
0 documented permission nodes.
| Permission | Description | Copy |
|---|