Library Placeholder: Difference between revisions

From MBedwars
Jump to navigation Jump to search
(Created page with "= Supported Nick plugins = * AutoNicker * BetterNick = What's a placeholder? = Placeholders can be compared with variables.<br> T...")
 
No edit summary
Line 1: Line 1:
= Supported Nick plugins =
= Supported PlaceholderAPI plugins =
* [[Library_AutoNicker|AutoNicker]]
* [[Library_PlaceholderAPI|PlaceholderAPI]]
* [[Library_BetterNick|BetterNick]]
* [[Library_MVdWPlaceholderAPI|MVdWPlaceholderAPI]]
= What's a placeholder? =
= What's a placeholder? =
Placeholders can be compared with variables.<br>
Placeholders can be compared with variables.<br>

Revision as of 21:24, 27 August 2019

Supported PlaceholderAPI plugins

What's a placeholder?

Placeholders can be compared with variables.
They can be added to amongst other things in messages, the plugin will later automatically replace them.
An example:

Max currently has %amount_of_diamonds% diamonds in his inventory

Will, once processed, e.g. show as:

Max currently has 5 diamonds in his inventory

About

A typical PlaceholderAPI plugin provides an API for other plugins to use, by that making the life for anyone easy.
Plugins are able to register their own placeholders or use the ones which are already registred.
MBedwars can do both, if configurated.