EnderTP
EnderTP is a mod that allows you to create teleportation devices using an EnderChest, some block, and a sign.
Usage
To build an EnderTP, you need an EnderChest, a (specific) block, and a sign. They are built like this: Place the EnderChest, and the block on top of that EnderChest, then put a sign on any side of the block except the top. The sign should automatically write some stuff about the teleportation device, which means you did it right. The "base" teleporter (GOLD BLOCK), however, requires you write the name of the base on the first line of the sign. If the base does not yet exist(non-case sensitive, configurable), it will be treated as the "base" sign. All other EnderTPs created afterwards with that base name will teleport to that base sign. This can be useful to set up a faction home if you do not have homes enabled on your server.
Configuration
config.yml
case_sensitive_bases: false #Are base names case sensitive? ender_material: "ENDER_CHEST" #The material required for every EnderTP (bottom block) spawn_material: "OBSIDIAN" #The material required to make a teleporter to the spawn home_material: "WOOL" #The material required to make a teleporter to your bed base_material: "GOLD_BLOCK" #The material required to make a teleporter to a base or set up a base
TELEPORT
This is automatically generated as players create base EnderTPs. I do not recommend you modify it.
Commands
/endertp reload - Reload the plugin's configuration files
Alias: /etp
Permissions
endertp.use.spawn: true - Permission to use and create spawn EnderTPs
endertp.use.home: true - Permission to use and create home EnderTPs
endertp.use.base: true - Permission to use and create base EnderTPs
endertp.reload: ops - Permission to use /endertp reload
Source
The source is uploaded to GitHub, open to the public.