ELSEIF

ELSEIF(<condition>)

Type: Action

Category: Control Flow

Permission: N/A

Since Minecraft Version: v1.1

Since Version: v0.8.2

Minor: 8

API: N/A

Patch: 2


Description

The actions following this action will only be executed when the <condition> evaluates to true and no if-clause before evaluated to true.

Can be used with:

  • IF
  • IFBEGINSWITH
  • IFCONTAINS
  • IFENDSWITH
  • IFMATCHES

Changelog
  • Added em v0.8.2: