ModsJava
HexTeleportationStones
Magical Stones that bind to a location, and summon old magics to teleport you back. Free Minecraft Java mod for 1.8, 1.9, 1.10.
⬇ Download on SpigotLore
Bound with old magic, these stones have the power to transport the user to any saved location in the world.
Usage
All teleportation stones are unidentified upon crafting.
You must go to a location you wish to permanently bind the stone, and then right-click to set the stones location.
Once set, your stone will forever remember that location, and upon right-clicking the stone, will summon old magic to teleport you there.
Mechanics
Stone usage initiates a warmup time before actual teleportation.
Teleportation is canceled upon moving.
Config
{
"configVersion": "0.1.2",
"uniqueID": 0,
"warmupTimeInSeconds": 5,
"cooldownTimeInSeconds": 8,
"numUses": -1,
"bCancelOnMove": true,
"Name": "Teleportation Stone",
"Material": "MAGMA_CREAM",
"ShapedRecipe": [
"gxg",
"zaz",
"gxg"
],
"RecipeMaterials": {
"a": "GHAST_TEAR",
"g": "EMERALD",
"x": "BLAZE_POWDER",
"z": "DIAMOND"
}
}
numUses
By default -1, this will have infinite uses. If you change this to a positive number, it will consume uses every time you right click the item when it is not on a cooldown for use. Once the numUses have been used up, it will remove the item.
ShapedRecipe/RecipeMaterials
you can put any combination of shape, and corresponding materials.
Notes
A plugin I made for my server a while back, I am starting to release from my archive. I will add more features to this plugin as most features probably wont work with other server owners ex: config recipe, config options.
This also comes with my HexCore plugin (core for all my plugins)
It just contains a few helpful classes that I extend from in my plugins.
It doesn't do anything on the server.
Bound with old magic, these stones have the power to transport the user to any saved location in the world.
Usage
All teleportation stones are unidentified upon crafting.
You must go to a location you wish to permanently bind the stone, and then right-click to set the stones location.
Once set, your stone will forever remember that location, and upon right-clicking the stone, will summon old magic to teleport you there.
Mechanics
Stone usage initiates a warmup time before actual teleportation.
Teleportation is canceled upon moving.
Config
Code (Text):
{
"configVersion": "0.1.2",
"uniqueID": 0,
"warmupTimeInSeconds": 5,
"cooldownTimeInSeconds": 8,
"numUses": -1,
"bCancelOnMove": true,
"Name": "Teleportation Stone",
"Material": "MAGMA_CREAM",
"ShapedRecipe": [
"gxg",
"zaz",
"gxg"
],
"RecipeMaterials": {
"a": "GHAST_TEAR",
"g": "EMERALD",
"x": "BLAZE_POWDER",
"z": "DIAMOND"
}
}
By default -1, this will have infinite uses. If you change this to a positive number, it will consume uses every time you right click the item when it is not on a cooldown for use. Once the numUses have been used up, it will remove the item.
ShapedRecipe/RecipeMaterials
you can put any combination of shape, and corresponding materials.
Notes
A plugin I made for my server a while back, I am starting to release from my archive. I will add more features to this plugin as most features probably wont work with other server owners ex: config recipe, config options.
This also comes with my HexCore plugin (core for all my plugins)
It just contains a few helpful classes that I extend from in my plugins.
It doesn't do anything on the server.
HexTeleportationStones is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10. Downloaded 504 times (via Spigot). Download it and open it directly in the game.