+ README.md

master
Giov4 2020-09-22 13:01:43 +00:00
parent 47120ba3e1
commit d624c180fc
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
**Functions
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)
Called when the enderpearl hits a node.