Go to file
Joaquin Villalba a53366a91b Spanish translation 2020-11-27 19:43:15 +00:00
locale Spanish translation 2020-11-27 19:43:15 +00:00
textures + Modified enderpearl texture 2020-09-22 14:56:25 +02:00
README.md Update README.md 2020-09-22 13:06:36 +00:00
init.lua + Fixed teleporting 2020-10-25 23:15:52 +01:00
mod.conf Initial Commit 2020-09-09 17:40:29 +02:00

README.md

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.