⭐ RPG MarketPlace ⭐ | The New Trading Era icon

⭐ RPG MarketPlace ⭐ | The New Trading Era -----

Tired of similar shop plugins? Then this is your choise.



[​IMG]

[​IMG]
What is RPG MarketPlace?

It is a plugin based on the 4Story shop system wich cames to bring a brand new way to make player trades.
It also increases your server activity.

[​IMG]
Any problems, questions or suggestions via Discord


[​IMG]
Showcase (v1.0)



Ajneb97(v1.11 Spanish) Special Thanks!


[​IMG]
Plugin Images
[​IMG]
[​IMG]
[​IMG]
[​IMG]
Reference i took to make the plugin
[​IMG]

[​IMG]

Vault
Economy plugin supported by vault
Spigot
Java 1.8 and Up


[​IMG]
✔️ World Guard dependency not needed
✔️ Own Lightweight Region System
✔️ Create markets only in specified regions
✔️ Remove items while selling
✔️ Open inventory while selling
✔️ Buy x1 or x64(max stack)
✔️ Fully customisable messages
✔️ Holograms dependency not needed
✔️ Hologram height configurable
✔️ Directional facing for any block (1.13 and up)
✔️ Market name editable
✔️ Permissions
✔️ Set price for individual items
✔️ Set same price for all items
✔️ Price money format
✔️ Inventory care
✔️ No dupe
✔️ Imput checker
✔️ Custom Items support
✔️ Increases player activity
✔️ Normal / Whitelist / Blacklist Mode! (v1.6)
✔️ AFK NPC support (1.11-1.17)
✔️ Translatable Item Names to Local Language (1.13-1.17)
✔️ Command Completer

-=-=-=-=-=-=-=-=-=-=- COMING SOON =-=-=-=-=-=-=-=-=-=-=-=-=-
❌Full Bedrock Support
❌Bungee support
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
❓ Give me ideas!


[​IMG]

↬ MarketPlace [mp,maple]

  • /mp create <name>
    • /mp c
  • /mp name <customName>
  • /mp open
    • /mp o
  • /mp price <cost>
    • /mp p
  • mp priceall <cost>
    • mp pa <cost>
  • /mp reload
  • /mp itemlist (v.1.6)
  • /mp additem (v.1.6)
  • /mp mode (v.1.6)
  • /mp fclose <playerName> (v.1.12)
  • /mp fcloseall (v.1.14.4)
  • /mp afk (v.1.9)
  • /mp allowmarketcreation (v.1.14.4)
  • /mp help

↬ World Region [mpr,mapler]

  • /mpr create <name>
  • /mpr delete <name>
  • /mpr <A|B>
  • /mpr status <name>
  • /mpr list
  • /mpr check <name>
  • /mpr help
[​IMG]

↬ MarketPlace

  • rpgmarketplace.create
  • rpgmarketplace.name
  • rpgmarketplace.priceall
  • rpgmarketplace.afk
  • rpgmarketplace.afkname
  • rpgmarketplace.admin
↬ World Region
  • rpgmarketplace.admin

[​IMG]
Code (Text):


# +-----------------------------------------------------+ #
# |                   PRG MarketPlace                   | #
# +-----------------------------------------------------+ #

# +- Configuration -+ #
Config:
    # Material block above player (Make sure it fits with the version) #
    # Only CHEST is gonna be place by facing 1.12 and below #
    Material_Block_Type: CHEST
    # This values must be a number #
    # Holo defaul values: (1.8) -> 0.8 | (1.13) -> 2.2 #
    # Ride defaul values: (1.8) -> 0.8 | (1.13) -> 0.2 #
    Holo_Name_Height: 0.0
    Holo_Ride_Height: 0.0
    Set_Height: true

GUI:
   Normal_Mode:
      name: "&5Normal Mode"
      material: "BROWN_CONCRETE"
   WhiteList_Mode:
      name: "&5White List Mode"
      material: "WHITE_CONCRETE"
   BlackList_Mode:
      name: "&5Black List Mode"
      material: "BLACK_CONCRETE"

