MagicBows Wiki
  • 🏹MagicBows Wiki
  • Configuration
    • 🛠️How to install MagicBows
      • 📝Configuration of Config.yml
    • 🏹Bows Configuration
      • 🔧Basics Options
      • 🚩Bow Flags
      • ⚙️Custom options
        • 🎭Teleport
        • ⏱️Cooldown
        • 🎶Sounds and Particles
        • 🤯Explosion
        • 🏠Generate Blocks
    • 🔓Permissions
  • Support
    • 🛠️Support Discord
Powered by GitBook
On this page
  1. Configuration
  2. 🏹Bows Configuration
  3. ⚙️Custom options

🎭Teleport

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

PreviousCustom optionsNextCooldown

Last updated 2 years ago

CtrlK
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