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
  1. Functions
  2. Game

Command

## function name, you can set this to anything that is unique
func1:
  ## function type
  type: command
  ## execute as player or console
  execute-from-console: false
  ## the command (you can use placeholders like %player_name%)
  command: 'warp spawn'
## function name, you can set this to anything that is unique
func1:
  ## function type
  type: command
  ## execute as player or console
  execute-from-console: true
  ## the command (you can use placeholders like %player_name%)
  command: 
    - 'kit starter'
    - 'warp spawn'

Last updated 2 months ago