# +- Language -+ #
Lang:
# MarketPlace Section #
 
    # Special #
    Translatable_Item_Color: "&f"
 
    # General #
    Msg_Reload: "&6Config Reloaded"
    Msg_Help: "&6Usage &8>> &E/marketplace help"
    Msg_No_Permission: "&cMarketplace: You dont have permission"
    Msg_Market_Created: "&aMarket created."
    Msg_Market_Needed: "&6You need to create a market in order to do that!"
    Msg_Market_Own: "&6You allready own a market!"
    Msg_Market_Closed: "&cMarket succesfully closed"
    Msg_Shop_Closed: "&cThis market has been closed"
    Msg_Item_Back: "&2Item returned correctly"
    Msg_Price_Set: "&2Price Set!"
    Msg_Price_Set_Multiple: "&cPrice Set for %amount% items!"
    Msg_Item_Buy: "&2You bought &f%item% (%amount%) &2for &f%price%$"
    Msg_Item_Sold: "&f%player% &2bought &f%item%&2x&f%amount% for %price%$"
    Msg_Player_Enter: "&6%player%&f, entered your shop."
    Msg_Player_Left: "&6%player%&f, left your shop."
    Msg_Player_Dead: "&cYou dead, market was closed"
    Msg_Player_Tp: "&6You teleported, market was closed"
    Msg_No_Items: "&6There are no items in your inventory"
    Msg_Kicked_Afk: "&c&lKicked, a NPC has take your place"
    Msg_Restored_Market: "&7Restored leftover items from the last market and deposited &6%price% &7in your account due to items sold"
    Msg_Rejoin_Market: "&7MarketPlace while afk you sold items for the price of: &6%price%"
 
    # Invalid Msgs #
    Msg_Invalid_Name: "&cMarketplace: Invalid Name"
    Msg_Invalid_Imput: "&cMarketplace: Invalid imput"
    Msg_Invalid_Loc: "&cMarketplace: That is not a valid location"
    Msg_Invalid_Item: "&cInvalid Item"
    Msg_Invalid_Space: "&cNot free space avaiable in your market inventory!"
    Msg_Invalid_Money: "&4Not enought money!"
    Msg_Not_Allowed_Item: "&4That %item% is not allowed!"
    Msg_Can_Not_Go_Afk: "&cYou can´t go afk, there is no items on the market!"
 
    # Gui #
    Price: "&6Price: &f$%price%"
    Price_Info: "&6[Click] Left x1 | Right x64"
    Default_Shop_Name: "&5Market of %player%"
    Default_AFK_Shop_Name: "&5Market of %player% &7&l| AFK"
    Default_Inv_Name: "&5Market of "
    Default_Inv_Items_Name: "&7Items for: &fWhitelist &7& &8BlackList"
    Default_Inv_Mode_Name: "&6Market Mode"
 
    # World Region Section #
    Msg_Loc_Not_Allow: "&6Your current location is not allowed to place a market"
    Msg_Region_Exist: "&6That region allready exist!"
    Msg_Region_No_Exist: "&6That region does not exist!"
    Msg_Region_Created: "&6Region created, set the points!"
    Msg_Region_Delete: "&6Region deleted."
    Msg_Wrong_World: "&6Wrong world the point must be on %world%"
    Msg_Point_Set: "&5Point %point% setted for %region%."
    Msg_Set_Points: "&6First you must set the points"
    Msg_Status_Change: "&5Status changed to %status%"
    Msg_No_Regions: "&5No regions found"
    Msg_Coord_Not_Set: "&cUnset"
    Msg_Regions_List: "&5Regions: %list%"
    Msg_Check_Region:
    - "&6====================="
    - "&6Name: &c%region%"
    - "&6Status: &c%status%"
    - "&6World: &c%world%"
    - "&6Point A <x,z>: &c%pointA%"
    - "&6Point B <x,z>: &c%pointB%"
    - "&6====================="
 
    # Market Place Help #
    # Use ! at the beginning to center #
    Msg_Mp_Help:
    - "!&a&n                                                                                "
    - " "
    - "!&e{ &f&lMARKETPLACE HELP &e}"
    - " "
    - "  &eAliases: &e[mp,maple]"
    - "     &7» Use this to make it easy!"
    - "  &8/&emarketplace create"
    - "     &7» Use to create the market"
    - "  &8/&emarketplace name"
    - "     &7» Set market name"
    - "  &8/&emarketplace open"
    - "     &7» Open your market"
    - "  &8/&emarketplace price <cost>"
    - "     &7» Set the price for the item in hand"
    - "  &8/&emarketplace priceall <cost>"
    - "     &7» Set the price for the hole inventory"
    - "  &8/&emarketplace afk"
    - "     &7» Player disconect and market goes afk mode"
    - "  &8/&emarketplace help"
    - "     &7» Show this menu"
    - "!&a&n                                                                                "
    - " "
 
    # World Region Help #
    # Use ! at the beginning to center #
    Msg_Mpr_Help:
    - "!&a&n                                                                                "
    - " "
    - "!&e{ &f&lMARKETPLACE RREGIONS HELP &e}"
    - " "
    - "  &eAliases: &e[mpr,mapler]"
    - "     &7» Use this to make it easy!"
    - "  &8/&emarketplaceregion create <name>"
    - "     &7» Creates a region"
    - "  &8/&emarketplaceregion delete <name>"
    - "     &7» Deletes a region"
    - "  &8/&emarketplaceregion <A,B> <name>"
    - "     &7» Set the point A or B of a region"
    - "  &8/&emarketplaceregion status <name>"
    - "     &7» Change a region status"
    - "  &8/&emarketplaceregion list"
    - "     &7» Shows all avaiable reigons"
    - "  &8/&emarketplaceregion check <name>"
    - "     &7» Checks an individual region"
    - "  &8/&emarketplaceregion help"
    - "     &7» Shows this menu"
    - "!&a&n                                                                                "
    - " "
 
 

[​IMG]
- Want to be featured here?​
• Go to Discord and type on #servers-promotion channel your server IP, and other useful information you want!
• Check the rules

Code (Text):

IP: Lumina.gg
Permission to use: User
Tip: You can use it wherever you want
 

Code (Text):

IP: oyna.aesirmc.com
Permission to use: Normal Player
Region = Spawn Area
Lang = Turkish
Tip: Use the item on the hand to open de market
 

[​IMG]

❌Plugin API: Comming soon!
❓ Region API: (Integrated on this plugin)
[​IMG]
> If you want to use it as a dependencie, it´s free!

[​IMG]
By buying this plugin you agree to the following terms:​

- Terms -

- You will not chargeback
- No refounds
- I cannot guarantee support indefinitely.
- You may not redistribute or resell this plugin
- I may refuse to give you support with or without any
specific reason
- If you have an issue with this plugin, please contact me
before leaving bad rating
- Its made to work on spigot, i do not take responsability
for other platforms.
- You can't decompile this plugin
- Only use this plugin on your server/network
- I can update this terms of use at any time, without
notification
- I can change the price of this plugin anytime.


- Stats -
[​IMG]
Resource Information
Author:
----------
Total Downloads: 169
First Release: Aug 13, 2019
Last Update: Jun 23, 2025
Category: ---------------
All-Time Rating:
24 ratings
Find more info at www.spigotmc.org...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings