2.0.1
Be sure to leave a nice review if you <3 PlaceholderAPI
Fixed: EnjinMinecraftPlugin placeholders throwing errors on load due to null plugin.
Improved: NMS version specific hooks in preparation for 1.9
Improved: internal placeholder hook system so placeholders are always loaded if enabled and the hook plugin is running on the server, regardless if the hooked plugin is loaded before or after PlaceholderAPI. This removed the need for me to add "softdepend: <plugin>" in the plugin.yml and I am also able to hook into every plugin for placeholders that may depend on PlaceholderAPI.
Added:
some placeholders that everyone has been asking for...
Code (Text):
Pinger placeholders
%pinger_isonline_testplugins.com:25565%
%pinger_players_<address:port>%
%pinger_max_<address:port>%
%pinger_motd_<address:port>%
New configuration options for the above placeholders:
Code (YAML):
pinger:
check_interval
: 60
# seconds between ping updates
online
: '&aOnline'
# what to display if server is successful
offline
: '&cOffline'
# what to display if ping is unsuccessful
Code (Text):
NMS Player placeholders
%nmsplayer_ping%
Code (Text):
stTitles
%sttitles_name%
%sttitles_id%
%sttitles_display%
%sttitles_content%
Code (Text):
SuperbVote
%superbvote_votes%