diff --git a/README.md b/README.md index 1187601..e551c6c 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ -**Functions +

Functions

-enderpearl.block_teleport(player, [duration]) +**enderpearl.block_teleport(player, [duration])** Stops the player from teleporting for the specified duration (if it isn't nil). To allow a player to teleport again just set the duration to 0. -**Callbacks +
-enderpearl.on_teleport(function(hit_node) end) +

Callbacks

+ +**enderpearl.on_teleport(function(hit_node) end)** Called when the enderpearl hits a node. \ No newline at end of file