
Selling items to a buyer for in-game currency. Enables players to trade easily while giving admins full control over the game economy. (CoinsEngine Support)
Fork maintained by flyawaymaking
Original plugin by destroydevs
A powerful and customizable plugin that allows players to sell items to a buyer for
in-game currency. Features both a manual seller interface and a fully automated auto-sell system.
/seller) to sell items individually, in stacks, or your entire/autoseller).| Command | Description | Permission | Default |
|---|---|---|---|
/seller |
Opens the main selling interface. | primeseller.seller |
true |
/autoseller |
Opens the auto-seller management GUI. | primeseller.autoseller |
true |
/autoseller on/off/toggle |
Toggles the auto-sell function on or off. | primeseller.autoseller |
true |
/primeseller reload |
Reloads all plugin configuration files. | primeseller.admin |
OP |
/primeseller update |
Manually triggers an update for both Limited and Unlimited items. | primeseller.admin |
OP |
/primeseller update limited |
Manually updates only Limited items. | primeseller.admin |
OP |
/primeseller update unlimited |
Manually updates only Unlimited items. | primeseller.admin |
OP |
/primeseller addlimited <min> <max> |
Adds the held item to the Limited item pool. | primeseller.admin |
OP |
/primeseller addunlimited <min> <max> |
Adds the held item to the Unlimited item pool. | primeseller.admin |
OP |
primeseller.seller - Allows use of /seller.primeseller.autoseller - Allows use of /autoseller and basic auto-sell functionality.primeseller.user - Gives permissions primeseller.seller and primeseller.autosellerprimeseller.autoseller.<number> - Grants a specific number of slots in the auto-seller (e.g.,primeseller.autoseller.10).primeseller.autoseller.bypass - Bypasses the auto-seller slot limit.primeseller.admin - Grants access to all admin commands (/primeseller ...).If PlaceholderAPI is installed, the following placeholders are available:
%primeseller_autoseller_status% - Returns the player's auto-sell status (e.g., "enabled" / "disabled").%primeseller_sold_items_number% - Returns how many limited items the player has sold in the current period.%primeseller_limited_time% - Time until the next Limited item update (raw format).%primeseller_limited_time_formatted% - Formatted time until the next Limited item update.%primeseller_unlimited_time% - Time until the next Unlimited item update (raw format).%primeseller_unlimited_time_formatted% - Formatted time until the next Unlimited item update.Admins can add items directly in-game:
/primeseller addlimited <minPrice> <maxPrice> for Limited items./primeseller addunlimited <minPrice> <maxPrice> for Unlimited items.The plugin will generate a random price between min and max for the item each time the stock refreshes.

primeseller.autoseller permission uses /autoseller.config.yml.Slot Limits: Players start with 0 auto-sell slots. Grant slots using permissions: primeseller.autoseller.5,primeseller.autoseller.20, etc. The highest value permission applies.

PrimeSeller-Fork.jar.plugins folder.plugins/PrimeSeller-Fork/config.yml and other files to your liking./psell reload to apply changes.After the first run, the plugin will generate several configuration files in plugins/PrimeSeller-Fork/:
config.yml - Main settings: language, economy, auto-sell interval, price reduction mechanics.messages.yml - All plugin messages, customizable with MiniMessage format.menu.yml - Contains seller-menu and autoseller-menu for fully customizing the look, layout, and items in bothitems.yml - Define which items are in the Limited/Unlimited pools, their min/max prices, and global limits.translations/ - Automatically generated files with localized material names.By default, the plugin uses Vault. Ensure you have a Vault-compatible economy plugin (like EssentialsX) installed.
To use CoinsEngine, set the following in config.yml:
economy:
coins-engine:
enable: true
currency: "money" # Your CoinsEngine currency name