⚒️Configuration

Detailed explanation of the config options.

Configuration

The following options are available in the config file:

  • items: Define the items available for sale.

  • material : Material you want to sell or buy.

  • prices: Set the prices for each item.

  • slot: You want to show item in what place in GUI.

  • permissions: Manage permissions for different user roles.

  • For more info visit this website LINK

Here is an example configuration snippet:

 items:
    1:
      type: item
      item:
        material: GRASS_BLOCK
        quantity: 64
      buyPrice: 50
      sellPrice: 5
      slot: 10
      permissions:
         group: default
         permission: shop.use

Last updated