EconomyShopGUI - SellStick | SellWand icon

EconomyShopGUI - SellStick | SellWand -----

The BEST sellstick plugin! Used to quickly sell items in containers.




- Better compatibility with protection plugins.
- Added placeholders for creating a top sold items board!
[​IMG]
- '&a↑ &bMost Sold Items &a↑ &7(Top 10, 5 Days)'
- ' %sellstick_top1%'
- ' %sellstick_top2%'
- ' %sellstick_top3%'
- ' %sellstick_top4%'
- ' %sellstick_top5%'
- ' %sellstick_top6%'
- ' %sellstick_top7%'
- ' %sellstick_top8%'
- ' %sellstick_top9%'
- ' %sellstick_top10%'


Please consider leaving a good review for the plugin.
Discord Support
----------, Nov 14, 2024

- The plugin will now work with both the free and the premium versions of EconomyShopGUI

Please consider leaving a good review for the plugin.
Discord Support
----------, Oct 10, 2024

- Massive code refractor for better efficiency and managment.

- Added a new command that will allow admins to give sellsticks with any custom max usage they want straight from the command.
/sellstick customgive <player> <usage>

- Redid the autocomplete feature, it will work much much better now.

- Added compatibility with 1.17+

Please consider leaving a good review for the plugin.
Discord Support
----------, Aug 21, 2024

- Improved the compatibility with more grief plugins, so there is not chance for players to sell chests in protected areas, compatible with all plugins!
- Added a new permission that will be enabled by default sellstick.use that if it is disabled, players wont be able to use the /sellstick command.

Please consider leaving a good review for the plugin.
Discord Support
----------, Jun 25, 2024

- Updated dependecies.
- Optimized file imports.
- EconomyShopGui API update.

Please consider leaving a good review for the plugin.
Discord Support
----------, Apr 15, 2024

- Sellstick command organized and properly auto complete.
- Sellstick cooldown will be skipped if a player has the sellstick.admin permission.
- Added a new command " /sellstick give PLAYER" so that admins can give sellstick to other players.
- The command " sellstick give PLAYER" will also work from the console.

Please consider leaving a good review for the plugin.
Discord Support
----------, Nov 28, 2023

- Added the option to enable and edit sounds the players will hear when selling something depending of the value.
- Added comments in the config to better explain the options.

New config.yml please adjust what you already have!

Code (YAML):
# Configuration for the Sell Stick
sellstick
:
  # Display name of the Sell Stick
  display-name
: "&dShop &8>> &bSell Stick"
  # Lore (description) lines on the Sell Stick
  lore
:
   - "&7A special stick for &d/market"
    - "&7Use it to quickly sell chests and shulkers!"
    - "&7Usage
: [&d0/<MAXUSAGE>&7 ] "
  # Maximum usage limit for the Sell Stick
  max-usage: 20
  # Material type of the Sell Stick
  material: BLAZE_ROD
  # Cooldown time (in minutes) for using the Sell Stick command
  cooldown-command: 5
  # Whether to display a title message on successful sale
  title-message: true

# Configuration for the sounds played on successful sale
sounds:
  # Whether to enable sounds globally
  enabled: true
  # Sound configuration for low-value sales
  low_value:
    # Type of sound to play
    sound: BLOCK_NOTE_BLOCK_CHIME
    # Volume of the sound (0.0 to 1.0)
    volume: 0.8
    # Pitch of the sound (0.0 to 2.0)
    pitch: 0.7
    # Threshold value to classify sale as low-value
    threshold: 1000
  # Sound configuration for medium-value sales
  medium_value:
    sound: ENTITY_PLAYER_LEVELUP
    volume: 0.8
    pitch: 1.2
    threshold: 5000
  # Sound configuration for high-value sales
  high_value:
    sound: ENTITY_FIREWORK_ROCKET_LARGE_BLAST_FAR
    volume: 0.8
    pitch: 1.0
    threshold: 10000

# Configuration for the messages displayed to the user
messages:
  # Message when a player receives a Sell Stick
  received_sell_stick: "
&dShop &8>> &bYou have received a Sell Stick! "
  # Message when the configuration is reloaded successfully
  config_reloaded: "
&aThe configuration has been reloaded! "
  # Message when a player does not have the required permission
  no_permission: "
&cYou do not have permission to use this command. "
  # Message when a player tries to sell from an empty container
  container_empty: "
&dShop &8>> &7The container is empty. "
  # Message when a player reaches the sell limit for an item
  sell_limit_reached: "
&dShop &8>> &7Sell limit reached for &d %s&7. Check the /market for the restock time."
  # Message when a player's Sell Stick reaches maximum usage
  max_usage_reached
: "&cYour Sell Stick has reached maximum usage and has been removed!"
  # Message when a player tries to use a stack of Sell Sticks
  cannot_use_stack
: "&cYou cannot use a stack of Sell Sticks. Please separate them."
  # Message when a player sells items successfully
  sold_successfully
: "&dShop &8>> &7You sold &d<ITEMS> &7for &d€<PRICE>."
  # Message when a player tries to use the command while it's on cooldown
  command_on_cooldown
: "&cPlease wait %d minutes before using this command again."
Please consider leaving a good review for the plugin.
Discord Support
----------, Nov 2, 2023

- Added the following options display-name and lore to be configurable in the config.yml, please add them or create a new config
Code (YAML):
sellstick:
  display-name
: "&dShop &8>> &bSell Stick"
  lore
:
    - "&7A special stick for &d/market"
    - "&7Use it to quickly sell chests and shulkers!"
    - "&7Usage
: [&d0/<MAXUSAGE>&7 ] "
  max-usage: 20
  material: BLAZE_ROD
  cooldown-command: 5 # 5 minutes
  title-message: true
- Fixed cooldown setting not updating the value and the message send.

Please consider leaving a good review for the plugin.
Discord Support
----------, Oct 25, 2023

- New setting for the config.yml which enables and disables the new feature that sends a title message to the player when he succeeded a transaction.
Ether add it to your config.yml or let it regenerate.
Code (YAML):
sellstick:
  title-message
: true
- Fixed sending "you" in the server console instead of the player's name.

Please consider leaving a good review for the plugin.
Discord Support
----------, Oct 24, 2023

Made sure that the heavy cost of updating the sell limit happens async, it will also provide better responce times.

Please consider leaving a good review for the plugin.
Discord Support
----------, Oct 15, 2023

Fixed cases where the sell limit was not being updated correctly.

Please consider leaving a good review for the plugin.
Discord Support
----------, Oct 11, 2023

Updated a few build requirements.
Removed a few comments.

Please consider leaving a good review for the plugin.
Discord Support
----------, Oct 10, 2023

Added support for the permission based sell-multipliers.

Please consider leaving a good review for the plugin.
Discord Support
----------, Oct 7, 2023

Resource Information
Author:
----------
Total Downloads: 49
First Release: Sep 25, 2023
Last Update: Nov 14, 2024
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings