ExOnlyTPA

โญ โ€” (1 endorsements) ๐Ÿ“ฅ 183 downloads ๐Ÿ“Œ v1.1 ๐Ÿ“… 1/27/2026
๐ŸŸก Updated this year

By Extez0612 ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 1/26/2026 ๐Ÿ“… Created: 1/27/2026

๐Ÿ” Analysis

  • ๐Ÿ† #1153 of 1317 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

# ExOnlyTPA > A plugin that only has TPA commands! ## ๐Ÿ“‹ Features - **TPA System** - Send teleport requests to other players - **TPAHere System** - Request players to teleport to you - **Auto-Accept** - Automatically accept all incoming requests - **Ignore System** - Block requests from specific players - **Toggle System** - Enable/disable receiving requests - **Countdown Timer** - 3-second countdown before teleportation - **Movement Detection** - Cancel teleport if player moves (jumping allowed!) - **Sound Effects** - Immersive sounds for all actions (1.9+) - **Multi-Language Support** - English, Turkish, German, Russian, Portuguese - **Fully Customizable** - Edit all messages and settings ## ๐ŸŽฎ Commands | Command | Description | Permission | |---------|-------------|------------| | `/tpa <player>` | Send a teleport request | `exonlytpa.tpa` | | `/tpahere <player>` | Request player to teleport to you | `exonlytpa.tpahere` | | `/tpaccept ` | Accept a teleport request | `exonlytpa.accept` | | `/tpdeny ` | Deny a teleport request | `exonlytpa.deny` | | `/tpatoggle ` | Toggle receiving requests | `exonlytpa.toggle` | | `/tpauto ` | Toggle auto-accept | `exonlytpa.auto` | | `/tpaignore <player>` | Ignore player's requests | `exonlytpa.ignore` | | `/tpcancel ` | Cancel your request | `exonlytpa.cancel` | | `/exonlytpa reload` | Reload the plugin | `exonlytpa.reload` | ## ๐Ÿš€ Installation 1. Download the latest ExOnlyTPA jar file 2. Place the file in your server's `plugins` folder 3. Restart or reload your server 4. Configure the plugin in `plugins/ExOnlyTPA/config.yml` 5. Enjoy! ## โš™๏ธ Configuration ```yaml # Language Settings language: en-EN # Available: en-EN, tr-TR, de-DE, ru-RU, pt-BR, custom # Request timeout in seconds request-timeout: 30 # Teleport countdown in seconds teleport-countdown: 3 # Enable auto-accept feature allow-auto-accept: true # Block ender pearl during countdown block-enderpearl-during-countdown: true # Sound effects (requires Minecraft 1.9+) sounds: enabled: true send-request: true receive-request: true accept: true deny: true countdown: true teleport: true ``` ## ๐ŸŒ Supported Languages - ๐Ÿ‡ฌ๐Ÿ‡ง English (en-EN) - ๐Ÿ‡น๐Ÿ‡ท Turkish (tr-TR) - ๐Ÿ‡ฉ๐Ÿ‡ช German (de-DE) - ๐Ÿ‡ท๐Ÿ‡บ Russian (ru-RU) - ๐Ÿ‡ง๐Ÿ‡ท Portuguese (pt-BR) - ๐Ÿ”ง Custom (custom.yml) ## ๐Ÿ“ฆ Requirements - **Minecraft:** 1.8 or higher - **Java:** 8 or higher - **Server Software:** Spigot, Paper, or any Spigot-based fork > **Note:** Sound effects only work on Minecraft 1.9+. The plugin will still function perfectly on 1.8, but without sounds. ## ๐ŸŽฏ Permissions | Permission | Description | Default | |------------|-------------|---------| | `exonlytpa.*` | Access to all commands | op | | `exonlytpa.tpa` | Use /tpa command | true | | `exonlytpa.tpahere` | Use /tpahere command | true | | `exonlytpa.accept` | Use /tpaccept command | true | | `exonlytpa.deny` | Use /tpdeny command | true | | `exonlytpa.toggle` | Use /tpatoggle command | true | | `exonlytpa.auto` | Use /tpauto command | true | | `exonlytpa.ignore` | Use /tpaignore command | true | | `exonlytpa.cancel` | Use /tpcancel command | true | | `exonlytpa.reload` | Reload the plugin | op | | `exonlytpa.bypass.cooldown` | Bypass request cooldown | op | ## ๐Ÿ“ License This project is licensed under the MIT License

# ExOnlyTPA

