Teleport Event

This event will teleport the mob onto a random location within a radius

Required arguments

Order

Type

Argument

1

number

radius where mob can teleport

2

decimal

percentage of occurrence

What it does

Whenever the event is triggered, it will teleport the mob to a random location

Example usage

actions:
  teleport:
    events:
      - teleport 5 100
    commands: []

Last updated