bow_tp: type: item debug: false material: bow mechanisms: unbreakable: true bow_tp_command: type: command debug: false name: teleporter description: Gives you a bow & an arrow that teleport wherever it lands usage: /teleporter permission: teleporter.bow script: - give bow - give arrow bow_tp_handler: type: world events: after player shoots bow: - wait 10t - teleport () []