GlobalChestShop ¸.•$•.¸ GUI Shop & Auction House

 GlobalChestShop ¸.•$•.¸ GUI Shop & Auction House 3.0

GlobalChestShop ¸.•$•.¸ GUI Shop & Auction House
banner2-final.fw.png
A simple but powerful GUI based shop and auction system. Players will be able to create their own chest based shops and offer their goods to the entire server. Players will no longer need to run around and search for good trades. With this plugin players will be able to find all they need in one place.

Requires Vault and MySQL

videos.png





images.png




features.png
  • Provides an easy to use interface for simple GUI interaction with users.
  • Players can transform chests into personal shops (LocalShops), by simply attaching a specific sign (customizable).
  • Admins can limit how many chests can be created per player.
  • Players can create item offers inside their LocalShops. These offers will be accessible worldwide through shops the admin creates (GlobalShop).
  • Admins can limit how many offers each player is allowed to create.
  • Players are able to set price and amount through a GUI.
  • Admins can create auctions with infinite stock (AdminShops)
    • These AdminShops contain a SellAll function so players can get rid of their junk within seconds.
  • Admins can create GlobalShops, where all Player shops are combined and represented in a convenient location and easy to understand format. Here, players will be able to buy from other players LocalShops without visiting them physically.
  • GlobalShops can be created in many different variations:
    • They can look like the Creative Mode GUI, so everyone feels acquainted right away.
    • They can hold only one single item, multiple items or all available items.
    • If Admins decide to only show multible items in a GlobalShop, they are asked to create a “category”.
      • One category can contain multiple items. The order of the items,listed in the GUI, can be manipulated by SHIFT clicks (move item one slot to the right/left).
      • Categories will be stored in the database and can also be reused in other locations.
    • GlobalShops can contain either player auctions, admin auctions or both.
    • They can be bound to Holographs (requires the HolographicDisplay plugin).
      • This includes a nice looking floating item attached to the hologram!
    • They can be bound to Citizens NPCs (required the Citizens plugin).
      • This contains every mob available in vanilla Minecraft (Villagers, Enderdragon etc.).
    • GlobalShops can be bound to Signs.
      • The sign can stay on its own or can be combined with an Ender Chest. If you choose an Ender Chest, a floating item will spawn above the chest to indicate what kind of items are inside. (This does require the HolographicDisplay extension).
    • GlobalShops can also be bound to Item Frames. Like everything else, Item Frames are also completely protected from player and mob damage. However, admins can still rotate items inside the Item Frame with shift clicks. In case you disable this plugin, all related Item Frames will be cleared to prevent players from picking them up.
  • All auctions can be canceled by an admin. Of course players can always cancel auctions they have crated on their own.
  • Auctions will get a timestamp that indicated when they were created or bought. This timestamp will be displayed in a friendly to read way, like “16 minutes ago”.
  • Players can visit other player’s shops and buy from them. (Or just visit the GlobalShops)
  • Players can buy items from other players LocalShops with the /globalchestshop buy <itemName> command.
  • When players sell / buy from AdminShops they can choose a quantity from 1 - 64.
  • Items that don’t stack cannot be bought / sold with a quantity greater 1.
  • Inside GlobalShops, auctions are sorted by price. This allows users to find the cheapest offers right away.
  • Specific items can be banned from LocalShops.
  • If you like, AdminShops will be displayed next to the player’s auctions, so customers can see the price difference and decide if they want to buy from server or from other players.
  • Also the name of each player is attached to each auction. This allows players to support their friends in the global economy.
  • Admins have a nice GUI to see the sell and buy history of all players. This functionality can be given by an extra permission, so also trusted moderators can use it.
  • Players can see how much money they own (represented by a little icon inside referring GUIs) … no need to type " /money " after each transaction.
  • Players get asked every transaction/offer they make, in regards to if they really want to buy/sell an item. They will never buy something on accident again.
  • Player purchases can be broadcasted to the global server chat.
  • This plugin comes with full multiworld support. You can have different economies with different prices, different permissions inside different worlds.
  • BungeeCord support, connect multiple servers and share the same shops and auctions.
  • Have a tax on all player transactions (configurable).
  • Internally everything is handled by using UUID's.
  • Support for items with lore's, NBT-tags, enchantments, custom texts etc.
  • Customize the appearance of many buttons and colors.
  • Change the language files and translate the plugin into your own language.
  • MySQL based data storage (This is a requirement!).
  • Complex lag reduction through multithreaded implementation.
  • Supports Vault.
