Mod

SimpleTPA

Quick rating

SimpleTPA

No reviews yet

A simple TPA Plugin. With customizable Messages and Sounds.

No Theme
No Genre
QoL & Tweaks
Server Utility
Mod Loaders
Paper
Spigot
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.4hf
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

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.

SimpleTPA Logo

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 :)

Screenshots

Gallery

  • Simple TPA Logo
    Simple TPA Logo using BlockBench

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~77,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync