PrtSell
🟡 Updated this year🖼️ Gallery (3 images)
🔍 Analysis
- 👍 0.1% endorsement rate
- 🏆 #1308 of 1560 bukkit mods in this game by downloads
📋 About This Mod
!(https://i.imgur.com/1RWWJtC.png) **PrtSell** it is a simple, fast, and efficient plugin developed to allow players to sell the items they have collected on your server. It offers multiple selling methods, allowing each player to choose the style they prefer to turn their resources into money. <center> (https://i.imgur.com/j2uISZG.png)](https://modrinth.com/user/Pretti_) (https://i.imgur.com/DbhBAYf.png)](https://builtbybit.com/creators/pretti_.145409/) (https://i.imgur.com/Tm2q3eB.png)](https://builtbybit.com/resources/prtminetreasures-custom-treasures.59302/) </center> ## **Features:** * **Multi-Version Compatibility**: Supports Minecraft versions from 1.8 to 1.21. * **Optimized Performance**: Low resource usage for high-demand servers. * **Highly Configurable**: Fully customize every functionality of the plugin. * **Different sales methods**: Sell by command, while sneaking, or automatically. * **Create sales multipliers**: Create unlimited bonuses, which may or may not accumulate. ## **Plugins:** **This treasure plugin supports several other plugins on the market.** * Vault * Others... ## **Commands:** ```yaml /sell = Sell inventory items /sell hand = Sell hand item /sell auto = Enable or disable auto-sell /sell shift = Enable or disable shift-sell /sell reload = Reload the plugin Aliases: ```` ## **Permissions:** * **prtsell.command** = Permission to run /sell or /vender * **prtsell.command.help** = Permission to run /sell help * **prtsell.command.auto** = Permission to run /sell auto * **prtsell.command.shift** = Permission to run /sell shift * **prtsell.command.hand** = Permission to run /sell hand ## **Config:** <details> <summary>Configs</summary> ```yaml # ____ _ ____ _ _ # | _ \ _ __| |_/ ___| ___| | | # | |_) | '__| __\___ \ / _ \ | | # | __/| | | |_ ___) | __/ | | # |_| |_| \__|____/ \___|_|_| # # Created by Pretti_ # # # Permissions # # prtsell.command = Permission to run /sell or /vender # prtsell.command.help = Permission to run /sell help # prtsell.command.auto = Permission to run /sell auto # prtsell.command.shift = Permission to run /sell shift # prtsell.command.hand = Permission to run /sell hand # # prtsell.command.reload = Permission to run /sell reload # # General options # options: enable-auto-sell: true enable-shift-sell: true enable-hand-sell: true # Message sending option command: use-chat: true use-actionbar: false auto-sell: use-chat: true use-actionbar: true shift-sell: use-chat: true use-actionbar: true # Selling formats use-format: true # Use format? If not used, the received value will be printed as a literal number. formats: - "" # 659 - "K" # 1.000 -> 1K - "M" # 1.000.000 -> 1M - "B" # 1.000.000.000 -> 1B - "T" # 1.000.000.000.000 -> 1T - "Q" # 1.000.000.000.000.000 -> 1Q # # Delay options # delays: # Delay in ticks (1 sec = 20 ticks), this is the frequency at which players can sell items. default: 20 # Default delay in ticks (20 ticks = 1 second) time-disable-auto-sell-inactive-sec: 300 # Time in seconds (300 sec = 5 minutes) types: '1': permission: "prtsell.autosell.delay.vip+" delay: 5 '2': permission: "prtsell.autosell.delay.vip" delay: 10 # Time in ticks (60 ticks = 0.5 seconds) # # Sales bonus list # The order set defines the bonus priority, that is, the bonus with the highest priority will be called first. # multiplier: accumulate-multiplier: false # The bonuses will be accumulated, adding up the bonuses that the player has access to. types: '1': permission: 'prtsell.bonus.vip+' # Permission that will be checked to apply the bonus multiplier: 1.16 # Value in percentage (1.16 = 16%) '2': permission: 'prtsell.bonus.vip' multiplier: 1.08 # Value in percentage (1.08 = 8%) ``` </details> ## **Messages:** <details> <summary>Messages</summary> ```yaml # # Messages options # messages: help: - "" - "&6&lSell &7- &eHelp commands:" - "" - "&6* &e/sell &f= &7Sell items" - "&6* &e/sell hand &f= &7Sell hand item" - "&6* &e/sell auto &f= &7Enable or disable auto-sell" - "&6* &e/sell shift &f= &7Enable or disable shift-sell" - "&6* &e/sell reload &f= &7Reload the plugin" - "" no-permission: '&4&lSELL &4» &cYou do not have permission to perform this action!' player-only: '&4&lSELL &4» &cThis command can only be used by players!' reload: '&2&lSELL &2» &7Plugin reloaded!' reload-error: '&4&lSELL &4» &cFailed to reload plugin! Check the console for more information!' chat: sold: '&2&lSELL &2» &7You sold &b{amount} items &7for &a{price}&7!' sold-bonus: '&2&lSELL &2» &7You sold &b{amount} items &7for &a{price}&7! &7Bonus: &b{multiplier}%&7.' no-items: '&4&lSELL &4» &cYou have no items that can be sold!' delay: '&4&lSELL &4» &cYou must wait {delay} seconds before selling aga
!(https://i.imgur.com/1RWWJtC.png)
PrtSell it is a simple, fast, and efficient plugin developed to allow players to sell the items they have collected on your server. It offers multiple selling methods, allowing each player to choose the style they prefer to turn their resources into money.
## Features:
Multi-Version Compatibility: Supports Minecraft versions from 1. 8 to 1. 21. Optimized Performance: Low resource usage for high-demand servers. Highly Configurable: Fully customize every functionality of the plugin. Different sales methods: Sell by command, while sneaking, or automatically. Create sales multipliers: Create unlimited bonuses, which may or may not accumulate.
## Plugins:
This treasure plugin supports several other plugins on the market.
Vault Others...
## Commands:
```yaml /sell = Sell inventory items /sell hand = Sell hand item /sell auto = Enable or disable auto-sell /sell shift = Enable or disable shift-sell /sell reload = Reload the plugin
Aliases: ````
## Permissions:
prtsell.command = Permission to run /sell or /vender prtsell.command.help = Permission to run /sell help prtsell.command.auto = Permission to run /sell auto prtsell.command.shift = Permission to run /sell shift prtsell.command.hand = Permission to run /sell hand
## Config:
Configs
```yaml # ____ _ ____ _ _ # | _ \ _ __| |_/ ___| ___| | | # | |_) | '__| __\___ \ / _ \ | | # | __/| | | |_ ___) | __/ | | # |_| |_| \__|____/ \___|_|_| # # Created by Pretti_ #
# # Permissions # # prtsell.command = Permission to run /sell or /vender # prtsell.command.help = Permission to run /sell help # prtsell.command.auto = Permission to run /sell auto # prtsell.command.shift = Permission to run /sell shift # prtsell.command.hand = Permission to run /sell hand # # prtsell.command.reload = Permission to run /sell reload
# # General options # options: enable-auto-sell: true enable-shift-sell: true enable-hand-sell: true
# Message sending option command: use-chat: true use-actionbar: false auto-sell: use-chat: true use-actionbar: true shift-sell: use-chat: true use-actionbar: true
# Selling formats use-format: true # Use format? If not used, the received value will be printed as a literal number. formats: - "" # 659 - "K" # 1. 000 -> 1K - "M" # 1. 000. 000 -> 1M - "B" # 1. 000. 000. 000 -> 1B - "T" # 1. 000. 000. 000. 000 -> 1T - "Q" # 1. 000. 000. 000. 000. 000 -> 1Q
# # Delay options # delays: # Delay in ticks (1 sec = 20 ticks), this is the frequency at which players can sell items. default: 20 # Default delay in ticks (20 ticks = 1 second)
time-disable-auto-sell-inactive-sec: 300 # Time in seconds (300 sec = 5 minutes)
types: '1': permission: "prtsell.autosell.delay.vip+" delay: 5 '2': permission: "prtsell.autosell.delay.vip" delay: 10 # Time in ticks (60 ticks = 0. 5 seconds)
# # Sales bonus list # The order set defines the bonus priority, that is, the bonus with the highest priority will be called first. # multiplier: accumulate-multiplier: false # The bonuses will be accumulated, adding up the bonuses that the player has access to. types: '1': permission: 'prtsell.bonus.vip+' # Permission that will be checked to apply the bonus multiplier: 1. 16 # Value in percentage (1. 16 = 16%) '2': permission: 'prtsell.bonus.vip' multiplier: 1. 08 # Value in percentage (1. 08 = 8%) ```
## Messages:
Messages
```yaml # # Messages options # messages: help: - "" - "&6&lSell &7- &eHelp commands:" - "" - "&6 &e/sell &f= &7Sell items" - "&6 &e/sell hand &f= &7Sell hand item" - "&6 &e/sell auto &f= &7Enable or disable auto-sell" - "&6 &e/sell shift &f= &7Enable or disable shift-sell" - "&6* &e/sell reload &f= &7Reload the plugin" - ""
no-permission: '&4&lSELL &4» &cYou do not have permission to perform this action!'
player-only: '&4&lSELL &4» &cThis command can only be used by players!'
reload: '&2&lSELL &2» &7Plugin reloaded!' reload-error: '&4&lSELL &4» &cFailed to reload plugin! Check the console for more information!'
chat: sold: '&2&lSELL &2» &7You sold &b{amount} items &7for &a{price}&7!' sold-bonus: '&2&lSELL &2» &7You sold &b{amount} items &7for &a{price}&7! &7Bonus: &b{multiplier}%&7.' no-items: '&4&lSELL &4» &cYou have no items that can be sold!' delay: '&4&lSELL &4» &cYou must wait {delay} seconds before selling aga
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- Pretti_
- Version
- 1.0.0
- Downloads
- 1,388
- Endorsements
- 1
- Category
- bukkit
- Created
- 11/18/2025
- Updated
- 11/17/2025
- Game Versions
- 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4
- Tags
- economy
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does PrtSell support?
The author lists 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5. Other versions may work but are untested by the author.
What is the latest version of PrtSell?
Version 1.0.0, published 2025-11-17 with 1,388 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await


