Go to file
Giov4 a3f9f2d5bf + Added sfxs when throwing the enderpearl and teleporting
+ Code cleaning
2020-12-21 14:44:03 +01:00
locale + Added sfxs when throwing the enderpearl and teleporting 2020-12-21 14:44:03 +01:00
sounds + Added sfxs when throwing the enderpearl and teleporting 2020-12-21 14:44:03 +01: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 + Added sfxs when throwing the enderpearl and teleporting 2020-12-21 14:44:03 +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.