> A plugin that only has TPA commands!

## ๐Ÿ“‹ Features

  • TPA System - Send teleport requests to other players
  • TPAHere System - Request players to teleport to you
  • Auto-Accept - Automatically accept all incoming requests
  • Ignore System - Block requests from specific players
  • Toggle System - Enable/disable receiving requests
  • Countdown Timer - 3-second countdown before teleportation
  • Movement Detection - Cancel teleport if player moves (jumping allowed!)
  • Sound Effects - Immersive sounds for all actions (1. 9+)
  • Multi-Language Support - English, Turkish, German, Russian, Portuguese
  • Fully Customizable - Edit all messages and settings

## ๐ŸŽฎ Commands

| Command | Description | Permission | |---------|-------------|------------| | `/tpa ` | Send a teleport request | `exonlytpa.tpa` | | `/tpahere ` | Request player to teleport to you | `exonlytpa.tpahere` | | `/tpaccept ` | Accept a teleport request | `exonlytpa.accept` | | `/tpdeny ` | Deny a teleport request | `exonlytpa.deny` | | `/tpatoggle ` | Toggle receiving requests | `exonlytpa.toggle` | | `/tpauto ` | Toggle auto-accept | `exonlytpa.auto` | | `/tpaignore ` | Ignore player's requests | `exonlytpa.ignore` | | `/tpcancel ` | Cancel your request | `exonlytpa.cancel` | | `/exonlytpa reload` | Reload the plugin | `exonlytpa.reload` |

## ๐Ÿš€ Installation

1. Download the latest ExOnlyTPA jar file 2. Place the file in your server's `plugins` folder 3. Restart or reload your server 4. Configure the plugin in `plugins/ExOnlyTPA/config.yml` 5. Enjoy!

## โš™๏ธ Configuration

```yaml # Language Settings language: en-EN # Available: en-EN, tr-TR, de-DE, ru-RU, pt-BR, custom

# Request timeout in seconds request-timeout: 30

# Teleport countdown in seconds teleport-countdown: 3

# Enable auto-accept feature allow-auto-accept: true

# Block ender pearl during countdown block-enderpearl-during-countdown: true

# Sound effects (requires Minecraft 1. 9+) sounds: enabled: true send-request: true receive-request: true accept: true deny: true countdown: true teleport: true ```

## ๐ŸŒ Supported Languages

  • ๐Ÿ‡ฌ๐Ÿ‡ง English (en-EN)
  • ๐Ÿ‡น๐Ÿ‡ท Turkish (tr-TR)
  • ๐Ÿ‡ฉ๐Ÿ‡ช German (de-DE)
  • ๐Ÿ‡ท๐Ÿ‡บ Russian (ru-RU)
  • ๐Ÿ‡ง๐Ÿ‡ท Portuguese (pt-BR)
  • ๐Ÿ”ง Custom (custom.yml)

## ๐Ÿ“ฆ Requirements

  • Minecraft: 1. 8 or higher
  • Java: 8 or higher
  • Server Software: Spigot, Paper, or any Spigot-based fork

> Note: Sound effects only work on Minecraft 1. 9+. The plugin will still function perfectly on 1. 8, but without sounds.

## ๐ŸŽฏ Permissions

| Permission | Description | Default | |------------|-------------|---------| | `exonlytpa.*` | Access to all commands | op | | `exonlytpa.tpa` | Use /tpa command | true | | `exonlytpa.tpahere` | Use /tpahere command | true | | `exonlytpa.accept` | Use /tpaccept command | true | | `exonlytpa.deny` | Use /tpdeny command | true | | `exonlytpa.toggle` | Use /tpatoggle command | true | | `exonlytpa.auto` | Use /tpauto command | true | | `exonlytpa.ignore` | Use /tpaignore command | true | | `exonlytpa.cancel` | Use /tpcancel command | true | | `exonlytpa.reload` | Reload the plugin | op | | `exonlytpa.bypass.cooldown` | Bypass request cooldown | op |

## ๐Ÿ“ License

This project is licensed under the MIT License

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
Extez0612
Version
1.1
Downloads
183
Endorsements
1
Category
bukkit
Created
1/27/2026
Updated
1/26/2026
Game Versions
1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4
Tags
utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does ExOnlyTPA support?

The author lists 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5. Other versions may work but are untested by the author.

What is the latest version of ExOnlyTPA?

Version 1.1, published 2026-01-26 with 183 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by Extez0612 ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods