HomeJavaModsSpaceSellWands | Essentials worth | ShopGuiPlus Support | Multipliers | Uses per wand
SpaceSellWands | Essentials worth | ShopGuiPlus Support | Multipliers | Uses per wand
ModsJava

SpaceSellWands | Essentials worth | ShopGuiPlus Support | Multipliers | Uses per wand

This plugin allows players too sell entire chests with a simple click!. Free Minecraft Java mod for 1.7, 1.8, 1.9.

⬇ Download on Spigot
How it works:
This plugin creates "wands" that sell chests when said chest is right-clicked with the wand, a handy breakdown message will pop up in chat showing how much was made per item as well if enabled.


Sellwand Example:
8989de57cf4940065f04d870140aa41d.png

Sale Breakdown:
Example.png

Dependencies:
Vault: Required
An Economy plugin: Essentials, iConomy 4,5,6, BOSEconomy 6 & 7, EssentialsEcon, 3Co, MultiCurrency, MineConomy, eWallet, EconXP, CurrencyCore, CraftConomy, AEco, Gringotts

Any of the above economy plugins can be used with SpaceSellWands.

This plugin has hooks into Essentials which allow you to use Essentials worth.yml to supply pricing to the sellwands, this allows you to only type out your prices once instead of having to constantly alter two separate price files. If you don't wish to use the worth.yml you can set your prices through the config at the top.

This plugin also has the option to hook into ShopGuiPlus and use the prices supplied from ShopGuiPlus. This makes building economies simple and easy!


Permissions:
"sellwands.give": this should be given to the players that should be able to give sellwands out. This permission offers a lot of power so I recommend only giving this to a select few.
"sellwands.reload": allows the player to reload the configuration files of SuperSellWands, use this instead of /reload. Once again a very powerful command so only give this to a select few trusted players.

"sellwands.sell": is the permission required for a player to use the sell wand, without this permission they cannot use the wands. Recommended for every player to have this.

I will be adding more permissions in the future however this is a fairly cut and dry plugin with little need for more than a couple of permissions. If you have suggestions for permissions let me know and I'll see about adding them in!


Commands:
/sellwands give <ign> <type> [uses] -> This is the basic command to give out sellwands, type refers to the identifier that you labeled that specific sellwand as in your config, I will highlight it later.
/sellwands reload -> This is the best way to reload the plugin as most plugins aren't very /reload friendly.

Config:
Spoiler: DefaultConfig
Code (Text):
essentials-price: false
shopguiplus: false
breakdown: true
bbcheck: false
price-logger: true
prices:
  stone: 1.0
item:
  default:
    name: '&3Sell-Wand'
    type: 'DIAMOND_HOE'
    lore:
     - '&7Right-click a chest with'
     - '&7this wand to sell it''s'
     - '&7contents.'
    enchanted: true
    uses: -1
    price-multiplier: 1.0
    cooldown: 1
  default2:
    name: '&3Sell-Wand2'
    type: 'DIAMOND_HOE'
    lore:
     - '&7Right-click a chest with'
     - '&7this wand to sell it''s'
     - '&7contents.'
    enchanted: true
    uses: 10
    price-multiplier: 12.0
    cooldown: 10
messages:
  cooldown: '&cYou must wait %seconds% seconds to sell again.'
  sale: '&3&lItems sold for &b&l$%amount%&3&l:'
  breakdown: '&8 » &b%item% (x%amount%) for $%price%.'
  give: '&bGiven %player% a sell wand.'
  receive: '&bReceived a sell wand.'
  uses: '&bYour sell wand now has &3%uses% &buses left.'
  uses-lore: '&bUses: &3%uses%'
  chest-empty: '&cNothing inside the chest is sellable.'
  item-break: '&cYour sell wand has no more uses left.'
  no-permission: '&cYou do not have permission to use sell wands.'
 
Spoiler: ExampleConfig
Code (Text):

essentials-price: false
shopguiplus: true
breakdown: true
bbcheck: false
price-logger: true
prices:
  stone: 1.0
item:
  default:
    name: '&2Sell&6-&aWand'
    type: 'DIAMOND_HOE'
    lore:
     - '&7Right-click a chest with'
     - '&7this wand to sell it''s'
     - '&7contents for &20.85X &7the price.'
    enchanted: true
    uses: -1
    price-multiplier: 0.85
    cooldown: 0
  earth:
    name: '&6&lEarth &e&lWand'
    type: 'GOLD_HOE'
    lore:
     - '&7Right-click a chest with'
     - '&7this wand to sell it''s'
     - '&7contents for &21.25x &7the price.'
    enchanted: true
    uses: 100
    price-multiplier: 1.25
    cooldown: 3
  fire:
    name: '&4&lFire &c&lWand'
    type: 'GOLD_HOE'
    lore:
     - '&7Right-click a chest with'
     - '&7this wand to sell it''s'
     - '&7contents for &22.25x &7the price.'
    enchanted: true
    uses: 10
    price-multiplier: 2.25
    cooldown: 3
  wind:
    name: '&f&lWind &7&lWand'
    type: 'GOLD_HOE'
    lore:
     - '&7Right-click a chest with'
     - '&7this wand to sell it''s'
     - '&7contents for &21.5x &7the price.'
    enchanted: true
    uses: 50
    price-multiplier: 1.5
    cooldown: 3
  water:
    name: '&b&lWater &3&lWand'
    type: 'GOLD_HOE'
    lore:
     - '&7Right-click a chest with'
     - '&7this wand to sell it''s'
     - '&7contents for &21.75x &7the price.'
    enchanted: true
    uses: 25
    price-multiplier: 1.75
    cooldown: 3
  plasma:
    name: '&5&lPlasma &9&lWand'
    type: 'GOLD_HOE'
    lore:
     - '&7Right-click a chest with'
     - '&7this wand to sell it''s'
     - '&7contents for &22x &7the price.'
    enchanted: true
    uses: 16
    price-multiplier: 2.0
    cooldown: 3
messages:
  cooldown: '&cYou must wait %seconds% seconds to sell again.'
  sale: '&3&lItems sold for &b&l$%amount%&3&l:'
  breakdown: '&8 » &b%item% (x%amount%) for $%price%.'
  give: '&8&l[&6!&8&l] &bGiven %player% a sell wand.'
  receive: '&8&l[&6!&8&l] &bYou received a sell wand.'
  uses: '&8&l[&6!&8&l] &bYour sell wand now has &3%uses% &buses left.'
  uses-lore: '&bUses: &3%uses%'
  chest-empty: '&8&l[&6!&8&l] &cNothing inside the chest is sellable.'
  item-break: '&8&l[&6!&8&l] &cYour sell wand has no more uses left.'
  no-permission: '&8&l[&6!&8&l] &cYou do not have permission to use sell wands.'
 

Servers this is currently used on:
SpaceCadets.space
uadventure.xyz
Donations:
This is by no means required, but if you wanna support me you can here: paypal.me/JoeyisOkay

Side Notes:

I do this in my free time and for fun so I will primarily code things that I enjoy or things that I want to see added to the game. However, I am a people pleaser and I have a lot of free time in between jobs so if you'd like a custom jar or a custom plugin let me know! I will release the source code in the future however I don't feel that the code is pretty enough to release just yet. Expect to see this fairly soon though!

Commands

Plugin details

Read from the plugin's own plugin.yml.

SpaceSellWands | Essentials worth | ShopGuiPlus Support | Multipliers | Uses per wand is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 8,051 times (via Spigot). Download it and open it directly in the game.

Explore more