Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Option to disable bulk GUI for certain items#21

It should be possible to turn off the bulk GUI for certain items.

This suggestion was migrated from old suggestions made at the Discord server.

3 years ago
Changed the status to
In Progress
3 years ago
Changed the status to
Unassigned
3 years ago
Changed the status to
In Progress
3 years ago
Changed the status to
Planned
3 years ago
Changed the status to
In Progress
3 months ago
Changed the status to
Completed
3 months ago

This feature has been added in release 1.112.0.

Please see below for the YAML format:

armor:
  name: "&4&lArmor (page %page%)"
  enableBuyGUI: true
  enableSellGUI: false
  enableBuyMoreGUI: false # NEW
  enableSellMoreGUI: false # NEW
  fillItem:
    material: BLACK_STAINED_GLASS_PANE
    name: " "
  items:
    1:
      type: item
      enableBuyGUI: true # NEW
      enableBuyMoreGUI: false # NEW
      enableSellGUI: true # NEW
      enableSellMoreGUI: true # NEW
      item:
        material: LEATHER_HELMET
        name: "&aCool Armor"
        quantity: 1
      buyPrice: 40
      sellPrice: 8
      slot: 10
3 months ago