It is a simple plugin which provides a simple way to travel around your world.
Demo:
Configuration:
Code (YAML):
items:
bow:
display_name: "&cTeleport Bow" lore: -
"&7Take me to the moon, please." -
"&3Shoot at the place you want to go." # You can add more enchantments by following the format: enchantment_id;level # For example, you can add the power V enchantment by adding power;5 to the enchantments list. # This is what it would look like: #enchantments: # - infinity;1 # - power;5 enchantments: - infinity;1
hide_enchantments: true
# Whether the players can see the "Unbreakable" label hide_unbreakable: true
# IMPORTANT: The item in this slot will be replaced slot: 0
arrow:
display_name: "&6Artemis's Arrow" lore: -
"&7It belongs to a legendary Archer..." # IMPORTANT: The item in this slot will be replaced slot: 9
general: # Whether the permission is required to use the bow # If this option is true, # the players who do not have the permission would not get their bow when they join the server is-permission-required: false
permission: teleportbow.use
# A list of worlds that the player could not use the teleport bow # Their bow will be removed when they enter any world in this list disabled-worlds: - world_nether
- world_the_end
cooldown: # every 20 ticks = 1 second ticks: 60
# available display style: none / bossbar / actionbar display: none # placeholders: {playerName} {playerDisplayName} {cooldownTicks} {cooldownSeconds} content: "&7Cooldown &c{cooldownTicks}" # available color: BLUE / GREEN / PINK / PURPLE / RED / WHITE / YELLOW bossbar-color: YELLOW
# available style: SEGMENTED_6 / SEGMENTED_10 / SEGMENTED_12 / SEGMENTED_20 / SOLID bossbar-style: SEGMENTED_10
messages: # placeholders: {playerName} {playerDisplayName} {cooldownTicks} {cooldownSeconds} in-cooldown: "&7You have to wait &c{cooldownSeconds} &7seconds to use it again!"