PlacerholderAPI - Kunfury-blep/Blep-Fishing GitHub Wiki
PlaceholderAPI is a framework that allows plugins to display information from other plugins which implement the API.
Currently there is only one type of placeholder that can be made through Blep Fishing, though it is highly configurable.
%bf_Top <Fish Type ID} <Position> {PLAYER, FISH, SIZE, COST, RARITY, DATE, SCORE}%
%bf_Fish <Fish ID> {PLAYER, FISH, SIZE, COST, RARITY, DATE, SCORE}%
%bf_Tournament <Tournament ID> {NAME, TIME, FISH_TYPE, PROGRESS, WINNER}%
-
%bf_Total_Caught <Player UUID> {PLAYER, FISH, SIZE, COST, RARITY, DATE, SCORE}%
https://mcuuid.net/
- %bf_top bluegill 3% - This will return varied info on the third best Bluegill that has been caught
- %bf_top bluegill 5 Player% - This will return the name of the player who caught the fifth largest Bluegill
- %bf_tournament reel_in_the_river Time% - Returns the time remaining in the Reel in the River tournament
- %bf_Fish c9287d6f-94f7-4746-bcca-f79419295c9e Player% - Returns the name of the player who caught the provided fish
This section will go over each of the elements of the placeholder and what they reference
- Fish Name - This is the name of the fish that info will be gathered on. It can be substituted for "ALL" to display info for all fish
- Player - The name of the player who caught the fish
- Fish - The name of the caught fish
- Size - The size of the fish that was caught. This displays the value only, no symbols
- Cost - The value of the caught fish. Again, this displays only the value
- Rarity - This displays the rarity of the fish, with the prefix defined in the config
- Date - The date that the fish was caught
- Score - The score of the fish that was caught, this is normally hidden from players and is used for rankings during tournaments.
- NAME - The formatted name of the tournament
- TIME - Time remaining for the current tournament
- FISH_TYPE - The fish that needs to be caught
- PROGRESS - Percentage complete of the tournament
- WINNER - The player who is currently winning
- <tournament name> - The name of the tournament you want to create. Make sure to include the full name including color codes from the tournaments.yml file