Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/itsdoot/papi-pad
- Owner: ItsDoot
- License: mit
- Created: 2020-05-15T06:46:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T06:51:02.000Z (over 4 years ago)
- Last Synced: 2024-12-08T10:42:21.295Z (about 2 months ago)
- Topics: bukkit, minecraft, placeholder, placeholderapi, placeholderapi-expansion, spigot
- Language: Java
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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