Teleport Gate
Teleport gate crafting for easy travel
Teleport Gate
TeleportGate
A entering a 4-digit gate code plugin that adds configurable entering a 4-digit gate code to your Minecraft server. Players can teleport between gates by entering a 4-digit gate code directly on another gate.
---
Features
- Code-based teleportation Each gate has a unique 4-digit code (0000–9999).
- Gate-to-gate travel Right-click a gate, enter the destination code, and teleport instantly.
- Custom crafting recipe Fully configurable via `config.json`.
- Floating code display Each gate shows its code above it in-game.
---
How It Works
1. Craft a 4-digit code 2. Place the gate → a unique code is assigned 3. Right-click any gate 4. Enter a 4-digit code 5. If the destination gate exists → you teleport
---
Configuration file location:
`plugins/teleport/config.json`
Example of config.json (this is the default crafting recipe):
```json { "recipe": { "shape": [ "DDD", "NEN", "NNN" ], "ingredients": { "D": "DIAMOND_BLOCK", "N": "NETHERITE_BLOCK", "E": "END_STONE" } } } ```

---