Placeholders
Here you'll learn about the internal and external placeholders of the plugin
Internal
Internal placeholders are the ones you can use in the config.yml in messages, titles, actionbars, they are the following:
%player% - player name %packet% - the donation product name %price% - the price paid %server% - the server the player has received the packet in
Specific Donation message placeholders, can be used only in the donation_messages.CHAT section:
%head_line_0-7% - defines a line of the render, example of usage: %head_line_1%
Notice, the last number defines the size of the render in the textured ones, so having %head_line_0% up to 4, will only make it big as 4 lines, while making it to 7 will make it way bigger
External (PlaceholderAPI)
%hdonations_head% - returns a 8x8 render of the player head
%hdonations_headof_<player> - returns a 8x8 render of <player> head
%hdonations_goal_percentage_<percentage>:<width>:<fill>:<background>% - <percentage> is an integer between 0 and 100, <width> is the size in pixels, <fill> is the fill color, supports hex or java standard colors, examples: #FFFFFF, WHITE, <background> is the background color, supports hex and java standard colors.
%hdonations_train_starter% - returns the name of the player who started the train
%hdonations_train_participants% - returns the list of all the players who donated in the train
%hdonations_train_streak% - returns the train streak
%hdonations_train_nextgoal% - returns the next minimum goal in the train
%hdonations_train_remaining_time% - returns the time in seconds it remains for the train
Last updated
Was this helpful?