Merchants

NULLED Merchants 0.7

No permission to download







  • Purchase & download
  • Drag and drop the .jar file in your plugins folder
  • Download, drag and drop Vault and an Economy plugin in your plugins folder
  • Reload the server, and enjoy!

  • Everything is configurable in the config.yml and shops.yml provided

  • Available Merchants
    • Base
    • Brewing
    • Color
    • Decoration
    • Elixir Merchant
    • Elixirs (where your custom potions are)
    • Farming
    • Mob Drops
    • Fishing Supplies
    • Hoppers
    • Miscellaneous
    • Minerals
    • Potions
    • Raiding Materials

    • Purchase Inventory
      • You have 3 options of purchasing.
        • Buying 1
        • Buying a Stack
        • Buying Inventory
    • Sell Inventory
      • You have 3 options of selling.
        • Selling 1
        • Selling a Stack
        • Selling Inventory
  • Open the inventories with commands!
    • You can use commands set in the config.yml to open these gui's
    • The default config.yml only enables the /elixir command.
    • Code (Text):
      # Made by RandomHashTags
      #
      messages:
      purchase-success:
      - "&aBought {AMOUNT}x {ITEM} for ${COST}"
      purchase-incomplete:
      - "&cYou don't have enough money!"
      sell-success:
      - "&aSold 1x {ITEM} for ${COST}"
      sell-incomplete:
      - "&cYou don't have enough of that item!"
      #
      close-due-to-reload:
      - "&eYou've exited this inventory due to the server reloading."
      #
      #
      commands:
      base:
      enabled: false
      cmd: "/base"
      open-inventory: "base"
      brewing:
      enabled: false
      cmd: "/brewing"
      open-inventory: "brewing"
      color:
      enabled: false
      cmd: "/color"
      open-inventory: "color"
      decor:
      enabled: false
      cmd: "/decor"
      open-inventory: "decor"
      elixir:
      enabled: false
      cmd: "/elixir"
      open-inventory: "elixir"
      elixirs:
      enabled: true
      cmd: "/elixirs"
      open-inventory: "elixirs"
      farming:
      enabled: false
      cmd: "/farming"
      open-inventory: "farming"
      fish:
      enabled: false
      cmd: "/fish"
      open-inventory: "fish"
      hopper:
      enabled: false
      cmd: "/hopper"
      open-inventory: "hopper"
      misc:
      enabled: false
      cmd: "/misc"
      open-inventory: "misc"
      mob:
      enabled: false
      cmd: "/mob"
      open-inventory: "mob"
      ore:
      enabled: false
      cmd: "/ore"
      open-inventory: "ore"
      potions:
      enabled: false
      cmd: "/potions"
      open-inventory: "potions"
      raid:
      enabled: false
      cmd: "/raid"
      open-inventory: "raid"
      #

  • Open ANY of the inventories via an Entity. The entity only needs to contain the provided to open the inventory
    • "Base" --> Base
    • "Brewing" --> Brewing
    • "Color" --> Color
    • "Decor" --> Decoration
    • "Elixir" --> Elixir Merchant
    • "Elixirs" --> Elixirs
    • "Farming" --> Farming
    • "Fish" --> Fishing Supplies
    • "Hopper" --> Hopper
    • "Misc" --> Miscellaneous
    • "Mob" --> Mob Drops
    • "Ore" --> Minerals
    • "Potions" --> Potions
    • "Raid" --> Raiding Materials
  • How to make custom potions!
    • Available Potion Effect names can be found here!
    • Code (Text):
      # potion:
      # - "<potion effect>:<level>:<duration in seconds>"
      # If you want the potion to be splash, add "splash: true"
      ## Example:
      ### '0':
      ### name: "&6Splash Potion"
      ### splash: true
      ### potion:
      ### - "pe=<potion effect>:<level>:<duration in seconds>"
      ### - "&7Item Lore"
      ### buy-price: 20.00

  • Player suggestion implementation (found here)

Author
Direct-Leaks.com
Downloads
21
Views
252
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Direct-Leaks.com

Top