Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
PrtSell
PluginMIT

PrtSell

Sell items on your server using commands or automatically.

287
Downloads
1
Followers
5 months ago
Updated
📦
1
Versions
economybukkitpaperspigot
Download Latestv1.0.0View on Modrinth

📖About PrtSell

PrtSell Logo

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.

Imagem 1
Imagem 2
Imagem 3

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:

/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: [/vender]

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
#  ____      _   ____    _ _
# | _ \ _ __| |_/ ___|  ___| | |
# | |_) | '__| __\___ \ / _ \ | |
# | __/| |  | |_ ___) |  __/ | |
# |_|  |_|  \__|____/ \___|_|_|
#
# 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
#
# 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 again!'
  actionbar:
    sold: '&7You sold &b{amount} items &7for &a{price}&7!'
    sold-bonus: '&7You sold &b{amount} items &7for &a{price}&7! &7Bonus: &b{multiplier}%&7.'
    no-items: '&cYou have no items that can be sold!'
    delay: '&cYou must wait {delay} seconds before selling again!'

  auto-sell:
    activated: '&2&lSELL &2» &7Auto-sell has been activated!'
    disabled: '&4&lSELL &4» &cAuto-sell has been disabled!'
    time-disable-inactive: '&4&lSELL &4» &cAuto-sell disabled, no items were sold for 5 minutes!'

  shift-sell:
    activated: '&2&lSELL &2» &7Shift-sell has been activated!'
    disabled: '&4&lSELL &4» &cShift-sell has been disabled!'

Prices:

Prices
prices:
  # The declaration priority of items matters. Items higher on the list will try to be sold first.
  items:
  # Examples
  - type: CACTUS
    price: 31.0

  - type: WHEAT
    price: 8.5

  - type: STRING
    price: 29.5

  # Amount examples
  - type: DIRT
    amount: 2204 # Not necessary, if not specified, it will be 1
    price: 24000.0

  # NAMED ITEM
  - type: DIRT
    name: '&9Dirt'
    lores:
    - '&9* &7Use &a/sell&7.'
    price: 0.30

Important Notice:

PrtSell is a multi-version plugin, compatible with Minecraft versions 1.8 to 1.21, designed to provide a unique and exciting experience for servers. However, like any plugin, it may contain bugs.

If you encounter any issues or errors with the plugin, do not post them in the review channel. Instead, send a private message directly so I can investigate and resolve the problem as quickly as possible.

Also, please leave a positive review! They help drive the development of the plugin and bring future updates, ensuring continuous improvements and new features.

Your cooperation is essential to keep the plugin running smoothly and provide the best possible experience for all users!

👥 Team & Contributors

Pretti_
Pretti_Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.81.8.11.8.21.8.31.8.41.8.51.8.61.8.7+61 more

🔗 Links

Modrinth Page