Minecraft GUI Seller Shop mod 2024 download
logo
minecraft mod GUI Seller Shop

GUI Seller Shop

Game Version: 1.8.1
Total Downloads: 7,344
Updated: Jun 22, 2015
Created: Jun 22, 2014
Download GUI Seller ShopDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
GuiSeller v1.6 release 61.44 KB Jun 22, 2015 1.8.1 3,676 download GUI Seller Shop GuiSeller v1.6 releaseDownload
GuiSeller v1.51 release 32.98 KB Feb 14, 2015 1.8.1 986 download GUI Seller Shop GuiSeller v1.51 releaseDownload
GuiSeller v1.5 release 33.01 KB Feb 14, 2015 1.8.1 152 download GUI Seller Shop GuiSeller v1.5 releaseDownload
GuiSeller v1.4 release 23.25 KB Feb 13, 2015 1.8.1 196 download GUI Seller Shop GuiSeller v1.4 releaseDownload
GuiSeller v1.3 release 8.67 KB Jun 30, 2014 CB 1.7.9-R0.1 1,596 download GUI Seller Shop GuiSeller v1.3 releaseDownload
GUISeller v1.1 release 6.46 KB Jun 27, 2014 CB 1.7.9-R0.1 385 download GUI Seller Shop GUISeller v1.1 releaseDownload
GUISeller v1 release 6.37 KB Jun 22, 2014 CB 1.7.9-R0.1 353 download GUI Seller Shop GUISeller v1 releaseDownload

Screenshots

Description

Share this:

1.6 is out!

Please report any bugs or concerns! I will try to fix them right away.

  • Please note that you have to generate a new config or the plugin will not work. The item names are now human-friendly, look in items.csv for a full list.
About

This plugin adds a GUI shop to the game. Users with the permission can access it using /guishop in-game. If you want you can also create signs that users can right click on to open the GUI. Everything you put inside the GUI will be sold. If the item is worth 0(or if it is not in the config) it will be given back to the player. You cannot sell damaged weapons/tools at the shop. The shop (should) support every single item/block in the game. This provides a quick easy way to sell all of your items.

Requirements

Vault and an Economy Plugin

Permissions
  • guiseller.use – Allows the user to do /guishop.
  • guiseller.list – Allows the user to list the current shops.
  • guiseller.pricelist – Allows the user to list the current shop prices.
  • guiseller.help – Allows the user to use the help menu.
  • guiseller.signs.use – Allows the user to open signs.
  • guiseller.signs.create – Allows the user to create signs.
  • guiseller.admin – Allows the user to reload the plugin and add/remove items from shops in-game.
  • guiseller.shops.<shopname> – Allows the user to use shops other than the default one.
Commands
  • /guishop [shopname] – Opens the GUI Seller Shop
  • /guiseller – Main command.
  • /guiseller help – Displays the help menu.
  • /guiseller reload – Reloads the configs.
  • /guiseller pricelist <shop> – Lists the current shop prices.
  • /guiseller list – Lists the current shops.
  • /guiseller add <item> <price> [shop] – Adds an item to the shop config.
  • /guiseller remove <item> [shop] – Removes an item from the shop config.
Picture

Help Menu

Planned Features
  • Fully Customizable Shop Size
  • A list of items you sold after you close the GUI
  • Better Item Price lore
  • Buy Shop (Or in another plugin)
Plugin Metrics
  • This plugin collects data about your server (Players online, operating system, etc.) If you would like to disable this go into the Plugin Metrics folder and set opt-out to true!
Picture

Plugin Metrics Stats

Signs

Just set the first line of any sign to "[GUIShop]" or what it is in your config and it will be formatted with colors. When players right click on the sign it will open up the shop GUI.
On the second line you can add a shop name to go to a certain shop.

Picture

Signs

The Shop

Here is what the GUI looks like in 1.5

Picture

Shop GUI

Lore Info (Beta)

When mousing over an item you put in the shop GUI it will tell you the internal name and the price (if you have set one). This feature is disabled by default due to bugs.

Picture

Hover

Config

Default:

#GUISeller Shop by Skyrossm
#Do not use tabs in this file, tabs will break it!

#The name of the GUI
name: '&2GUI Seller Shop'

#The prefix for all messages
prefix: '&a[&eGUISeller&a]&f'

#The message for sorry that item can't be sold
#Use <item> for the item name.
sorry: '&eSorry, &c<item> &ecannot be sold.'

#The message for selling damaged items.
damaged: '&eSorry, you cannot sell damaged items here.'

#The message you receive when you sell items.
#Use <sold> for the amount (in dollars or whatever) sold.
sold: '&eThank you! Your items sold for &a$<sold>'

#The message received when your inventory is full.
returnFailMessage: '&eCould not return &c<item> &eas your inventory was full. Item was dropped at your location.'

#The actual help message.
#Add <command> for each command and <desc> for the command description.
help: '&e---------- &aGUISellerShop Help Menu &e----------'
helpItem: '&e - &a<command> &e- <desc>.'

#The message that tells you to do /help.
helpMessage: '&eType &a/guiseller help &efor a list of commands.'

#The price list
#Add <shop> for the shop name, <item> for each item name, and <price> for the item price.
priceList: '&e---------- &aPrice List &e----------'
priceListItem: '&eItem: &a<item> &e- &a$<price>'

#Enable the block info?
info: true

#If enabled, what block should it have?
block: dirt

#If enabled, what title should it have?
title: '&cInfo'

#If enabled, what messages should it have?
#Supports up to 3 messages currently, more to come.
#Each message is a new line.
message1: '&dPut the items you want to sell in here.'
message2: '&cAll items will be sold! Make sure you have them right!'
message3: ''

#The message at the top of the sign
#eg. [GUIShop], [Shop], [SellShop]
signName: '&9[&aGUIShop&9]'

#The name of the default shop
defaultShop: 'default'

#Should we check for updates?
updateCheck: true

#Do you want the item price and name to be shown to the player through lores?
#WARNING: This feature is buggy!
addLores: false
  • Shops Config
#List your shops here.
#If you use the in-game command to add/remove items these comments will disappear!
shops:
    #This is the default shop, called when you don't specify a certain shop.
    #Permission is: guiseller.shops.default if you change it from the default.
    #If you create a shop name "donator" the permission will be guiseller.shops.donator
    default:
        #Basic blocks
        stone: 1
        grass: 0.1
        dirt: 1.5
        cobblestone: 1
        wood: 4
        #Spruce Wood
        pineplank: 10
        #Dark Oak wood
        darkoakwoodplank: 20
        #A diamond sword
        diamond_sword: 500
        #A wooden sword
        wood_sword: 8
        #A piston and a sticky piston.
        piston: 130.0
        stickypiston: 160
    #This is a test shop with one block added, this has different prices from the default shop.
    test:
        dirt: 1

Comments

Add a comment