Plugin Files

Files that are generated by the plugin.

config.yml

# The prefix for the plugin
prefix: '&8[&eShops&8]'
# The primary language of the plugin
language: en_us
settings:
  currency:
    # When using default/vault currency, what symbol should be used. Mainly for admin guis
    vault symbol: $
    # The default currency selection, PluginName/CurrencyName -> Ex. Vault/Vault
    default selection: Vault/Vault
    format:
      # An ISO 3166 alpha-2 country code or a UN M.49 numeric-3 area code.
      country: US
      # An ISO 639 alpha-2 or alpha-3 language code.
      language: en
    # A list of owning plugins & the currency to be blacklisted. Ex. UltraEconomy:Gems
    black listed:
      - UltraEconomy:Gems
    # If true, Shops will only allow the usage of another item for currency.
    use item only: false
  tax:
    # The tax percentage. By default it's 13%
    percentage: 13.0
    # If true, will apply sales tax to the total when a user is buying an item
    enabled: false
    # If true, selling items to a shop will remove tax percentage
    tax on sell: false
  # How should timestamps be formatted
  date time format: MMM dd, yyyy hh:mm:ss a
gui:
  layout control picker:
    items:
      filter:
        # 
        item: REPEATER
      exit:
        # 
        item: BARRIER
      search:
        # 
        item: DARK_OAK_SIGN
      prev page:
        # 
        item: ARROW
      cart:
        # 
        item: MINECART
      next page:
        # 
        item: ARROW
  shared buttons:
    back button:
      # 
      item: DARK_OAK_DOOR
    previous button:
      # 
      item: ARROW
    next button:
      # 
      item: ARROW
    exit button:
      # 
      item: BARRIER
  shops main:
    # If true, shops will auto fill into specified slots
    use auto fill: true
    # You can use MATERIAL:Model Number if you want here, or textures.minecraft links
    background: WHITE_STAINED_GLASS_PANE
    # Used manually specify shop slots, auto fill must be off. format -> slot:<slotNumber> shop:<shopId>
    fixed shops:
      - slot:10 shop:food
    # TBD
    decorations:
      - slot:0-8 item:BLACK_STAINED_GLASS_PANE
      - slot:45-53 item:BLACK_STAINED_GLASS_PANE
      - slot:9 item:BLACK_STAINED_GLASS_PANE
      - slot:18 item:BLACK_STAINED_GLASS_PANE
      - slot:27 item:BLACK_STAINED_GLASS_PANE
      - slot:36 item:BLACK_STAINED_GLASS_PANE
      - slot:17 item:BLACK_STAINED_GLASS_PANE
      - slot:26 item:BLACK_STAINED_GLASS_PANE
      - slot:35 item:BLACK_STAINED_GLASS_PANE
      - slot:44 item:BLACK_STAINED_GLASS_PANE
    # Number of rows for the gui, min 2 max 6
    rows: 6
    # The slots shops will be placed into if auto fill is on.
    fill slots:
      - 20
      - 21
      - 22
      - 23
      - 24
      - 30
      - 31
      - 32
  shop contents:
    items:
      filter:
        # 
        item: REPEATER
      review:
        # 
        item: DARK_OAK_SIGN
      cart:
        # 
        item: MINECART
  checkout:
    items:
      breakdown:
        # 
        item: PAPER
      increase:
        # Format: item, slot, change amount(how much the qty will increase/decrease by)
        items:
          - item:LIME_STAINED_GLASS_PANE quantity:1 slot:24 change:1
          - item:LIME_STAINED_GLASS_PANE quantity:5 slot:34 change:5
          - item:LIME_STAINED_GLASS_PANE quantity:10 slot:42 change:10
      checkout:
        # 
        item: LIME_DYE
      decrease:
        # Format: item, slot, change amount(how much the qty will increase/decrease by)
        items:
          - item:RED_STAINED_GLASS_PANE quantity:1 slot:20 change:1
          - item:RED_STAINED_GLASS_PANE quantity:5 slot:28 change:5
          - item:RED_STAINED_GLASS_PANE quantity:10 slot:38 change:10
  cart:
    items:
      clear:
        # 
        item: LAVA_BUCKET
      checkout:
        # 
        item: LIME_DYE

en_us.yml

Last updated

Was this helpful?