PrtSell 图标

PrtSell

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0.0
本资源为搬运资源,原资源地址: https://modrinth.com/mod/prtsell
资源信息

Minecraft 版本: 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10

平台: bukkit paper spigot

标签: economy

资源介绍

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](https://i.imgur.com/j2uISZG.png)](https://modrinth.com/user/Pretti_) [![Imagem 2](https://i.imgur.com/DbhBAYf.png)](https://builtbybit.com/creators/pretti_.145409/) [![Imagem 3](https://i.imgur.com/Tm2q3eB.png)](https://builtbybit.com/resources/prtminetreasures-custom-treasures.59302/)

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 ```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 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 ```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 ```

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!

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Screwdriver Additions

价格:0 墨喵币
下载量:0

查看详情
mineQuery-legacy

价格:0 墨喵币
下载量:0

查看详情
Easy Adventure

价格:0 墨喵币
下载量:0

查看详情
AL's Zombies Revamped

价格:0 墨喵币
下载量:0

查看详情