setup.png
  1. Install and setup Vault.
  2. Setup permission (for testing GLOBALCHESTSHOP.ADMIN will do the job)
  3. Place the plugin jar in your plugin folder.
  4. Restart server (you will get an error, that means the MySQL server was not found). The plugin will generate a config folder.
  5. Configure the MySQL connection inside config.yml.
  6. Add the worlds you want to be accessible to the worldGroups.yml
  7. Restart again and go in-game.
  8. To create a GlobalShop (admin shop):
    Place a sign and type GlobalShop into the first line.
  9. To create a LocalShop (player shop):
    Place a sign right next to a chest and type LocalShop into the first line.
  10. Everything else will be explained in the GUI
commands.png
/globalchestshop | opens an overview of all auctions, requires VIP permissions
/globalchestshop buy <item> | requires VIP permissions
/globalchestshop sell | requires VIP permissions
/globalchestshop reload | reloads the plugin (admin permissions)
/globalchestshop reset| delete all player-shops (admin permissions)

Commands are actually not required, everything is accessible through signs, chests, NPCs or holographs.


permissions.png
Code:
Code (Text):
Code:
<-------------------- Player -------------------->

GLOBALCHESTSHOP.PLAYER.CREATE_CHEST_SHOP.<worldGroup>
GLOBALCHESTSHOP.PLAYER.VISIT_OTHER_PLAYERS_SHOPS.<worldGroup>
GLOBALCHESTSHOP.PLAYER.OPEN_GLOBAL_SHOPS.<worldGroup>
GLOBALCHESTSHOP.PLAYER.OPEN_ADMIN_SHOP.<worldGroup>
GLOBALCHESTSHOP.PLAYER.BUY_FROM_ADMINSHOP.<worldGroup>
GLOBALCHESTSHOP.PLAYER.SELL_TO_ADMINSHOP.<worldGroup>

<-------------------- VIP -------------------->

GLOBALCHESTSHOP.VIP.OPEN_GLOBALSHOP_BY_COMMAND.<worldGroup>
GLOBALCHESTSHOP.VIP.CREATE_NEW_AUCTIONS_INSIDE_GLOBALSHOP_COMMAND.<worldGroup>
GLOBALCHESTSHOP.VIP.CREATE_NEW_AUCTIONS_INSIDE_BUY_COMMAND.<worldGroup>
GLOBALCHESTSHOP.VIP.BUY_COMMAND.<worldGroup>
GLOBALCHESTSHOP.VIP.SELL_COMMAND.<worldGroup>
GLOBALCHESTSHOP.VIP.EXCEED_AUCTION_LIMIT.<VIP_Group>.<worldGroup>
<-------------------- Moderator -------------------->

GLOBALCHESTSHOP.MODERATOR.SEE_PLAYERS_SHOPS.<worldGroup>

<-------------------- Admin -------------------->

GLOBALCHESTSHOP.ADMIN

If you have any question, don’t hesitate to contact me on [email protected]

Global+Statistics.png

Latest updates

  1. 3.0

    3.0
  2. 1.3.0.11

    1.3.0.11
  3. 1.3.0.11

    1.3.0.11

Similar resources

GlobalChestShop ¸.•$•.¸ - CZECH TRANSLATION MikeyBoy
0.00 star(s) 0 ratings
Downloads
42
Updated
>> GUI CALCULATOR << 【1.8, 1.9, 1.10】 InactiveResource
5.00 star(s) 3 ratings
Downloads
203
Updated
Abstract Menus [1.8-1.19] | An advanced GUI plugin Dekomori
A powerful menus creation plugin. Animations, Templates, Dynamic generation and much more!
5.00 star(s) 2 ratings
Downloads
296
Updated
BlackSpigot General Chat
Rules Help Users
    jimmynoob1234 @ jimmynoob1234: need help
    Top