- BukkitOfUtils - Centralized utilities and plugin internals.
- PlaceholderAPI - Plugin and API for using placeholders on your server.
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.
Example
%jpoints_balance%
-> A PlaceholderAPI placeholder using my other plugin JustPoints that shows the value the player has for a JustPointspoint type
(just a fancy way of saying 'the identifier for a specific stored value') ofbalance
.- Say a player has a value of
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 player4 steak
when they trigger the Exchange. (The!c
at the beginning is for a console command.)
- Say a player has a value of
- Lightweight means that you won't have to worry about lag on your server.
- Above and Beyond other PlaceholderAPI economy plugins. This allows you to configure exactly what the player gets.
- Download and install BukkitOfUtils. Found here: BukkitOfUtils
- Download the correct version of this plugin for your server version.
- Place in your
plugins
folder. - Stop server.
- Start server.
- Use to your liking.
How to trigger an Exchange
- Install plugin. (Shown above.)
- Set up an Exchange.
/exchange <exchange-identifier> <player-name>
Internal Placeholders
%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.
Commands
Definitions
<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.
Plugin Commands
/exchange
/exchange <"exchange-identifier"> <"player">
- Triggers a given Exchange for the given player.
Permissions
- None right now. :)
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Bukkit
Supported environments
Creators
Details
Licensed ARR
Published 3 hours ago
Updated 2 days ago