Provides players with a craftable item that allows them to teleport to previous set locations.
Scroll Recipe:
Binder Recipe:
Code (YAML):
Scroll:
Name: 'Warp Scroll'
# Default scroll name Unset Lore: # Scroll lore when crafted/given - '&7Shift + Click to set scrolls location!'
Set Lore: # Scroll lore when set Available Placeholders: WORLD, X, Y, Z, YAW, PITCH, NAME - '&7World: %WORLD%' - '&8X: %X% Y: %Y% Z: %Z%' - '&7Yaw: %YAW% Pitch: %PITCH%' Write Over: false
# If true, set scrolls can be set again. Recipe:
Ingredients: # Material names found here https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html e: ENDER_PEARL
p: PAPER
Shape: - ' p '
- 'pep'
- ' p '
Output Amount: 4
# Amount of scrolls players recieve upon crafting. Binder:
Recipe:
Ingredients: # Material names found here https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html b: BOOK
e: ENDER_PEARL
p: PAPER
Shape: - 'pep'
- 'ebe'
- 'pep'
Sneaking + Right click to set the scrolls location. Each scroll can only be set once. Setting 'Scroll.Write Over' to true, will allow each player to update the scroll whenever.
Once a scroll is set, it displays the world, x, y, z cords, yaw and pitch that the user will be teleported to.
Players can also rename their scrolls in an anvil to keep track of where they will be going.
Binders to store tons of scrolls and create templates easily
BossBar can also be configured in the config.yml file
Example:
Permissions: - warpscrolls.admin - Gives access to the /warpscrolls command