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
  • Permissions
  • Commands
  1. GETTING STARTED

Commands & Permissions

Last updated 8 months ago

Permissions

Permission interactiveboard.admin is needed to use InteractiveBoard commands and create/delete boards.

This permission should only be given to server owners and admins who configure the plugin.

Commands

Command
Description

/ib create

Create a new board.

/ib delete

Delete a board.

/ib reload

Reload all board configurations.

/ib reset

Reload a specific board.

/ib teleport <display>

Teleport to a board.

<display> - The name of the display to teleport to.​

/ib cancel

Cancel the currently active process.

/ib fonts

Get names of fonts loaded from the font folder.

/ib name

Get the name of a board.

/ib coordinates

Get x and y coordinates of a pixel.

/ib trigger <display> <player> <identifier>

Trigger an .

<display> - The name of the display to trigger the action on.

​<player> - The player to trigger the action on.​

<identifier> - The unique action identifier, as specified in the action listener.​

Action Listener