
Use PlaceholderAPI to allow players to buy things with their placeholder values.


Please join the Streamline Hub Discord in order to get updates and for me to fully assist you with bugs, questions, or suggestions.
Discord: click here

Allow players to exchange placeholder values for commands.
%jpoints_balance% -> A PlaceholderAPI placeholder using my other plugin JustPoints that shows the value the player has for a JustPoints point type (just a fancy way of saying 'the identifier for a specific stored value') of balance.50.0 set for this placeholder and you have a PointsExchange Exchange that exchanges 25.0 points of this placeholder for the command !c minecraft:give %player_name% cooked_beef 4 -> this would then give the player 4 steak when they trigger the Exchange. (The !c at the beginning is for a console command.)

plugins folder.
/exchange <exchange-identifier> <player-name>%price% -> The price of the triggered Exchange.%player_name% -> The name of the player the Exchange is being triggered for.... -> More will be added at a later date.

<required> - "required" (literal) is required for the command to work.(optional) - "optional" (literal) is optional for the command to work."thing" - thing is non-literal; meaning you specify something that "thing" describes. Such as a world name, or player name./exchange/exchange <"exchange-identifier"> <"player">