PrtSell | Making it easier to sell items icon

PrtSell | Making it easier to sell items -----

Sell items on your server using commands or automatically.



[​IMG]


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.

[​IMG]
  • 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.

[​IMG]
This treasure plugin supports several other plugins on the market.
  • Vault
  • Others...

[​IMG]
Code (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
: [/vender ]
 
[​IMG]
  • 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

[​IMG]
[​IMG]
[​IMG]
[​IMG]

[​IMG]
Config:
Code (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:
Code (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 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:
Code (YAML):

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
 

[​IMG]

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!
Resource Information
Author:
----------
Total Downloads: 4
First Release: Nov 17, 2025
Last Update: Nov 17, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings