# Telecompass
Telecompass is a plugin that allows players to craft special compasses that can teleport them to their linked lodestone.

## Features
- Craft telecompasses which can teleport to their linked lodestone
- Use permissions to decide which players can craft and use telecompasses
- Custom resource pack, automatically sent to all players with the appropriate permission
- Customisable crafting recipe
- Customisable teleport cooldown time
- Particle effects and sound effects on teleportation

## Permissions
Telecompass supports the following permissions:
- ```telecompass.view```: allows players to view telecompasses with their custom texture (will automatically download a resource pack);
- ```telecompass.craft```: allows players to craft telecompasses;
- ```telecompass.link```: allows players to link telecompasses to lodestones;
- ```telecompass.use```: allows players to use telecompasses to teleport;
- ```telecompass.cross-dimension```: allows players to teleport across different dimensions.
## Config.yml
```
# A telecompasses can be crafted with the following recipe:
# EXE
# ECE
# EEE
# where:
# - E: Ender eye
# - C: Compass
# - X: Echo shard
# The default material for X is "minecraft:echo_shard",
# but can be configured below
material: "minecraft:echo_shard"
# Cooldown between telecompass uses in seconds
cooldown: 5
```
## Links
- Website: https://www.alanzucconi.com/
- Patreon: https://www.patreon.com/AlanZucconi
- YouTube: https://www.youtube.com/c/alanzucconi