HelpChat Wiki
DiscordGitHubPasteYAML ParserJava Docs
  • Welcome
  • HelpChat Plugins
    • ChatChat
      • Commands
      • Permissions
      • Formats
      • Channels
      • Mentions
      • Placeholders
      • API
        • Getting Started
        • ChatChatAPI
        • Events
      • Files
    • DeluxeMenus
      • Commands & Permissions
      • Options & Configurations
        • GUI
        • Item
        • Actions
        • Requirements
        • Meta (Metadata)
        • Command Registration
      • External menus
      • Example GUI menus
      • Plugin's files
    • DeluxeTags
      • Commands & Permissions
      • Placeholders
      • Plugin's files
    • PlaceholderAPI
  • Clip's Plugins
    • AutoSell
      • Commands & Permissions
      • Placeholders
      • Plugin's files
    • ActionAnnouncer
      • Commands & Permissions
      • Plugin's files
      • API
    • ChatReaction
      • Commands & Permissions
      • Plugin's files
    • DeluxeChat
      • Installation
      • Commands & Permissions
      • Placeholders
      • Config options
      • Plugin's files
    • DeluxeCommands
      • Commands & Permissions
      • Plugin's files
    • DeluxeJoin
      • Commands & Permissions
      • Plugin's files
    • EzRanksPro
      • Commands & Permissions
      • Configuration
    • EzPrestige
      • Commands & Permissions
      • Configuration
    • InventoryFull
      • Commands & Permissions
      • Configuration
    • MessageAnnouncer
      • Commands & Permissions
      • Configuration
    • MineCrates
      • Commands & Permissions
      • Configuration
    • NoFlyZone
      • Commands & Permissions
      • Configuration
  • Funnycube's Plugins
    • CowPunch
      • Commands & Permissions
    • Firework Chests
      • Commands & Permissions
      • Configuration
    • Fish Slapper
      • Commands & Permissions
      • Configuration
    • RawMsg
      • Commands & Permissions
    • Spit
      • Commands & Permissions
    • Temp MOTD
      • Commands & Permissions
      • Configuration
  • Glare's Plugins
    • Guilds [W.I.P Migration]
      • Installation
      • Configuration
        • Buffs
        • Config
        • Roles
        • Tiers
      • Commands & Permissions
      • Placeholders
      • Developer API
    • VoteParty
      • Commands & Permissions
      • Placeholders
      • Configuration
      • API
      • Changelogs
        • v2.30
        • v2.29
        • v2.28
        • v2.27
        • v2.26
        • v2.25
        • v2.24
        • v2.23
        • v2.22
        • v2.21
        • v2.20
        • v2.19
        • v2.18
        • v2.17
        • v2.16
        • v2.15
        • v2.14
        • v2.13
        • v2.12
        • v2.11
        • v2.10
        • v2.9
        • v2.8
        • v2.7
        • v2.6
        • v2.5
        • v2.4
        • v2.3
        • v2.2
        • v2.1
  • piggy's barn
    • Java
      • Gradle
        • Argument
        • Tutorial
      • How to run your minecraft server(s) in IntelliJ
      • How to run your program in IntelliJ
      • Hot Swapping
      • Cheat Sheet
  • ADDITIONAL RESOURCES
    • Discord
    • Paste
    • YAML Parser
    • Java Docs
Powered by GitBook

© 2025 HelpChat

On this page

Was this helpful?

Edit on GitHub
  1. Clip's Plugins
  2. AutoSell

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.

PreviousCommands & PermissionsNextPlugin's files

Last updated 5 years ago

Was this helpful?