On Lectern - on Page Flip (Event) — Lusk

Addon: Lusk · Category: Event · Since: 1.0.0

Syntax

[on] lectern page flip[ping|ped] [to[wards] the] left

Description

Called when a player flips the page in a Lectern.

Event Values

  • event-block
  • event-itemstack
  • event-player
  • event-world

Examples

on lectern page flip to the right:
  broadcast "right"

on lectern page flip to the left:
  broadcast "left"

on lectern page flip:
  broadcast "either"

View source