On Riptide (Event) — Skript

Addon: Skript · Category: Event · Since: 2.5

Syntax

[on] [use of] riptide [enchant[ment]]

Description

Called when the player activates the riptide enchantment, using their trident to propel them through the air. Note: the riptide action is performed client side, so manipulating the player in this event may have undesired effects.

Event Values

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

Examples

on riptide:
	send "You are riptiding!"

View source