项目作者: ItsDoot

项目描述 :
A PlaceholderAPI expansion for padding other placeholder values.
高级语言: Java
项目地址: git://github.com/ItsDoot/papi-pad.git
创建时间: 2020-05-15T06:46:17Z
项目社区:https://github.com/ItsDoot/papi-pad

开源协议:MIT License

下载


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