3.0

Release

rojo8399 released this version on Feb 15, 2017

42.8 KB
Download

What’s new in 3.0:

New placeholders:

Added new built in placeholders:

%player_world%
%time%
%economy_balance_<currency>%
%economy_balformat_<currency>%
%economy_display_<currency>%
%economy_pluraldisplay_<currency>%
%economy_symbol_<currrency>%
%javascript_{script}%

Economy placeholder token _<currrency> is optional, and will use the default currency if it is not provided.

JavaScript placeholder will read .js files from the /javascript generated in the config directory for the plugin. Default scripts may be provided in the future.

Time placeholder will be formatted in the config.

New commands:

/papi - View plugin information (Now works)
/papi list - list all currently registered placeholders
/papi info {placeholder} - get more information about a placeholder

All commands except the base command require placeholderapi.admin to execute.

Miscelaneous:

Service + Expansion internal improvements.

Proper support for Sponge’s Text object.

Dependencies