Adds a "TP Orb" item to the game to help players move around faster.
Right-click a lodestone to set the location of the orb.
The name, recipe, and more is al configurable!
(Default crafting recipe, editable in config)
config.yml:
Code (YAML):
orb_name
:
"&bTP Orb"
used_without_home_message
:
"&cSet location by right-clicking a lodestone first!"
new_Orb_lore
:
"&r&7Right-click a lodestone to set location."
lodestone_destroyed
:
"&cLodestone destroyed."
set_location
:
"&aLocation set"
consumable
: true
#if true will consume the Orb when teleported
require_lodestone
: true
#if true the player will only teleport if the lodestone is still there
shaped
: true
#wether or not the recipe is shaped or shapeless
recipe
:
#add a space for no item, if shaped above is false this does nothing
-
" 2 "
-
"212"
-
" 2 "
items
:
#Items below correspond to numbers above (starting at 1) add up to 9 items, if shapeless add new item if you want multiples
-
"ENDER_PEARL"
-
"DIAMOND"