Mod
SimpleTPA
No reviews yet
A simple TPA Plugin. With customizable Messages and Sounds.
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Includes tools and features for server management.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Spigot is a popular software for running dedicated servers that can load Plugins created with the Bukkit API.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
SimpleTPA
Plugin
Its a SimpleTPA Plugin. With some Customization Options. Default config is at the end of this page.
Please Message me if you encounter any Bugs!
Discord: blizzard8562 (for Bug-Reports, other Issues and Feedback)
Features:
- Customizable Messages
- TPA-Cooldowns
- Custom Sounds
- Clickable Chat Message (for /tpaccept or /tpdeny)
How to use:
- /tpa [Player] To send a teleportation request to a specified Player
- /tpaccept To accept the latest TPA-Request send by another Player.
- /tpdeny To deny the latest TPA-Request send by another Player.
- /tpacancel To cancel a TPA-Request send by yourself.
- /tpreload To reload the config.yml. Permission Required: tpa.reload
- /tpatoggle Toggles whether you allow incoming TPA-Requests.
- /tpa version Allows viewing plugin version info.
Permissions:
- tpa.command.tpa You need this Permission to run /tpa.
- tpa.command.tpaccept You need this Permission to run /tpaccept.
- tpa.command.tpdeny You need this Permission to run /tpdeny.
- tpa.command.tpacancel You need this Permission to run /tpacancel.
- tpa.command.tpatoggle You need this Permission to run /tpatoggle.
- tpa.reload You need this Permission to run /tpreload.
- tpa.command.version You need this Permission to run /tpa version.

