https://github.com/ptthanh02/teateleport
A plugin for managing teleport locations and teleporting groups of players
https://github.com/ptthanh02/teateleport
folia minecraft-plugins paper
Last synced: 4 months ago
JSON representation
A plugin for managing teleport locations and teleporting groups of players
- Host: GitHub
- URL: https://github.com/ptthanh02/teateleport
- Owner: ptthanh02
- Created: 2025-04-18T17:40:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-18T17:50:34.000Z (7 months ago)
- Last Synced: 2025-04-28T13:09:53.805Z (7 months ago)
- Topics: folia, minecraft-plugins, paper
- Language: Java
- Homepage: https://modrinth.com/plugin/tea-teleport
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# TeaTeleport



## 📝 Description
TeaTeleport is a lightweight yet powerful Minecraft plugin designed for server administrators to efficiently manage teleport locations and execute mass teleportations. Perfect for event management, server tours, or general administrative tasks, this plugin streamlines the process of moving players throughout your server.
## ✨ Features
- **Location Management**: Create, list, and delete teleport locations with ease
- **Individual Teleportation**: Teleport yourself to saved locations
- **Mass Teleportation**: Move all players at once to any saved location
- **Selective Teleportation**: Teleport specific players or entire worlds to designated locations
- **Customizable Messages**: Fully customizable messages with color support
- **Sound Effects**: Enhance user experience with sound notifications
- **Folia Support**: Compatible with the Folia server implementation
## 🔧 Commands
| Command | Description | Permission |
|---------|-------------|------------|
| `/tt set ` | Set a teleport location at your current position | `teateleport.set` |
| `/tt tp ` | Teleport to a saved location | `teateleport.tp` |
| `/tt tpall ` | Teleport all players to a location | `teateleport.tpall` |
| `/tt tpplayer ` | Teleport a specific player to a location | `teateleport.tpplayer` |
| `/tt worldtp ` | Teleport all players in a world to a location | `teateleport.worldtp` |
| `/tt list` | List all saved teleport locations | `teateleport.list` |
| `/tt delete ` | Delete a teleport location | `teateleport.delete` |
| `/tt reload` | Reload plugin configuration | `teateleport.reload` |
| `/tt help` | Display help information | `teateleport.use` |
## 🔒 Permissions
| Permission | Description | Default |
|------------|-------------|---------|
| `teateleport.use` | Access to base command | OP |
| `teateleport.set` | Create teleport locations | OP |
| `teateleport.tp` | Teleport to locations | OP |
| `teateleport.tpall` | Teleport all players | OP |
| `teateleport.tpplayer` | Teleport specific players | OP |
| `teateleport.worldtp` | Teleport players in a world | OP |
| `teateleport.list` | View all teleport locations | OP |
| `teateleport.delete` | Remove teleport locations | OP |
| `teateleport.reload` | Reload configuration | OP |
| `teateleport.*` | All permissions | OP |
## 🛠️ Installation
1. Download the TeaTeleport plugin JAR file
2. Place it in your server's `plugins` folder
3. Restart your server
4. Configure the plugin settings in the generated config files
## ⚙️ Configuration
TeaTeleport offers extensive configuration options through its messages.yml file. Customize colors, sounds, and the content of all plugin messages to match your server's theme.
## 💡 Usage Examples
**Creating and using a teleport point:**
```
/tt set lobby
/tt tp lobby
```
**Moving all players to an event:**
```
/tt tpall event_arena
```
**Teleporting players from a specific world:**
```
/tt worldtp world_nether event_start
```
## 📋 Support
For issues, feature requests, or assistance, please open an issue on our GitHub repository or contact the author.
---
Developed with ❤️ by Nighter