Skip to content

Releases: Patbox/TextPlaceholderAPI

1.1.2

18 Oct 19:11

Choose a tag to compare

Check if style is null

1.1.1

02 Sep 17:55

Choose a tag to compare

Bump version, docs fixes

[1.1.0] Lots of improvements, create good documentation

01 Aug 15:39

Choose a tag to compare

- Broken TextParser tags in an safe and all categories,
- Gradients now work with Unicode Emojis
- Added TextParser.parseSafe(String) for simpler parsing of user input,
- Added multiple new aliases to tags,
- Added `style` and `raw` tags, which allow usage of json style and json text,
- Marked it as library in ModMenu,
- Added logo to mod (and replaced the old one)
- Created a documentation,

1.0.1

05 Jul 16:19

Choose a tag to compare

Bugfixes and new placeholders

1.0.0

25 Jun 14:20

Choose a tag to compare

Fix one small error with server context, bump to 1.0.0

1.0.0-rc2: Improve text parser

15 Jun 09:26

Choose a tag to compare

Pre-release
- Implement missing hover events
- Add <reset> tag
- String passed as a placeholder result is now parsed with Text Parser

1.0.0-rc1 Rework TextParsers internals

07 Jun 16:39

Choose a tag to compare

Pre-release
Rework TextParser to fix some issues

1.0.0-pre1 Few fixes

31 May 19:34

Choose a tag to compare

1.0.0-pre1 Few fixes Pre-release
Pre-release
Some documentation about text tags, fix gradient

1.0.0-pre0 Add TextParser

31 May 14:17

Choose a tag to compare

Pre-release
Change version

Allow parsing from custom placeholder maps

07 Mar 17:59

Choose a tag to compare

Allow parsing of custom placeholder maps

Replace PlaceholderContext#playerExist() with PlaceholderContext#hasPlayer(), deprecate old method