🎭Teleport

Teleport the player who used the bow to where the arrow landed.

Teleport option

Requires the "teleport" option to be set to true in order to function.

bows:
  teleport-bow:
    display-name: "&6&lTeleport Bow!"
    lore:
      - "&7Made with <3 by josielcm#8990"
    teleport: true
Message when teleport option is set to false

By having the "teleport" option set to false you can add this other option "use-message-don't-teleport" which if set to true will send a message to the player that he cannot teleport with that bow. If you want you can add the option: "message-no-tp" to add a custom message.

bows:
  teleport-bow:
    display-name: "&6&lTeleport Bow!"
    lore:
      - "&7Made with <3 by josielcm#8990"
    teleport: true
    use-message-don't-teleport: true
    message-no-tp: "&7You cannot use this bow to teleport" # Optional but is recommended

Last updated