Main
A simple alternative to Enderpearls.
In my experience using enderpearls, they are sometimes glitchy and will not teleport you when you throw them, so i came up with this.
A player chooses which item he/she would like to use and by right clicking, it shoots an arrow. Where the arrow lands is where the player will be teleported.
Commands
- /tparrow equip
- Designates the item in hand as the item the player would like to use for the tpArrow
- /tpArrow help
- Gives the player a help menu
Permissions
- tpArrow.use
- Permission given to the groups/player you'd like to be able to use tpArrow
Video
Special thanks to IngrownPenguin for the video.
Config
# tpArrow default config. # Color codes are allowed in messages. # Time(in seconds) the user must wait between using tpArrow CDAmount: 30 # Item required to use tpArrow. This plugin relies on itemID's. not item names. # RequiredItem: 0 <- to disable requiring an item. RequiredItem: 262 # Message displayed when a player uses tpArrow to inform them tpArrow is going on cooldown. # preCDMessage: disable <- to disable this message. preCDMessage: '&6You wont be able to use tpArrow again for <cooldown> seconds.' # Message displayed when a player tries to use tpArrow during the cooldown period. #CDMessage: disable <- to disable this message. CDMessage: '&6Sorry, tpArrow is currently on cooldown!'

