Placeholders
Plugin's placeholders
AutoSell plugin provides PlaceholderAPI placeholders that you can use in any plugin that supports PlaceholderAPI.
Placeholder | Return Value | Description |
%autosell_in_autosell_mode% | Boolean | Returns whether if the player is in AutoSell mode or not. |
%autosell_in_autoblocks_mode% | Boolean | Returns whether if the player is in AutoBlocks mode or not. |
%autosell_in_automelt_mode% | Boolean | Returns whether if the player is in AutoSmelt mode or not. |
%autosell_current_shop% | Text | Returns the player's current shop. |
%autosell_total_multiplier% | Number | Returns the player's total multiplier. |
%autosell_time_multiplier% | Number | Returns the player's timed multiplier. |
%autosell_perm_multiplier% | Number | Returns the player's permission-based multiplier. |
%autosell_perm_multiplier_name% | Text | Returns the player's permission-based multiplier name. |
%autosell_time_multiplier_minsleft% | Number | Returns the total minutes left for the player's timed multiplier. |
%autosell_time_multiplier_timeleft% | Text | Returns the time left for the player's timed multiplier. |
Download
To use these placeholders, you have to download AutoSell Expansion. You can download it automatically by running:
/papi ecloud download AutoSell /papi reload
Or you can download it manually from the eCloud, and put it inside the expansions
folder (folder path: /plugins/PlaceholderAPI/expansions/
).
You have to have PlaceholderAPI plugin to be able to use these placeholders.
Last updated