2.3.6
"Injector update"
Enabled injector cloud and injector module system:
You now have the ability to obtain placeholder injectors for PlaceholderAPI right in game.
What is an injector?
Injectors allow you to use placeholders in certain plugins / vanilla functions that usually wouldnt support PlaceholderAPI directly.
Example: If you download/enable the chat injector, you can use PlaceholderAPI placeholders in any message a player can see in the chat window. This means a specific plugin does not need to add direct support to PlaceholderAPI in order for you to use placeholders in any plugin language file, any chat formatting plugin, or any other chat based message that a player can see.
Here I use some placeholders in the spigot.yml messages:
Some injectors might add config options, they will be available in the PlaceholderAPI config.yml file under "injectors"
Most injectors usually handle allowing these placeholders by intercepting and modifying packets sent to the player. Most will require you have ProtocolLib installed to use!
Update to the cloud backend to allow more information:
Refactored commands:
You must be op to use any of the cloud functions!