Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
TheAmuletPlugin
A lightweight and powerful teleportation plugin inspired by TheLegendOfZeldasTears of the kingdom teleportation amulet that allows players to set, manage, and teleport to multiple custom locations called amulets โ with cooldowns, movement restrictions, particle effects, and full admin control.
Multiple Amulets per Player
Players can create and manage multiple teleport locations:
/setamulet <name>โ Save your current position as an amulet/tpamulet <name>โ Teleport to a saved amulet/delamulet <name>โ Remove an amulet/listamuletsโ View all your saved amulets
Each player can store multiple named locations (configurable limit).
๐ Persistent Data Storage
All amulets are saved and loaded automatically:
- Stored in
stored_amulets.yml - Data persists across server restarts
- Clean separation from
config.yml
โ๏ธ Configurable Settings
If you first load the plugin a new folder named Amulet Plugin will apear
In this folder you can find config.yml
Here you can change the settings
default: Amulet Cooldown: 5 - how many secounds does it need to teleport Max possible Amulets: 3 - how many amulets can be set by a player Particles: true - if particles should be shown by the teleportation
๐ฎ Commands
| Command | Description |
|---|---|
/setamulet <name> |
Save current location |
/tpamulet <name> |
Teleport (with delay) |
/delamulet <name> |
Delete an amulet |
/listamulets |
List all amulets |
โก Performance
- Uses efficient in-memory storage (HashMaps)
- Scheduler-based timing (no constant checks)
- Minimal performance impact
๐งฉ Compatibility
- โ Bukkit
- โ Spigot
- โ Paper (recommended)
๐ก Future Ideas
- GUI menu for amulets
- Teleport countdown titles/actionbar
- Sounds & advanced effects
- Per-player permissions
- Async saving system
Perfect for survival servers, RPG setups, or any server that needs controlled teleportation.
Thank you for downloading this plugin
This is my very first project and I used a lot of ChatGPT in it but I'll try to not use it so much in future ;D
Please check out my other creations to,if I even have some yet


