Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsdoot/papi-pad

A PlaceholderAPI expansion for padding other placeholder values.
https://github.com/itsdoot/papi-pad

bukkit minecraft placeholder placeholderapi placeholderapi-expansion spigot

Last synced: 3 days ago
JSON representation

A PlaceholderAPI expansion for padding other placeholder values.

Awesome Lists containing this project

README

        

# 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