You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| /ASA AddItem <Shop><Cost>| AutoSell.Admin | Adds the item you're holding to the shop. |
31
-
| /ASA DelItem <Shop>| AutoSell.Admin | Removes the item you're holding from the shop. |
32
-
| /ASA SetMultiplier <Player/Global><Multiplier><Days>:<Hours>:<Minutes>| AutoSell.Admin | Sets the player or the global multiplier. |
33
-
| /ASA AddMultiplier <Player/Global><Multiplier><Days>:<Hours>:<Minutes>| AutoSell.Admin | Adds on to the player or the global multiplier. |
34
-
| /ASA StackMultiplier <Player/Global><Multiplier><Days>:<Hours>:<Minutes>| AutoSell.Admin | Stack time on the player or the global current multiplier. |
35
-
| /ASA DelMultiplier <Player/Global>| AutoSell.Admin | Removes the player or the global multiplier. |
36
-
| /ASA AddSign <Shop>| AutoSell.Signs.Admin | Adds sell all sign, the one you're looking at. |
| /ASA AddItem \<Shop> \<Cost> | AutoSell.Admin | Adds the item you're holding to the shop.|
31
+
| /ASA DelItem \<Shop> | AutoSell.Admin | Removes the item you're holding from the shop.|
32
+
| /ASA SetMultiplier \<Player/Global> \<Multiplier> \<Days>:\<Hours>:\<Minutes> | AutoSell.Admin | Sets the player or the global multiplier.|
33
+
|<p>/ASA AddMultiplier <br><Player/Global> <Multiplier> <Days>:<Hours>:<Minutes></p>| AutoSell.Admin | Adds on to the player or the global multiplier.|
34
+
| /ASA StackMultiplier \<Player/Global> \<Multiplier> \<Days>:\<Hours>:\<Minutes> | AutoSell.Admin| Stack time on the player or the global current multiplier. |
35
+
| /ASA DelMultiplier \<Player/Global> | AutoSell.Admin | Removes the player or the global multiplier.|
36
+
| /ASA AddSign \<Shop> | AutoSell.Signs.Admin | Adds sell all sign, the one you're looking at.|
| AutoSell.Fortune | Gives the ability to use autosell's fortune feature.|
49
+
| AutoSell.Signs.Sell | Gives the ability to sell all using a sell all sign.|
50
+
| AutoSell.BlocksToInventory | Gives the ability to mine blocks straight to your inventory.|
51
+
| AutoSell.Shop.\<Name> | Sets the player's current shop if he isn't in any shop region.|
52
+
| AutoSell.AutoSmelt.All | Gives the ability to auto smelt all blocks in the smelt list. (Auto Smelt has to be enabled) |
53
+
| AutoSell.AutoSmelt.\<Material>| Gives the ability to auto smelt the specified material. (Auto Smelt has to be enabled) |
54
54
55
55
{% hint style="info" %}
56
-
All text between the less-than and greater-than signs \(**<>**\) is a placeholder/variable, replace it with the requested value without the less-than and greater-than signs \(**<>**\).
56
+
All text between the less-than and greater-than signs (**<>**) is a placeholder/variable, replace it with the requested value without the less-than and greater-than signs (**<>**).
**AutoSell** plugin provides [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/)placeholders that you can use in any plugin that supports [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/).
8
8
9
-
| Placeholder | Return Value | Description |
10
-
|:--- |:--- |:--- |
11
-
| %autosell\_in\_autosell\_mode% | Boolean | Returns whether if the player is in AutoSell mode or not. |
12
-
| %autosell\_in\_autoblocks\_mode% | Boolean | Returns whether if the player is in AutoBlocks mode or not. |
13
-
| %autosell\_in\_automelt\_mode% | Boolean | Returns whether if the player is in AutoSmelt mode or not. |
14
-
| %autosell\_current\_shop% | Text | Returns the player's current shop. |
15
-
| %autosell\_total\_multiplier% | Number | Returns the player's total multiplier. |
16
-
| %autosell\_time\_multiplier% | Number | Returns the player's timed multiplier. |
17
-
| %autosell\_perm\_multiplier% | Number | Returns the player's permission-based multiplier. |
18
-
| %autosell\_perm\_multiplier\_name% | Text | Returns the player's permission-based multiplier name. |
19
-
| %autosell\_time\_multiplier\_minsleft% | Number | Returns the total minutes left for the player's timed multiplier. |
20
-
| %autosell\_time\_multiplier\_timeleft% | Text | Returns the time left for the player's timed multiplier. |
| %autosell\_in\_autosell\_mode% | Boolean | Returns whether if the player is in AutoSell mode or not.|
12
+
| %autosell\_in\_autoblocks\_mode% | Boolean | Returns whether if the player is in AutoBlocks mode or not.|
13
+
| %autosell\_in\_automelt\_mode% | Boolean | Returns whether if the player is in AutoSmelt mode or not.|
14
+
| %autosell\_current\_shop% | Text | Returns the player's current shop.|
15
+
| %autosell\_total\_multiplier% | Number | Returns the player's total multiplier.|
16
+
| %autosell\_time\_multiplier% | Number | Returns the player's timed multiplier.|
17
+
| %autosell\_perm\_multiplier% | Number | Returns the player's permission-based multiplier.|
18
+
| %autosell\_perm\_multiplier\_name% | Text | Returns the player's permission-based multiplier name.|
19
+
| %autosell\_time\_multiplier\_minsleft% | Number | Returns the total minutes left for the player's timed multiplier. |
20
+
| %autosell\_time\_multiplier\_timeleft% | Text | Returns the time left for the player's timed multiplier.|
21
21
22
22
## Download
23
23
24
24
To use these placeholders, you have to download **AutoSell Expansion**. You can download it automatically by running:
25
25
26
-
> `/papi ecloud download AutoSell
27
-
> /papi reload`
26
+
> `/papi ecloud download AutoSell`\
27
+
> `/papi reload`
28
28
29
-
Or you can download it manually from the [eCloud](https://api.extendedclip.com/expansions/autosell/), and put it inside the `expansions` folder \(folder path: `/plugins/PlaceholderAPI/expansions/`\).
29
+
Or you can download it manually from the [eCloud](https://api.extendedclip.com/expansions/autosell/), and put it inside the `expansions` folder (folder path: `/plugins/PlaceholderAPI/expansions/`). 
30
30
31
31
{% hint style="info" %}
32
-
You have to have [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/)****plugin to be able to use these placeholders.
32
+
You have to have [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/)****plugin to be able to use these placeholders.
**DeluxeChat** has some placeholders built-into it:
10
10
11
-
| Placeholder | Description |
12
-
|:--- |:--- |
13
-
| %server% | This placeholder works only if **BungeeCord** is enabled. It displays the prefix of the server \(`server_prefix` in the config\) the player in when chatting globally \(`/GToggle`\). |
14
-
| %recipient\_<PAPI Placeholder>% | This placeholder is for private message formats. It returns the recipient's PlaceholderAPI placeholder value. e.g. `%recipient_vault_prefix%`. |
| %server% | This placeholder works only if **BungeeCord** is enabled. It displays the prefix of the server (`server_prefix` in the config) the player in when chatting globally (`/GToggle`). |
14
+
| %recipient\_\<PAPI Placeholder>% | This placeholder is for private message formats. It returns the recipient's PlaceholderAPI placeholder value. e.g. `%recipient_vault_prefix%`.|
15
15
16
16
## PlaceholderAPI placeholders
17
17
18
-
**DeluxeChat** plugin provides [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/)placeholders that you can use in any plugin that supports [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/).
19
-
You can also use any [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/)****placeholder in **DeluxeChat** plugin. \([PlaceholderAPI placeholders list](https://helpch.at/placeholders)\)
18
+
**DeluxeChat** plugin provides [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/)placeholders that you can use in any plugin that supports [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/).\
19
+
You can also use any [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/)****placeholder in **DeluxeChat** plugin. ([PlaceholderAPI placeholders list](https://helpch.at/placeholders))
20
20
21
21
### Placeholders
22
22
23
-
| Placeholder | Return Value | Description |
24
-
|:--- |:--- |:--- |
25
-
| %deluxechat\_is\_pm\_toggled% | Boolean | Returns whether if the player has private messages toggled on or not. |
26
-
| %deluxechat\_social\_spy\_enabled% | Boolean | Returns whether if social spy mode is enabled or not. |
27
-
| %deluxechat\_pm\_recipient% | Text | Returns the private message recipient name. \(Used in PM format\)|
| %deluxechat\_is\_pm\_toggled% | Boolean| Returns whether if the player has private messages toggled on or not. |
26
+
| %deluxechat\_social\_spy\_enabled% | Boolean | Returns whether if social spy mode is enabled or not.|
27
+
| %deluxechat\_pm\_recipient% | Text | Returns the private message recipient name. (Used in PM format) |
28
28
29
29
### Download
30
30
31
31
To use these placeholders, you have to download **DeluxeChat Expansion**. You can download it automatically by running:
32
32
33
-
> `/papi ecloud download DeluxeChat
34
-
> /papi reload`
35
-
36
-
Or you can download it manually from the [eCloud](https://api.extendedclip.com/expansions/deluxechat/), and put it inside the `expansions` folder \(folder path: `/plugins/PlaceholderAPI/expansions/`\).
33
+
> `/papi ecloud download DeluxeChat`\
34
+
> `/papi reload`
37
35
36
+
Or you can download it manually from the [eCloud](https://api.extendedclip.com/expansions/deluxechat/), and put it inside the `expansions` folder (folder path: `/plugins/PlaceholderAPI/expansions/`). 
0 commit comments