Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 621 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 621 Bytes

papi-pad

A simple PlaceholderAPI expansion that adds padding placeholders. When the value of the inner placeholder is not an empty text, these placeholders pad the resulting text with spaces on the left or right.

Usage

Normally, you may use %player_name%.

To pad it with 1 space on the left, use %pad_left_player_name%.

To pad it with 1 space on the right, use %pad_right_player_name%.

To pad it with multiple spaces, you can chain it like so: %pad_left_pad_left_player_name%. This will pad the player's name with 2 spaces on the left.

Installation

See https://github.com/ItsDoot/papi-pad/releases