chentao807 / Recall-Stones

A simple teleport system for Minecraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recall Stones

Build Status: Build Status

Latest Builds can be found on drone.io

Based on a system I remember using in ultma online comes a minecraft mod called Recall Stones.
This mod adds new items and blocks that provides a system of stones that allow players to instantly teleport to another location in the world, or another.

With Thanks to Roxforbraynz who provided the textures!

Stone Charge System
Before looking at the stones themselves you need to know about the charge system.
Each stone can store ender charges in them. Each recall will use a certain amount of charge depending on the type of stone.
StoneInfo.png
To recharge the stone you just need to put it in a crafting grid with some ender pearls, each pearl adds 5 charges (Configurable in the config file) like so:
RechargeStone.png

Current Items / Blocks
This mod currently has the following craftable items:

Player Essence
Dropped from other players when you kill them......

Recall Stone
Can store 10 charges and cost 2 per recall (Configurable in the config file).
RecallStone.png
Right click with this item will set the recall point of the stone to your current location.
Right click again will transport you back to that position.
There is a 10 second cool down time after each use and you can not use it to cross dimensions.

Dimension Recall Stone
Can store 25 charges and cost 5 per recall (Configurable in the config file).
DimensionRecallStone.png
Works in the same way as the recall stone, but can also work across dimensions.

Following Recall Stone
Can store 100 charges and cost 25 per recall (Configurable in the config file).
FollowingStone.png
Crafted with a player essence. Will transport you to the player whose essence you made the stone with.
Will work across dimensions and won't work if the player is offline or dead.

Future Features / Items / Blocks
The following is a list of features that MAY be added to the mod in the future.

  • Linked Stones
  • Following Stones v0.4
  • Linking Block
  • Clearing Block
  • Holding Block
  • Portal
  • Stone Block
  • Drops: Player Essence v0.4
  • Coloured stones
  • Stones require fuel per use (cross dimension = more) (ender pearls(?)) v0.3
  • Add to dungeon loot v0.3

About

A simple teleport system for Minecraft

License:GNU General Public License v2.0


Languages

Language:Java 98.9%Language:Shell 1.1%