EnchantedTeleporters
OpenBlock elevator-style teleportation!
EnchantedTeleporters
Enchanted Teleporters
This plugin is best explained through a video!

Config
```yaml
This item can safely be changed without old teleporter items breaking.
teleporter:
If you change the type from BEACON, the plugin will stop working.
Install Nexo for custom block support, and then add the TELEPORTER mechanic to the blocks
you want to act as teleporters.
type: BEACON metadata: displayName: <light_purple>Teleporter lore: - "<gray>Berembert's grand invention!" - "<gray>Jumping, sends you to the above teleporter" - "<gray>Sneaking, sends you to the below teleporter" - "<gray>Punching, sends you to the ahead teleporter" teleported: "<aqua><b>You have been teleported!" sidewaysTeleportError: "<red><b>ERROR</b>: <gray>The teleporter you are aiming at is too far away. It needs to be under 90 blocks away!" ```
Nexo Config
Example nexo block that has the teleporter mechanic ```yaml white_elevator: itemname: White Elevator material: PAPER Pack: parent_model: block/cube_all textures: elevator_white.png custom_model_data: 3000 Mechanics: teleporter: # simply add the teleporter mechanic to the block, like shown. type: TELEPORTER custom_block: type: NOTEBLOCK block_sounds: place_sound: block.wool.place break_sound: block.wool.break hit_sound: block.wool.hit step_sound: block.wool.step custom_variation: 1 model: white_elevator hardness: 1 drop: silktouch: false minimal_type: STONE loots: - nexo_item: white_elevator probability: 1.0 ```
Commands
/teleporters give <name> <amount>
/teleporters reload
Permissions
enchantedteleporters.reload
enchantedteleporters.give