InteractiveBoard Docs
  • GETTING STARTED
    • Installing InteractiveBoard
    • Commands & Permissions
    • Integrations
    • Creating a board
  • Objects
    • General Information
      • Enabled
      • Properties & Placeholders
      • Conditions
      • Layout
      • Click and Hover
      • Children
      • Cache Behavior
    • Background
    • Button
    • Gif
    • Image
    • Scroll Pane
    • Skin Objects
    • Text Objects
    • Static
      • Action Listener
      • Music Player
      • Delayed Function Timer
      • Repeat Function Timer
  • Functions
    • General Information
      • Conditions
      • Delay
      • Price
    • Switch Scene
    • Game
      • Command
      • Open Crafting Table
      • Play Sound
      • Send Message
      • Switch Server
    • State
      • Scroll Change
      • Enabled
        • Set Enabled State
        • Switch Enabled State
      • Playback
        • Set Playback State
        • Switch Playback State
    • Shop
  • Conditions
    • Has money
    • Permission
  • BOARD SETTINGS
    • General
    • Displays
    • View Grouping & Default Scenes
Powered by GitBook
On this page
  • Item Buy
  • Item Sell
  1. Functions

Shop

Item Buy

## function name, you can set this to anything that is unique
func1:
  ## function type
  type: item_buy
  ## name or id of item
  item: carrot
  ## item price
  price: 20
  ## item amount
  amount: 1

Item Sell

## function name, you can set this to anything that is unique
func1:
  ## function type
  type: item_sell
  ## name or id of item
  item: baked_potato
  ## item price
  price: 20
  ## item amount
  amount: 1

Last updated 9 months ago