Placeholder for PocketMine-MP.
use LootSpace369\lsplaceholderapi\PlaceHolderAPI;PlaceHolderAPI::init($this);$placeholder = "{hi}";
$replace = "hello";
PlaceHolderAPI::register($placeholder, $replace);For example in text ui or string in more event enter {hi} it will output:
hello
PlaceHolderAPI::update("{hi}", "hi bro");