This plugin allows you users to teleport with a bow and arrow. All you have to do is aim, shoot and fire! Just like that wherever the arrow lands is where you'll end up, simple right? Well just be careful as depending on your server setup you can teleport into mobs and if something goes wrong you may end up dead.
For our server admins this plugin is very customizable, it comes with a cooldown option, messages and name customizability. See below for the config file and our commands and permissions:
Code (Text):
# TeleportBow Configuration
# If true, all bows will be allowed to teleport the player when they shoot an arrow
all-bows-teleport: false
# If true, players will teleport to entities hit by their arrows
teleport-on-entity-hit: true
# Cooldown in seconds between teleports (0 to disable cooldown)
cooldown-seconds: 5
# Message shown when the bow is on cooldown
cooldown-message: "&cYour teleport bow is on cooldown for &e%seconds% &cseconds!"
# The name of the bow when it's converted to a teleport bow
teleport-bow-name: "&bTeleport Bow"
Code (Text):
commands:
bow:
description: Makes bows held by the player into teleportation bows
usage: /bow maketeleport
permission: teleportarrow.command
permissions:
teleportbow.command:
description: Allows use the /bow commands
default: op
teleportboow.reload:
description: Allows reloading the plugin configuration
default: op
teleportbow.bypasscooldown:
description: Allows bypassing of the teleport cooldown
default: op