default config.yml
settings:
tpa_cooldown: 30 # Cooldown in Seconds, before a Player can send another TPA-Request.
tpa_request_timeout: 60 # Time in Seconds, until a TPA-Request runs out.
check_for_updates: true # Checks Modrinth every 12 hours for a new version.
modrinth_project_slug: "simpletpaplugin" # Modrinth project slug used for update notifications.
sounds:
tpa_request_sent: "entity.experience_orb.pickup"
tpa_request_received: "entity.player.levelup"
tpa_accept: "entity.enderman.teleport"
tpa_deny: "entity.villager.no"
tpa_expired: "entity.item.break"
tpa_toggle_enabled: "block.note_block.bass"
tpa_toggle_disabled: "block.note_block.pling"
messages:
tpa_request_sent: "You sent a TPA-Request to %target% ."
tpa_request_received: "%player% sent you a TPA-Request! /tpaccept or /tpdeny"
tpa_accept_success: "You accepted the TPA-Request from %player% ."
tpa_accept_teleport: "You got teleported by %player% ."
tpa_deny_success: "You denied the TPA-Request from %player% ."
tpa_no_request: "You dont have any pending TPA-Requests."
tpa_request_exists: "You already have a pending TPA-Request."
player_not_online: "This Player is currently not online."
wrong_usage: "Use: /%command% <Player>"
tpa_cancel_success: "Your TPA-Request was cancelled."
tpa_cancel_notify: "%player% cancelled their TPA-Request."
tpa_request_expired_sender: "Your TPA-Request to %target% ran out."
tpa_request_expired_receiver: "The TPA-Request by %player% ran out."
tpa_cooldown: "§ePlease wait %seconds% Seconds, before sending a new TPA-Request."
config_reloaded: "§aThe Configuration has succesfully been reloaded."
no_permission: "§cYou dont have the required Permissions to use this Command.!"
tpa_toggle_enabled: "§cYou will no longer receive TPA-Requests."
tpa_toggle_disabled: "§aYou can now receive TPA-Requests again."
tpa_target_not_accepting: "%target% is not currently accepting TPA-Requests."
version_info: "SimpleTPA version info - Current: %current% | Latest: %latest% | %url%"
update_available_console: "A new version (%version%) of SimpleTPA is available! Download: %url%"
update_available_player: "§eA new version (%version%) of SimpleTPA is available! §fDownload: %url%"
clickable_messages:
accept_text: "[✔ Accept]"
accept_hover: "Click to accept the TPA!"
accept_command: "/tpaccept"
accept_color: "GREEN"
deny_text: "[✖ Deny]"
deny_hover: "Click to deny the TPA!"
deny_command: "/tpdeny"
deny_color: "RED"
German Translation for config.yml(1.4hf)
settings:
tpa_cooldown: 30 # Abklingzeit in Sekunden, bevor ein Spieler eine weitere TPA-Anfrage senden kann.
tpa_request_timeout: 60 # Zeit in Sekunden, bis eine TPA-Anfrage abläuft.
check_for_updates: true # Überprüft alle 12 Stunden auf Modrinth, ob eine neue Version verfügbar ist.
modrinth_project_slug: "simpletpaplugin" # Modrinth-Projekt-Slug für Update-Benachrichtigungen.
sounds:
tpa_request_sent: "entity.experience_orb.pickup"
tpa_request_received: "entity.player.levelup"
tpa_accept: "entity.enderman.teleport"
tpa_deny: "entity.villager.no"
tpa_expired: "entity.item.break"
tpa_toggle_enabled: "block.note_block.bass"
tpa_toggle_disabled: "block.note_block.pling"
messages:
tpa_request_sent: "Du hast eine TPA-Anfrage an %target% gesendet."
tpa_request_received: "%player% hat dir eine TPA-Anfrage gesendet! /tpaccept oder /tpdeny"
tpa_accept_success: "Du hast die TPA-Anfrage von %player% akzeptiert."
tpa_accept_teleport: "Du wurdest von %player% teleportiert."
tpa_deny_success: "Du hast die TPA-Anfrage von %player% abgelehnt."
tpa_no_request: "Du hast keine ausstehenden TPA-Anfragen."
tpa_request_exists: "Du hast bereits eine ausstehende TPA-Anfrage."
player_not_online: "Dieser Spieler ist derzeit nicht online."
wrong_usage: "Verwendung: /%command% <Spieler>"
tpa_cancel_success: "Deine TPA-Anfrage wurde abgebrochen."
tpa_cancel_notify: "%player% hat seine TPA-Anfrage abgebrochen."
tpa_request_expired_sender: "Deine TPA-Anfrage an %target% ist abgelaufen."
tpa_request_expired_receiver: "Die TPA-Anfrage von %player% ist abgelaufen."
tpa_cooldown: "§eBitte warte %seconds% Sekunden, bevor du eine neue TPA-Anfrage sendest."
config_reloaded: "§aDie Konfiguration wurde erfolgreich neu geladen."
no_permission: "§cDu hast nicht die benötigten Berechtigungen, um diesen Befehl zu verwenden!"
tpa_toggle_enabled: "§cDu erhältst nun keine TPA-Anfragen mehr."
tpa_toggle_disabled: "§aDu kannst jetzt wieder TPA-Anfragen erhalten."
tpa_target_not_accepting: "%target% akzeptiert derzeit keine TPA-Anfragen."
version_info: "SimpleTPA Versionsinfo - Aktuell: %current% | Neueste: %latest% | %url%"
update_available_console: "Eine neue Version (%version%) von SimpleTPA ist verfügbar! Download: %url%"
update_available_player: "§eEine neue Version (%version%) von SimpleTPA ist verfügbar! §fDownload: %url%"
clickable_messages:
accept_text: "[✔ Akzeptieren]"
accept_hover: "Klicke, um die TPA-Anfrage zu akzeptieren!"
accept_command: "/tpaccept"
accept_color: "GREEN"
deny_text: "[✖ Ablehnen]"
deny_hover: "Klicke, um die TPA-Anfrage abzulehnen!"
deny_command: "/tpdeny"
deny_color: "RED"
Have fun :)
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources