Back icon

Back -----

Teleport to your last location after your death




News - Version 1.8.8:

Hello, I'm releasing a new Back version - 1.8.8

In this version, I'm releasing another a Fix/Support about ClickOption.

I recently discovered that Bedrock players were unable to press the /back command via chat using ClickOption.

This new version fixes that problem. The plugin now recognizes whether the user is Java or Bedrock.

For Java players, the standard procedure applies. For Bedrock players, a form will open on screen allowing this to be done easily instead of typing in the chat.

NOTE: If Cooldown is enabled, the form will still be launched immediately after the player respawns. In this case, these players will need to use the chat later to use the command.

Thanks for Wolf2922 for find this bug.

upload_2026-6-6_22-14-26.png

Warning:

- If you are using an older version, please save your old customized configurations, because the languages folder has been updated.

Follow below the new languages file, since Bedrock Forms is now added on Configuration 1.3 with ClickOption:

Code (YAML):
# Plugin developed by GFelberg

# Thanks for downloading my plugin. For more plugins, don't forget to look my updates!
# If you find any bugs or ideas to the plugin, pm me at spigot.

# Placeholders

# %back_prefix% : Gets the Back prefix
# %back_delaytime% : Gets the remaining time for use the Back Command, if cooldown is enabled.
# %back_cost% : Gets the teleport cost
# %back_withdraw% : Gets the money taken from the player account
# %back_loc_world% : Gets the World Coord Chest Death Location
# %back_loc_x% : Gets the X Coord Chest Death Location
# %back_loc_y% : Gets the Y Coord Chest Death Location
# %back_loc_z% : Gets the Z Coord Chest Death Location

# Configuration 1.0
# This configuration will display the Back Messages
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eYou have been teleported to your last location"
  Failed
: "%back_prefix% &cYour teleport has been failed. No location found!"
  NoPermission
: "%back_prefix% &cYou don't have permission to perform this command!"
  Reload
: "%back_prefix% &aPlugin reloaded successfully!"

# Configuration 1.1
# This configuration will display the Help Page Messages
Help
:
  Page
: "&eShows this page"
  Back
: "&eTeleports to your last location"
  Backlist
: "&eList all Blocked Worlds"
  Reload
: "&eReloads the Plugin"

# Configuration 1.2
# This configuration will display the Cooldown Messages

# If the player has "back.bypass" permission, the player will be able to use the command even with the cooldown enabled.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cYou must wait &b%back_delaytime% &cseconds to use the command!"

# Configuration 1.3
# This configuration will display the ClickOption System (Only for Server Versions equal or above 1.16)

# When a player dies, a clickable message will be available for Java Players on chat, and a form will be available for
# Bedrock Players on screen after respawn.
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Click here to Death Location]"
    - ""
  BedrockFormMessages
:
    Title
: "&5[Back to Death Location]"
    Content
: "&eDo you want to go back at your last location?"
    AnswerYes
: "&aYes"
    AnswerNo
: "&cNo"

# Configuration 1.4
# This configuration will display the WorldBlacklist Messages

# If a player dies and use the command, the player will be blocked if the world which he died is
# in the list below. The command will only works if he dies inside an allowed world.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cThe world list is disabled in the configuration!"
  BlockedWorld
: "%back_prefix% &cYou died in a world which this command is blocked by an Admin!"
  NoWorlds
: "%back_prefix% &cNo Worlds were found in the list!"
  Title
: "&bBlocked Worlds"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuration 1.5
# This configuration will display the Vault Messages

# You must have the Vault and an Economy Plugin to works. If you don't have one of them, the default
# method will be applied.

# If the player has "back.bypass.economy" permission, the player will be able to use the command
# without withdraw money if the Vault is enabled.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bwere taken from your account"
  NoMoney
: "&cYou need $%back_cost% to teleport!"

# Configuration 1.6
# This configuration will display the DeathChest Messages

# When the player dies, a chest will be placed in his death location with his items, even if the inventory is empty
# and a message with the chest location will be sent. It's a way to provide your previous location if there's a
# cooldown for the /back command
DeathChest
:
  Enable
: false
  MessageLocation
: "%back_prefix% &aChest Location: &eWorld [&b%back_loc_world%&e] &eX [&b%back_loc_x%&e] / &eY [&b%back_loc_y%&e] / &eZ [&b%back_loc_z%&e]"

Code (YAML):
# Plugin desenvolvido por GFelberg

# Obrigado por baixar meu plugin. Para mais plugins, não esqueça de conferir minhas atualizações!
# Se você encontrar bugs ou ideias para o plugin, me envie uma mensagem no Spigot.

# Espaços reservados

# %back_prefix% : Obtém o prefixo do Back
# %back_delaytime% : Obtém o tempo restante para usar o comando Back, se o cooldown estiver ativado.
# %back_cost% : Obtém o custo de teletransporte
# %back_withdraw% : Obtém o dinheiro retirado da conta do jogador
# %back_loc_world% : Obtém o mundo da localização do Baú da Morte
# %back_loc_x% : Obtém a coordenada X da localização do Baú da Morte
# %back_loc_y% : Obtém a coordenada Y da localização do Baú da Morte
# %back_loc_z% : Obtém a coordenada Z da localização do Baú da Morte

# Configuração 1.0
# Esta configuração exibirá as mensagens do Back
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eVocê foi teleportado para sua última localização"
  Failed
: "%back_prefix% &cO seu teleporte fracassou. Nenhuma localização encontrada!"
  NoPermission
: "%back_prefix% &cVocê não tem permissão para executar esse comando!"
  Reload
: "%back_prefix% &aPlugin carregado com sucesso!"

# Configuração 1.1
# Esta configuração exibirá as mensagens da página de ajuda
Help
:
  Page
: "&eMostrar a Página de Ajuda"
  Back
: "&eTeleportar para sua última localização"
  Backlist
: "&eListar todos os Mundos Bloqueados"
  Reload
: "&eRecarregar o Plugin"

# Configuração 1.2
# Esta configuração exibirá as mensagens de cooldown

# Se o jogador tiver a permissão "back.bypass", ele poderá usar o comando mesmo com o cooldown ativado.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cVocê deve aguardar &b%back_delaytime% &csegundos para usar esse comando!"

# Configuração 1.3
# Esta configuração exibirá o sistema ClickOption (Apenas para versões do servidor iguais ou superiores à 1.16)

# Quando um jogador morrer, uma mensagem clicável ficará disponível no chat para jogadores Java,
# e um formulário será exibido na tela para jogadores Bedrock após o renascimento.
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Clique aqui para a Localização da Morte]"
    - ""
  BedrockFormMessages
:
    Title
: "&5[Voltar ao Local da Morte]"
    Content
: "&eVocê deseja voltar para o local onde morreu?"
    AnswerYes
: "&aSim"
    AnswerNo
: "&cNão"

# Configuração 1.4
# Esta configuração exibirá as mensagens da lista negra de mundos

# Se um jogador morrer e usar o comando, ele será bloqueado se o mundo em que ele morreu estiver
# na lista abaixo. O comando funcionará apenas se ele morrer em um mundo permitido.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cA lista de mundos se encontra desativada na configuração!"
  BlockedWorld
: "%back_prefix% &cVocê morreu em um mundo que esse comando foi bloqueado por um Administrador!"
  NoWorlds
: "%back_prefix% &cNenhum mundo foi encontrado na lista!"
  Title
: "&bMundos Bloqueados"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuração 1.5
# Esta configuração exibirá as mensagens do Vault

# Você deve ter o Vault e um plugin de Economia para funcionar. Se você não tiver um deles, o método padrão
# será aplicado.
# Se o jogador tiver a permissão "back.bypass.economy", ele poderá usar o comando
# sem retirar dinheiro se o Vault estiver ativado.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bforam retirados de sua conta"
  NoMoney
: "&cVocê precisa de $%back_cost% para teleportar!"

# Configuração 1.6
# Esta configuração exibirá as mensagens do DeathChest

# Quando o jogador morrer, um baú será colocado na localização da sua morte com seus itens, mesmo se o inventário estiver vazio,
# e uma mensagem com a localização do baú será enviada. É uma forma de informar a última localização caso tenha um cooldown
# para o comando /back
DeathChest
:
  Enable
: false
  MessageLocation
: "%back_prefix% &aLocalização dos Baús: &eMundo [&b%back_loc_world%&e] &eX [&b%back_loc_x%&e] / &eY [&b%back_loc_y%&e] / &eZ [&b%back_loc_z%&e]"

Code (YAML):
# Plugin développé par GFelberg

# Merci d'avoir téléchargé mon plugin. Pour d'autres plugins, n'oubliez pas de consulter mes mises à jour !
# Si vous trouvez des bugs ou des idées pour le plugin, envoyez-moi un message sur Spigot.

# Espaces réservés

# %back_prefix% : Récupère le préfixe Back
# %back_delaytime% : Récupère le temps restant avant d'utiliser la commande Back, si le cooldown est activé.
# %back_cost% : Récupère le coût de téléportation
# %back_withdraw% : Récupère l'argent retiré du compte du joueur


# Configuration 1.0
# Cette configuration affichera les messages Back
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eVous avez été téléporté à votre dernière position"
  Failed
: "%back_prefix% &cVotre téléportation a échoué. Aucune position trouvée!"
  NoPermission
: "%back_prefix% &cVous n'avez pas la permission d'exécuter cette commande!"
  Reload
: "%back_prefix% &aPlugin rechargé avec succès!"

# Configuration 1.1
# Cette configuration affichera les messages de la page d'aide
Help
:
  Page
: "&eAffiche cette page"
  Back
: "&eTéléporte à votre dernière position"
  Backlist
: "&eListe tous les mondes bloqués"
  Reload
: "&eRecharge le plugin"

# Configuration 1.2
# Cette configuration affichera les messages de cooldown

# Si le joueur a la permission "back.bypass", il pourra utiliser la commande même si le cooldown est activé.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cVous devez attendre &b%back_delaytime% &csecondes avant d'utiliser cette commande!"

# Configuration 1.3
# Cette configuration affichera le système ClickOption (uniquement pour les versions de serveur égales ou supérieures à 1.16)

# Lorsqu'un joueur meurt, un message cliquable sera disponible dans le chat pour les joueurs Java,
# et un formulaire s'affichera à l'écran pour les joueurs Bedrock après leur réapparition.
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Cliquez ici pour l'emplacement de la mort]"
    - ""
  BedrockFormMessages
:
    Title
: "&5[Retour au lieu de mort]"
    Content
: "&eSouhaitez-vous retourner à votre dernier lieu de mort ?"
    AnswerYes
: "&aOui"
    AnswerNo
: "&cNon"

# Configuration 1.4
# Cette configuration affichera les messages de la liste noire des mondes

# Si un joueur meurt et utilise la commande, il sera bloqué si le monde dans lequel il est mort figure dans la liste ci-dessous.
# La commande ne fonctionnera que s'il meurt dans un monde autorisé.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cLa liste des mondes est désactivée dans la configuration!"
  BlockedWorld
: "%back_prefix% &cVous êtes mort dans un monde où cette commande est bloquée par un administrateur!"
  NoWorlds
: "%back_prefix% &cAucun monde trouvé dans la liste!"
  Title
: "&bMondes Bloqués"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuration 1.5
# Cette configuration affichera les messages Vault

# Vous devez avoir Vault et un plugin d'économie pour que cela fonctionne. Si vous n'avez pas l'un d'eux, la méthode par défaut sera appliquée.
# Si le joueur a la permission "back.bypass.economy", il pourra utiliser la commande sans retrait d'argent si Vault est activé.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bont été retirés de votre compte"
  NoMoney
: "&cVous avez besoin de $%back_cost% pour vous téléporter!"

# Configuration 1.6
# Cette configuration affichera les messages DeathChest

# Lorsque le joueur meurt, un coffre sera placé à l'emplacement de sa mort avec ses objets, même si l'inventaire est vide
# et un message avec l'emplacement du coffre sera envoyé. C'est un moyen de fournir votre emplacement précédent s'il y a un
# temps de recharge pour la commande /back.
DeathChest
:
  Enable
: false
  MessageLocation
: "%back_prefix% &aEmplacement de la Poitrine: &eMonde [&b%back_loc_world%&e] &eX [&b%back_loc_x%&e] / &eY [&b%back_loc_y%&e] / &eZ [&b%back_loc_z%&e]"

Code (YAML):
# Plugin entwickelt von GFelberg.

# Vielen Dank, dass du mein Plugin heruntergeladen hast. Für weitere Plugins solltest du meine Updates nicht verpassen!
# Wenn du Fehler findest oder Ideen für das Plugin hast, kontaktiere mich bitte über Spigot.

# Platzhalter

# %back_prefix% : Gibt das Back-Präfix zurück.
# %back_delaytime% : Gibt die verbleibende Zeit bis zur Nutzung des Back-Befehls zurück, falls der Cooldown aktiviert ist.
# %back_cost% : Gibt die Teleportkosten zurück.
# %back_withdraw% : Gibt den Geldbetrag zurück, der vom Spielerkonto abgezogen wurde.
# %back_loc_world% : Gibt die Welt der DeathChest-Position zurück
# %back_loc_x% : Gibt die X-Koordinate der DeathChest-Position zurück
# %back_loc_y% : Gibt die Y-Koordinate der DeathChest-Position zurück
# %back_loc_z% : Gibt die Z-Koordinate der DeathChest-Position zurück

# Configuration 1.0
# Diese Konfiguration zeigt die Back-Nachrichten an.
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eDu wurdest an deine letzte Position teleportiert"
  Failed
: "%back_prefix% &cDeine Teleportation ist fehlgeschlagen. Keine Position gefunden!"
  NoPermission
: "%back_prefix% &cDu hast keine Berechtigung, diesen Befehl auszuführen!"
  Reload
: "%back_prefix% &aPlugin erfolgreich neu geladen!"

# Configuration 1.1
# Diese Konfiguration zeigt die Hilfeseiten-Nachrichten an.
Help
:
  Page
: "&eZeigt diese Seite an"
  Back
: "&eTeleportiert dich zu deiner letzten Position"
  Backlist
: "&eListet alle blockierten Welten auf"
  Reload
: "&eLädt das Plugin neu"

# Configuration 1.2
# Diese Konfiguration zeigt die Cooldown-Nachrichten an.

# Wenn der Spieler die Berechtigung "back.bypass" besitzt, kann er den Befehl auch bei aktiviertem Cooldown verwenden.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cDu musst &b%back_delaytime% &cSekunden warten, bevor du den Befehl benutzen kannst!"

# Configuration 1.3
# Diese Konfiguration zeigt das ClickOption-System an (nur für Serverversionen ab 1.16).

# Wenn ein Spieler stirbt, wird für Java-Spieler eine anklickbare Nachricht im Chat angezeigt,
# und für Bedrock-Spieler wird nach dem Wiederbeleben ein Formular auf dem Bildschirm angezeigt.
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Hier klicken, um zum Todesort zu gelangen]"
    - ""
  BedrockFormMessages
:
    Title
: "&5[Zum Todesort zurückkehren]"
    Content
: "&eMöchtest du zu deinem letzten Todesort zurückkehren?"
    AnswerYes
: "&aJa"
    AnswerNo
: "&cNein"

# Configuration 1.4
# Diese Konfiguration zeigt die WorldBlacklist-Nachrichten an.

# Wenn ein Spieler stirbt und den Befehl verwendet, wird er blockiert, falls die Welt, in der er gestorben ist,
# in der untenstehenden Liste enthalten ist.
# Der Befehl funktioniert nur, wenn der Spieler in einer erlaubten Welt gestorben ist.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cDie Weltliste ist in der Konfiguration deaktiviert!"
  BlockedWorld
: "%back_prefix% &cDu bist in einer Welt gestorben, in der dieser Befehl von einem Admin blockiert wurde!"
  NoWorlds
: "%back_prefix% &cKeine Welten in der Liste gefunden!"
  Title
: "&bBlockierte Welten"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuration 1.5
# Diese Konfiguration zeigt die Vault-Nachrichten an.

# Du musst Vault sowie ein Economy-Plugin installiert haben, damit dies funktioniert.
# Falls eines davon fehlt, wird die Standardmethode verwendet.

# Wenn der Spieler die Berechtigung "back.bypass.economy" besitzt, kann er den Befehl
# verwenden, ohne dass Geld abgezogen wird, sofern Vault aktiviert ist.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bwurden von deinem Konto abgezogen"
  NoMoney
: "&cDu brauchst $%back_cost%, um dich zu teleportieren!"

# Configuration 1.6
# Diese Konfiguration zeigt die DeathChest-Nachrichten an.

# Wenn der Spieler stirbt, wird an seiner Todesstelle eine Truhe mit seinen Gegenständen platziert, auch wenn das Inventar leer ist
# und es wird eine Nachricht mit dem Standort der Truhe gesendet. Es ist eine Möglichkeit, deinen vorherigen Standort anzugeben, falls ein
# Cooldown für den /back-Befehl aktiv ist
DeathChest
:
  Enable
: false
  MessageLocation
: "%back_prefix% &aBrustort: &eWelt [&b%back_loc_world%&e] &eX [&b%back_loc_x%&e] / &eY [&b%back_loc_y%&e] / &eZ [&b%back_loc_z%&e]"

Code (YAML):
# Wtyczka opracowana przez GFelberg

# Dziękujemy za pobranie mojej wtyczki. Aby znaleźć inne wtyczki, nie zapomnij sprawdzać moich aktualizacji!
# Jeśli znajdziesz błędy lub masz pomysły na wtyczkę, napisz do mnie na Spigot.

# Zmienne zastępcze

# %back_prefix% : Pobiera prefiks Back
# %back_delaytime% : Pobiera pozostały czas do ponownego użycia komendy Back, jeśli cooldown jest włączony.
# %back_cost% : Pobiera koszt teleportacji
# %back_withdraw% : Pobiera kwotę pobraną z konta gracza
# %back_loc_world% : Pobiera świat lokalizacji Skrzyni Śmierci
# %back_loc_x% : Pobiera współrzędną X lokalizacji Skrzyni Śmierci
# %back_loc_y% : Pobiera współrzędną Y lokalizacji Skrzyni Śmierci
# %back_loc_z% : Pobiera współrzędną Z lokalizacji Skrzyni Śmierci

# Konfiguracja 1.0
# Ta konfiguracja wyświetla wiadomości Back
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eZostałeś teleportowany do swojej ostatniej lokalizacji"
  Failed
: "%back_prefix% &cTwoja teleportacja nie powiodła się. Nie znaleziono lokalizacji!"
  NoPermission
: "%back_prefix% &cNie masz uprawnień do wykonania tej komendy!"
  Reload
: "%back_prefix% &aPlugin został pomyślnie przeładowany!"

# Konfiguracja 1.1
# Ta konfiguracja wyświetla wiadomości strony pomocy
Help
:
  Page
: "&eWyświetla tę stronę"
  Back
: "&eTeleportuje cię do twojej ostatniej lokalizacji"
  Backlist
: "&eWyświetla listę wszystkich zablokowanych światów"
  Reload
: "&ePrzeładowuje plugin"

# Konfiguracja 1.2
# Ta konfiguracja wyświetla wiadomości dotyczące cooldownu

# Jeśli gracz ma uprawnienie "back.bypass", będzie mógł użyć komendy, nawet gdy cooldown jest aktywny.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cMusisz poczekać &b%back_delaytime% &csekund przed użyciem tej komendy!"

# Konfiguracja 1.3
# Ta konfiguracja wyświetla system ClickOption (tylko dla wersji serwera równej lub wyższej niż 1.16)

# Gdy gracz umrze, na czacie pojawi się klikalna wiadomość dla graczy Java,
# a po odrodzeniu gracze Bedrock zobaczą formularz na ekranie.
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Kliknij tutaj, aby przejść do miejsca śmierci]"
    - ""
  BedrockFormMessages
:
    Title
: "&5[Powrót do miejsca śmierci]"
    Content
: "&eCzy chcesz wrócić do miejsca swojej ostatniej śmierci?"
    AnswerYes
: "&aTak"
    AnswerNo
: "&cNie"

# Konfiguracja 1.4
# Ta konfiguracja wyświetla wiadomości listy zablokowanych światów

# Jeśli gracz umrze i użyje komendy, zostanie zablokowany, jeśli świat, w którym umarł,
# znajduje się na poniższej liście. Komenda zadziała tylko, jeśli umrze w dozwolonym świecie.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cLista światów jest wyłączona w konfiguracji!"
  BlockedWorld
: "%back_prefix% &cZginąłeś w świecie, w którym ta komenda jest zablokowana przez administratora!"
  NoWorlds
: "%back_prefix% &cNie znaleziono żadnych światów na liście!"
  Title
: "&bZablokowane Światy"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Konfiguracja 1.5
# Ta konfiguracja wyświetla wiadomości Vault

# Musisz mieć zainstalowane Vault i plugin ekonomiczny, aby to działało. Jeśli brakuje któregoś z nich, zostanie zastosowana domyślna metoda.
# Jeśli gracz ma uprawnienie "back.bypass.economy", będzie mógł użyć komendy
# bez pobierania pieniędzy, jeśli Vault jest włączony.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bzostało pobrane z twojego konta"
  NoMoney
: "&cPotrzebujesz $%back_cost%, aby się teleportować do lokalizacji śmierci!"

# Konfiguracja 1.6
# Ta konfiguracja wyświetla wiadomości DeathChest

# Gdy gracz umrze, skrzynia zostanie umieszczona w miejscu jego śmierci z jego przedmiotami, nawet jeśli ekwipunek jest pusty
# i zostanie wysłana wiadomość z lokalizacją skrzyni. To sposób na udostępnienie twojej poprzedniej lokalizacji, jeśli
# istnieje czas odnowienia dla polecenia /back
DeathChest
:
  Enable
: false
  MessageLocation
: "%back_prefix% &aLokalizacja klatki piersiowej: &eŚwiat [&b%back_loc_world%&e] &eX [&b%back_loc_x%&e] / &eY [&b%back_loc_y%&e] / &eZ [&b%back_loc_z%&e]"
 

Code (YAML):
# Eklenti GFelberg tarafından geliştirilmiştir.

# Eklentimi indirdiğiniz için teşekkürler. Daha fazla eklenti için güncellemelerime göz atmayı unutmayın!
# Eklentiyle ilgili herhangi bir hata veya fikir bulursanız, spigot üzerinden bana özel mesaj gönderin.

# Yer tutucular

# %back_prefix% : Geri önekini alır
# %back_delaytime% : Geri Komutunu kullanmak için kalan süreyi alır, eğer bekleme süresi etkinse.
# %back_cost% : Işınlanma maliyetini alır
# %back_withdraw% : Oyuncunun hesabından alınan parayı alır
# %back_loc_world% : Ölüm Sandığı konumunun dünyasını alır
# %back_loc_x% : Ölüm Sandığı konumunun X koordinatını alır
# %back_loc_y% : Ölüm Sandığı konumunun Y koordinatını alır
# %back_loc_z% : Ölüm Sandığı konumunun Z koordinatını alır

# Configuration 1.0
# Bu yapılandırma Geri Mesajlarını gösterecektir
Back
:
  Prefix
: "&b[&eGeri&b]&r"
  Message
: "%back_prefix% &eSon konumunuza ışınlandınız"
  Failed
: "%back_prefix% &cIşınlanmanız başarısız oldu. Konum bulunamadı!"
  NoPermission
: "%back_prefix% &cBu komutu kullanmak için izniniz yok!"
  Reload
: "%back_prefix% &aEklenti başarıyla yeniden yüklendi!"

# Configuration 1.1
# Bu yapılandırma Yardım Sayfası Mesajlarını gösterecektir
Help
:
  Page
: "&eBu sayfayı gösterir"
  Back
: "&eSon konumunuza ışınlar"
  Backlist
: "&eTüm Engellenmiş Dünyaları listeler"
  Reload
: "&eEklentiyi yeniden yükler"

# Configuration 1.2
# Bu yapılandırma Bekleme Süresi Mesajlarını gösterecektir

# Eğer oyuncunun "back.bypass" izni varsa, oyuncu bekleme süresi etkin olsa bile komutu kullanabilir.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cKomutu kullanmak için &b%back_delaytime% &csaniye beklemelisiniz!"

# Configuration 1.3
# Bu yapılandırma Tıklama Seçeneği Sistemini gösterecektir (Yalnızca 1.16 ve üzeri sunucu sürümleri için)

# Bir oyuncu öldüğünde, Java oyuncuları için sohbette tıklanabilir bir mesaj görüntülenir
# ve Bedrock oyuncuları için yeniden doğduktan sonra ekranda bir form gösterilir.
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Ölüm Konumuna ışınlanmak için buraya tıklayın]"
    - ""
  BedrockFormMessages
:
    Title
: "&5[Ölüm Noktasına Dön]"
    Content
: "&eSon ölüm konumuna geri dönmek istiyor musun?"
    AnswerYes
: "&aEvet"
    AnswerNo
: "&cHayır"

# Configuration 1.4
# Bu yapılandırma Dünya Kara Listesi Mesajlarını gösterecektir

# Eğer bir oyuncu ölürse ve komutu kullanırsa, öldüğü dünya aşağıdaki listede varsa engellenecektir.
# Komut yalnızca izin verilen dünyalarda öldüğünde çalışacaktır.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cDünya listesi yapılandırmada devre dışı bırakılmış!"
  BlockedWorld
: "%back_prefix% &cBu komutun bir Yönetici tarafından engellendiği bir dünyada öldünüz!"
  NoWorlds
: "%back_prefix% &cListede Dünya bulunamadı!"
  Title
: "&bEngellenmiş Dünyalar"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuration 1.5
# Bu yapılandırma Vault Mesajlarını gösterecektir

# Çalışması için Vault ve bir Ekonomi Eklentisine sahip olmanız gerekir. Eğer bunlardan biri yoksa, varsayılan yöntem uygulanır.

# Eğer oyuncunun "back.bypass.economy" izni varsa, Vault etkin olsa bile para çekilmeden komutu kullanabilir.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bhesabınızdan alındı"
  NoMoney
: "&cIşınlanmak için $%back_cost% paraya ihtiyacınız var!"

# Configuration 1.6
# Bu yapılandırma DeathChest Mesajlarını görüntüleyecektir

# Oyuncu öldüğünde, ölüm konumunda envanterindeki eşyalarla bir sandık yerleştirilir, envanter boş olsa bile
# ve sandık konumuyla bir mesaj gönderilir. /back komutu için bir bekleme süresi varsa önceki konumunuzu
# sağlamak için bir yoldur
DeathChest
:
  Enable
: false
  MessageLocation
: "%back_prefix% &aSandık Konumu: &eDünya [&b%back_loc_world%&e] &eX [&b%back_loc_x%&e] / &eY [&b%back_loc_y%&e] / &eZ [&b%back_loc_z%&e]"
----------, Jun 7, 2026

News - Version 1.8.7:

Hello, I'm releasing a new Back version - 1.8.7

In this version, I'm releasing a Bug Fix about ClickOption. Since Minecraft updated its versioning format, it prevented servers from using ClickOption due to verification that the server had to be version 1.16 or higher. Now, both old and new version servers can use it without problems.

Thanks for Wolf2922 for find this bug.


Another part of this update is the Death Chest. When the player dies, a chest will be placed in his death location with his items, even if the inventory is empty and a message with the chest location will be sent. It's a way to provide your previous location if there's a cooldown for the /back command

You can turn this configuration in your language file. He works only for players which contains the "back.back" permission
DeathChest.png

Warning:

- If you are using an older version, please save your old customized configurations, because the languages folder has been updated.

Follow below the new languages file, since Death Chest is now added:


Code (YAML):
# Plugin developed by GFelberg

# Thanks for downloading my plugin. For more plugins, don't forget to look my updates!
# If you find any bugs or ideas to the plugin, pm me at spigot.

# Placeholders

# %back_prefix% : Gets the Back prefix
# %back_delaytime% : Gets the remaining time for use the Back Command, if cooldown is enabled.
# %back_cost% : Gets the teleport cost
# %back_withdraw% : Gets the money taken from the player account
# %back_loc_world% : Gets the World Coord Chest Death Location
# %back_loc_x% : Gets the X Coord Chest Death Location
# %back_loc_y% : Gets the Y Coord Chest Death Location
# %back_loc_z% : Gets the Z Coord Chest Death Location

# Configuration 1.0
# This configuration will display the Back Messages
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eYou have been teleported to your last location"
  Failed
: "%back_prefix% &cYour teleport has been failed. No location found!"
  NoPermission
: "%back_prefix% &cYou don't have permission to perform this command!"
  Reload
: "%back_prefix% &aPlugin reloaded successfully!"

# Configuration 1.1
# This configuration will display the Help Page Messages
Help
:
  Page
: "&eShows this page"
  Back
: "&eTeleports to your last location"
  Backlist
: "&eList all Blocked Worlds"
  Reload
: "&eReloads the Plugin"

# Configuration 1.2
# This configuration will display the Cooldown Messages

# If the player has "back.bypass" permission, the player will be able to use the command even with the cooldown enabled.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cYou must wait &b%back_delaytime% &cseconds to use the command!"

# Configuration 1.3
# This configuration will display the ClickOption System (Only for Server Versions equal or above 1.16)
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Click here to Death Location]"
    - ""

# Configuration 1.4
# This configuration will display the WorldBlacklist Messages

# If a player dies and use the command, the player will be blocked if the world which he died is
# in the list below. The command will only works if he dies inside an allowed world.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cThe world list is disabled in the configuration!"
  BlockedWorld
: "%back_prefix% &cYou died in a world which this command is blocked by an Admin!"
  NoWorlds
: "%back_prefix% &cNo Worlds were found in the list!"
  Title
: "&bBlocked Worlds"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuration 1.5
# This configuration will display the Vault Messages

# You must have the Vault and an Economy Plugin to works. If you don't have one of them, the default
# method will be applied.

# If the player has "back.bypass.economy" permission, the player will be able to use the command
# without withdraw money if the Vault is enabled.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bwere taken from your account"
  NoMoney
: "&cYou need $%back_cost% to teleport!"

# Configuration 1.6
# This configuration will display the DeathChest Messages

# When the player dies, a chest will be placed in his death location with his items, even if the inventory is empty
# and a message with the chest location will be sent. It's a way to provide your previous location if there's a
# cooldown for the /back command
DeathChest
:
  Enable
: false
  MessageLocation
: "%back_prefix% &aChest Location: &eWorld [&b%back_loc_world%&e] &eX [&b%back_loc_x%&e] / &eY [&b%back_loc_y%&e] / &eZ [&b%back_loc_z%&e]"

Code (YAML):
# Plugin desenvolvido por GFelberg

# Obrigado por baixar meu plugin. Para mais plugins, não esqueça de conferir minhas atualizações!
# Se você encontrar bugs ou ideias para o plugin, me envie uma mensagem no Spigot.

# Espaços reservados

# %back_prefix% : Obtém o prefixo do Back
# %back_delaytime% : Obtém o tempo restante para usar o comando Back, se o cooldown estiver ativado.
# %back_cost% : Obtém o custo de teletransporte
# %back_withdraw% : Obtém o dinheiro retirado da conta do jogador
# %back_loc_world% : Obtém o mundo da localização do Baú da Morte
# %back_loc_x% : Obtém a coordenada X da localização do Baú da Morte
# %back_loc_y% : Obtém a coordenada Y da localização do Baú da Morte
# %back_loc_z% : Obtém a coordenada Z da localização do Baú da Morte

# Configuração 1.0
# Esta configuração exibirá as mensagens do Back
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eVocê foi teleportado para sua última localização"
  Failed
: "%back_prefix% &cO seu teleporte fracassou. Nenhuma localização encontrada!"
  NoPermission
: "%back_prefix% &cVocê não tem permissão para executar esse comando!"
  Reload
: "%back_prefix% &aPlugin carregado com sucesso!"

# Configuração 1.1
# Esta configuração exibirá as mensagens da página de ajuda
Help
:
  Page
: "&eMostrar a Página de Ajuda"
  Back
: "&eTeleportar para sua última localização"
  Backlist
: "&eListar todos os Mundos Bloqueados"
  Reload
: "&eRecarregar o Plugin"

# Configuração 1.2
# Esta configuração exibirá as mensagens de cooldown

# Se o jogador tiver a permissão "back.bypass", ele poderá usar o comando mesmo com o cooldown ativado.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cVocê deve aguardar &b%back_delaytime% &csegundos para usar esse comando!"

# Configuração 1.3
# Esta configuração exibirá o sistema ClickOption (Apenas para versões do servidor iguais ou superiores à 1.16)
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Clique aqui para a Localização da Morte]"
    - ""

# Configuração 1.4
# Esta configuração exibirá as mensagens da lista negra de mundos

# Se um jogador morrer e usar o comando, ele será bloqueado se o mundo em que ele morreu estiver
# na lista abaixo. O comando funcionará apenas se ele morrer em um mundo permitido.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cA lista de mundos se encontra desativada na configuração!"
  BlockedWorld
: "%back_prefix% &cVocê morreu em um mundo que esse comando foi bloqueado por um Administrador!"
  NoWorlds
: "%back_prefix% &cNenhum mundo foi encontrado na lista!"
  Title
: "&bMundos Bloqueados"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuração 1.5
# Esta configuração exibirá as mensagens do Vault

# Você deve ter o Vault e um plugin de Economia para funcionar. Se você não tiver um deles, o método padrão
# será aplicado.
# Se o jogador tiver a permissão "back.bypass.economy", ele poderá usar o comando
# sem retirar dinheiro se o Vault estiver ativado.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bforam retirados de sua conta"
  NoMoney
: "&cVocê precisa de $%back_cost% para teleportar!"

# Configuração 1.6
# Esta configuração exibirá as mensagens do DeathChest

# Quando o jogador morrer, um baú será colocado na localização da sua morte com seus itens, mesmo se o inventário estiver vazio,
# e uma mensagem com a localização do baú será enviada. É uma forma de informar a última localização caso tenha um cooldown
# para o comando /back
DeathChest
:
  Enable
: false
  MessageLocation
: "%back_prefix% &aLocalização dos Baús: &eMundo [&b%back_loc_world%&e] &eX [&b%back_loc_x%&e] / &eY [&b%back_loc_y%&e] / &eZ [&b%back_loc_z%&e]"

Code (YAML):
# Plugin développé par GFelberg

# Merci d'avoir téléchargé mon plugin. Pour d'autres plugins, n'oubliez pas de consulter mes mises à jour !
# Si vous trouvez des bugs ou des idées pour le plugin, envoyez-moi un message sur Spigot.

# Espaces réservés

# %back_prefix% : Récupère le préfixe Back
# %back_delaytime% : Récupère le temps restant avant d'utiliser la commande Back, si le cooldown est activé.
# %back_cost% : Récupère le coût de téléportation
# %back_withdraw% : Récupère l'argent retiré du compte du joueur


# Configuration 1.0
# Cette configuration affichera les messages Back
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eVous avez été téléporté à votre dernière position"
  Failed
: "%back_prefix% &cVotre téléportation a échoué. Aucune position trouvée!"
  NoPermission
: "%back_prefix% &cVous n'avez pas la permission d'exécuter cette commande!"
  Reload
: "%back_prefix% &aPlugin rechargé avec succès!"

# Configuration 1.1
# Cette configuration affichera les messages de la page d'aide
Help
:
  Page
: "&eAffiche cette page"
  Back
: "&eTéléporte à votre dernière position"
  Backlist
: "&eListe tous les mondes bloqués"
  Reload
: "&eRecharge le plugin"

# Configuration 1.2
# Cette configuration affichera les messages de cooldown

# Si le joueur a la permission "back.bypass", il pourra utiliser la commande même si le cooldown est activé.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cVous devez attendre &b%back_delaytime% &csecondes avant d'utiliser cette commande!"

# Configuration 1.3
# Cette configuration affichera le système ClickOption (uniquement pour les versions de serveur égales ou supérieures à 1.16)
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Cliquez ici pour l'emplacement de la mort]"
    - ""

# Configuration 1.4
# Cette configuration affichera les messages de la liste noire des mondes

# Si un joueur meurt et utilise la commande, il sera bloqué si le monde dans lequel il est mort figure dans la liste ci-dessous.
# La commande ne fonctionnera que s'il meurt dans un monde autorisé.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cLa liste des mondes est désactivée dans la configuration!"
  BlockedWorld
: "%back_prefix% &cVous êtes mort dans un monde où cette commande est bloquée par un administrateur!"
  NoWorlds
: "%back_prefix% &cAucun monde trouvé dans la liste!"
  Title
: "&bMondes Bloqués"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuration 1.5
# Cette configuration affichera les messages Vault

# Vous devez avoir Vault et un plugin d'économie pour que cela fonctionne. Si vous n'avez pas l'un d'eux, la méthode par défaut sera appliquée.
# Si le joueur a la permission "back.bypass.economy", il pourra utiliser la commande sans retrait d'argent si Vault est activé.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bont été retirés de votre compte"
  NoMoney
: "&cVous avez besoin de $%back_cost% pour vous téléporter!"

# Configuration 1.6
# Cette configuration affichera les messages DeathChest

# Lorsque le joueur meurt, un coffre sera placé à l'emplacement de sa mort avec ses objets, même si l'inventaire est vide
# et un message avec l'emplacement du coffre sera envoyé. C'est un moyen de fournir votre emplacement précédent s'il y a un
# temps de recharge pour la commande /back.
DeathChest
:
  Enable
: false
  MessageLocation
: "%back_prefix% &aEmplacement de la Poitrine: &eMonde [&b%back_loc_world%&e] &eX [&b%back_loc_x%&e] / &eY [&b%back_loc_y%&e] / &eZ [&b%back_loc_z%&e]"

Code (YAML):
# Plugin entwickelt von GFelberg.

# Vielen Dank, dass du mein Plugin heruntergeladen hast. Für weitere Plugins solltest du meine Updates nicht verpassen!
# Wenn du Fehler findest oder Ideen für das Plugin hast, kontaktiere mich bitte über Spigot.

# Platzhalter

# %back_prefix% : Gibt das Back-Präfix zurück.
# %back_delaytime% : Gibt die verbleibende Zeit bis zur Nutzung des Back-Befehls zurück, falls der Cooldown aktiviert ist.
# %back_cost% : Gibt die Teleportkosten zurück.
# %back_withdraw% : Gibt den Geldbetrag zurück, der vom Spielerkonto abgezogen wurde.
# %back_loc_world% : Gibt die Welt der DeathChest-Position zurück
# %back_loc_x% : Gibt die X-Koordinate der DeathChest-Position zurück
# %back_loc_y% : Gibt die Y-Koordinate der DeathChest-Position zurück
# %back_loc_z% : Gibt die Z-Koordinate der DeathChest-Position zurück

# Configuration 1.0
# Diese Konfiguration zeigt die Back-Nachrichten an.
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eDu wurdest an deine letzte Position teleportiert"
  Failed
: "%back_prefix% &cDeine Teleportation ist fehlgeschlagen. Keine Position gefunden!"
  NoPermission
: "%back_prefix% &cDu hast keine Berechtigung, diesen Befehl auszuführen!"
  Reload
: "%back_prefix% &aPlugin erfolgreich neu geladen!"

# Configuration 1.1
# Diese Konfiguration zeigt die Hilfeseiten-Nachrichten an.
Help
:
  Page
: "&eZeigt diese Seite an"
  Back
: "&eTeleportiert dich zu deiner letzten Position"
  Backlist
: "&eListet alle blockierten Welten auf"
  Reload
: "&eLädt das Plugin neu"

# Configuration 1.2
# Diese Konfiguration zeigt die Cooldown-Nachrichten an.

# Wenn der Spieler die Berechtigung "back.bypass" besitzt, kann er den Befehl auch bei aktiviertem Cooldown verwenden.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cDu musst &b%back_delaytime% &cSekunden warten, bevor du den Befehl benutzen kannst!"

# Configuration 1.3
# Diese Konfiguration zeigt das ClickOption-System an (nur für Serverversionen ab 1.16).
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Hier klicken, um zum Todesort zu gelangen]"
    - ""

# Configuration 1.4
# Diese Konfiguration zeigt die WorldBlacklist-Nachrichten an.

# Wenn ein Spieler stirbt und den Befehl verwendet, wird er blockiert, falls die Welt, in der er gestorben ist,
# in der untenstehenden Liste enthalten ist.
# Der Befehl funktioniert nur, wenn der Spieler in einer erlaubten Welt gestorben ist.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cDie Weltliste ist in der Konfiguration deaktiviert!"
  BlockedWorld
: "%back_prefix% &cDu bist in einer Welt gestorben, in der dieser Befehl von einem Admin blockiert wurde!"
  NoWorlds
: "%back_prefix% &cKeine Welten in der Liste gefunden!"
  Title
: "&bBlockierte Welten"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuration 1.5
# Diese Konfiguration zeigt die Vault-Nachrichten an.

# Du musst Vault sowie ein Economy-Plugin installiert haben, damit dies funktioniert.
# Falls eines davon fehlt, wird die Standardmethode verwendet.

# Wenn der Spieler die Berechtigung "back.bypass.economy" besitzt, kann er den Befehl
# verwenden, ohne dass Geld abgezogen wird, sofern Vault aktiviert ist.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bwurden von deinem Konto abgezogen"
  NoMoney
: "&cDu brauchst $%back_cost%, um dich zu teleportieren!"

# Configuration 1.6
# Diese Konfiguration zeigt die DeathChest-Nachrichten an.

# Wenn der Spieler stirbt, wird an seiner Todesstelle eine Truhe mit seinen Gegenständen platziert, auch wenn das Inventar leer ist
# und es wird eine Nachricht mit dem Standort der Truhe gesendet. Es ist eine Möglichkeit, deinen vorherigen Standort anzugeben, falls ein
# Cooldown für den /back-Befehl aktiv ist
DeathChest
:
  Enable
: false
  MessageLocation
: "%back_prefix% &aBrustort: &eWelt [&b%back_loc_world%&e] &eX [&b%back_loc_x%&e] / &eY [&b%back_loc_y%&e] / &eZ [&b%back_loc_z%&e]"

Code (YAML):
# Wtyczka opracowana przez GFelberg

# Dziękujemy za pobranie mojej wtyczki. Aby znaleźć inne wtyczki, nie zapomnij sprawdzać moich aktualizacji!
# Jeśli znajdziesz błędy lub masz pomysły na wtyczkę, napisz do mnie na Spigot.

# Zmienne zastępcze

# %back_prefix% : Pobiera prefiks Back
# %back_delaytime% : Pobiera pozostały czas do ponownego użycia komendy Back, jeśli cooldown jest włączony.
# %back_cost% : Pobiera koszt teleportacji
# %back_withdraw% : Pobiera kwotę pobraną z konta gracza
# %back_loc_world% : Pobiera świat lokalizacji Skrzyni Śmierci
# %back_loc_x% : Pobiera współrzędną X lokalizacji Skrzyni Śmierci
# %back_loc_y% : Pobiera współrzędną Y lokalizacji Skrzyni Śmierci
# %back_loc_z% : Pobiera współrzędną Z lokalizacji Skrzyni Śmierci

# Konfiguracja 1.0
# Ta konfiguracja wyświetla wiadomości Back
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eZostałeś teleportowany do swojej ostatniej lokalizacji"
  Failed
: "%back_prefix% &cTwoja teleportacja nie powiodła się. Nie znaleziono lokalizacji!"
  NoPermission
: "%back_prefix% &cNie masz uprawnień do wykonania tej komendy!"
  Reload
: "%back_prefix% &aPlugin został pomyślnie przeładowany!"

# Konfiguracja 1.1
# Ta konfiguracja wyświetla wiadomości strony pomocy
Help
:
  Page
: "&eWyświetla tę stronę"
  Back
: "&eTeleportuje cię do twojej ostatniej lokalizacji"
  Backlist
: "&eWyświetla listę wszystkich zablokowanych światów"
  Reload
: "&ePrzeładowuje plugin"

# Konfiguracja 1.2
# Ta konfiguracja wyświetla wiadomości dotyczące cooldownu

# Jeśli gracz ma uprawnienie "back.bypass", będzie mógł użyć komendy, nawet gdy cooldown jest aktywny.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cMusisz poczekać &b%back_delaytime% &csekund przed użyciem tej komendy!"

# Konfiguracja 1.3
# Ta konfiguracja wyświetla system ClickOption (tylko dla wersji serwera równej lub wyższej niż 1.16)
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Kliknij tutaj, aby przejść do miejsca śmierci]"
    - ""

# Konfiguracja 1.4
# Ta konfiguracja wyświetla wiadomości listy zablokowanych światów

# Jeśli gracz umrze i użyje komendy, zostanie zablokowany, jeśli świat, w którym umarł,
# znajduje się na poniższej liście. Komenda zadziała tylko, jeśli umrze w dozwolonym świecie.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cLista światów jest wyłączona w konfiguracji!"
  BlockedWorld
: "%back_prefix% &cZginąłeś w świecie, w którym ta komenda jest zablokowana przez administratora!"
  NoWorlds
: "%back_prefix% &cNie znaleziono żadnych światów na liście!"
  Title
: "&bZablokowane Światy"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Konfiguracja 1.5
# Ta konfiguracja wyświetla wiadomości Vault

# Musisz mieć zainstalowane Vault i plugin ekonomiczny, aby to działało. Jeśli brakuje któregoś z nich, zostanie zastosowana domyślna metoda.
# Jeśli gracz ma uprawnienie "back.bypass.economy", będzie mógł użyć komendy
# bez pobierania pieniędzy, jeśli Vault jest włączony.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bzostało pobrane z twojego konta"
  NoMoney
: "&cPotrzebujesz $%back_cost%, aby się teleportować do lokalizacji śmierci!"

# Konfiguracja 1.6
# Ta konfiguracja wyświetla wiadomości DeathChest

# Gdy gracz umrze, skrzynia zostanie umieszczona w miejscu jego śmierci z jego przedmiotami, nawet jeśli ekwipunek jest pusty
# i zostanie wysłana wiadomość z lokalizacją skrzyni. To sposób na udostępnienie twojej poprzedniej lokalizacji, jeśli
# istnieje czas odnowienia dla polecenia /back
DeathChest
:
  Enable
: false
  MessageLocation
: "%back_prefix% &aLokalizacja klatki piersiowej: &eŚwiat [&b%back_loc_world%&e] &eX [&b%back_loc_x%&e] / &eY [&b%back_loc_y%&e] / &eZ [&b%back_loc_z%&e]"
 

Code (YAML):
# Eklenti GFelberg tarafından geliştirilmiştir.

# Eklentimi indirdiğiniz için teşekkürler. Daha fazla eklenti için güncellemelerime göz atmayı unutmayın!
# Eklentiyle ilgili herhangi bir hata veya fikir bulursanız, spigot üzerinden bana özel mesaj gönderin.

# Yer tutucular

# %back_prefix% : Geri önekini alır
# %back_delaytime% : Geri Komutunu kullanmak için kalan süreyi alır, eğer bekleme süresi etkinse.
# %back_cost% : Işınlanma maliyetini alır
# %back_withdraw% : Oyuncunun hesabından alınan parayı alır
# %back_loc_world% : Ölüm Sandığı konumunun dünyasını alır
# %back_loc_x% : Ölüm Sandığı konumunun X koordinatını alır
# %back_loc_y% : Ölüm Sandığı konumunun Y koordinatını alır
# %back_loc_z% : Ölüm Sandığı konumunun Z koordinatını alır

# Configuration 1.0
# Bu yapılandırma Geri Mesajlarını gösterecektir
Back
:
  Prefix
: "&b[&eGeri&b]&r"
  Message
: "%back_prefix% &eSon konumunuza ışınlandınız"
  Failed
: "%back_prefix% &cIşınlanmanız başarısız oldu. Konum bulunamadı!"
  NoPermission
: "%back_prefix% &cBu komutu kullanmak için izniniz yok!"
  Reload
: "%back_prefix% &aEklenti başarıyla yeniden yüklendi!"

# Configuration 1.1
# Bu yapılandırma Yardım Sayfası Mesajlarını gösterecektir
Help
:
  Page
: "&eBu sayfayı gösterir"
  Back
: "&eSon konumunuza ışınlar"
  Backlist
: "&eTüm Engellenmiş Dünyaları listeler"
  Reload
: "&eEklentiyi yeniden yükler"

# Configuration 1.2
# Bu yapılandırma Bekleme Süresi Mesajlarını gösterecektir

# Eğer oyuncunun "back.bypass" izni varsa, oyuncu bekleme süresi etkin olsa bile komutu kullanabilir.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cKomutu kullanmak için &b%back_delaytime% &csaniye beklemelisiniz!"

# Configuration 1.3
# Bu yapılandırma Tıklama Seçeneği Sistemini gösterecektir (Yalnızca 1.16 ve üzeri sunucu sürümleri için)
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Ölüm Konumuna ışınlanmak için buraya tıklayın]"
    - ""

# Configuration 1.4
# Bu yapılandırma Dünya Kara Listesi Mesajlarını gösterecektir

# Eğer bir oyuncu ölürse ve komutu kullanırsa, öldüğü dünya aşağıdaki listede varsa engellenecektir.
# Komut yalnızca izin verilen dünyalarda öldüğünde çalışacaktır.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cDünya listesi yapılandırmada devre dışı bırakılmış!"
  BlockedWorld
: "%back_prefix% &cBu komutun bir Yönetici tarafından engellendiği bir dünyada öldünüz!"
  NoWorlds
: "%back_prefix% &cListede Dünya bulunamadı!"
  Title
: "&bEngellenmiş Dünyalar"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuration 1.5
# Bu yapılandırma Vault Mesajlarını gösterecektir

# Çalışması için Vault ve bir Ekonomi Eklentisine sahip olmanız gerekir. Eğer bunlardan biri yoksa, varsayılan yöntem uygulanır.

# Eğer oyuncunun "back.bypass.economy" izni varsa, Vault etkin olsa bile para çekilmeden komutu kullanabilir.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bhesabınızdan alındı"
  NoMoney
: "&cIşınlanmak için $%back_cost% paraya ihtiyacınız var!"

# Configuration 1.6
# Bu yapılandırma DeathChest Mesajlarını görüntüleyecektir

# Oyuncu öldüğünde, ölüm konumunda envanterindeki eşyalarla bir sandık yerleştirilir, envanter boş olsa bile
# ve sandık konumuyla bir mesaj gönderilir. /back komutu için bir bekleme süresi varsa önceki konumunuzu
# sağlamak için bir yoldur
DeathChest
:
  Enable
: false
  MessageLocation
: "%back_prefix% &aSandık Konumu: &eDünya [&b%back_loc_world%&e] &eX [&b%back_loc_x%&e] / &eY [&b%back_loc_y%&e] / &eZ [&b%back_loc_z%&e]"
----------, Jun 4, 2026

News - Version 1.8.6:

Hello, I'm releasing a new Back version - 1.8.6

In this version, I'm releasing a Bug Fix about ClickOption, which is now the access to use the prefix, and also fix the extra lines in the game, so, verify your lines in the configuration to be as you want inside the game.



IF YOU ARE FROM 1.8.5 TO 1.8.6, IT'S HIGHLY RECOMMENDED TO READ THIS UPDATE!

Code (Text):
In this new version, a languages folder was created, which currently contains:
English - en_US
Brazilian Portuguese - pt_BR
French - fr
German - de
Polish - pl

Due to this creation, the config.yml was COMPLETELY modified.
All messages and settings were moved to the languages folder.

Choose the language that best suits you. The default is en_US,
which is English.

If your language is not available, send me later your update a copy via DM or
via the Discussion Thread with the messages present
in the template.yml file to I create your language.
HOW TO MAKE A SECURE UPDATE?

Code (Text):
1 - Save a copy of your current config.yml in a notepad
or similar for don't lose your own configurations.

2 - Creates a "languages" folder inside Back folder

3 - If your language already exists in the list above, copy the
whole YAML related to this language, which is available
here below this instructions. If your language doesn't
exist, copy the whole "en_US" YAML.

4 - Creates a ' "id".yml ' related to the chosen language.
The "id" can be "en_US" for English, "pt_BR"
for Brazilian Portuguese, "fr" for French, "de" for German,
"pl" for Polish

5 - Paste the copied YAML related to the chosen language
inside this "id".yml

6 - Now it's time to compare the language version with
your current config.yml. Verify every single field to update
with your own configuration. When you be ready, go to next step.

7 - Since you made everything correctly, now we are
going to edit the config.yml. Copy the whole content
from the "config.yml" below these instructions and
replace totally inside.

8 - In this new config.yml, choose the language you want,
as said befoe: "en_US", "pt_BR", "fr", "de" or "pl".
If you don't have your language, use "en_US"

9 - Now update the Back jar to 1.8.6

10 - Use /back reload, and we are done here.

11 - ONLY IF DOESN'T WORK THE STEP 10, maybe
a /reload in the server could be necessary, but this will
affect your whole server.
ARCHIVES FOR THE UPDATE. FOLLOW THE INSTRUCTIONS ABOVE

Code (YAML):
# Plugin developed by GFelberg
# Config.yml

# language: en
# Thanks for downloading my plugin. For more plugins, don't forget to look my updates!
# If you find any bugs or ideas to the plugin, pm me at spigot.

# language: br/pt
# Obrigado por baixar meu plugin. Para mais plugins, não esqueça de olhar as atualizações!
# Se você encontrar algum problema ou ter alguma ideia para o plugin, pm no spigot.

# Permissions

# back.back : Access to Back command
# back.bypass : Access to Back command without cooldown
# back.bypass.economy : Access to Back command without withdraw money
# back.admin : Access to the Admin Help and List all Blocked Worlds
# back.update : Access to receive notifications about the plugin, as new versions
# back.reload : Access to Reload the Plugin

# Update-Check Option - https://www.spigotmc.org/resources/back.94702/
# If true, the player will receive the notification when joins the server, if he has the permission

# %back_prefix% : Gets the Back Prefix
# %back_current_version% : Gets the Current Version
# %back_latest_version% : Gets the Latest Version
# %back_spigot_link% : Gets the Back Spigot Link
update-check
:
  Enable
: true
  Messages
:
   - ""
    - "%back_prefix% &eThere is a new update available!"
    - "&6Current Version
: &c%back_current_version%"
    - "&6Latest Version
: &a%back_latest_version%"
    - "&6Link
: &e%back_spigot_link%"
    - ""

# Warning: The "death_locations" file SHOULD NOT be touched. The file works itself with the configurations and
# deaths in the server.

# Configuration 1.0
# This configuration will display the Language System

# Check it out the Languages in the "languages" folder. If she doesn't exist, send me a copy
# of the messages in the pm or Discussion Thread.

# English (en_US) is the default language if another language were not found, and will be replaced in
# configuration below
Language
: "en_US"

Code (YAML):
# Plugin developed by GFelberg

# Thanks for downloading my plugin. For more plugins, don't forget to look my updates!
# If you find any bugs or ideas to the plugin, pm me at spigot.

# Placeholders

# %back_prefix% : Gets the Back prefix
# %back_delaytime% : Gets the remaining time for use the Back Command, if cooldown is enabled.
# %back_cost% : Gets the teleport cost
# %back_withdraw% : Gets the money taken from the player account

# Configuration 1.0
# This configuration will display the Back Messages
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eYou have been teleported to your last location"
  Failed
: "%back_prefix% &cYour teleport has been failed. No location found!"
  NoPermission
: "%back_prefix% &cYou don't have permission to perform this command!"
  Reload
: "%back_prefix% &aPlugin reloaded successfully!"

# Configuration 1.1
# This configuration will display the Help Page Messages
Help
:
  Page
: "&eShows this page"
  Back
: "&eTeleports to your last location"
  Backlist
: "&eList all Blocked Worlds"
  Reload
: "&eReloads the Plugin"

# Configuration 1.2
# This configuration will display the Cooldown Messages

# If the player has "back.bypass" permission, the player will be able to use the command even with the cooldown enabled.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cYou must wait &b%back_delaytime% &cseconds to use the command!"

# Configuration 1.3
# This configuration will display the ClickOption System (Only for Server Versions equal or above 1.16)
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Click here to Death Location]"
    - ""

# Configuration 1.4
# This configuration will display the WorldBlacklist Messages

# If a player dies and use the command, the player will be blocked if the world which he died is
# in the list below. The command will only works if he dies inside an allowed world.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cThe world list is disabled in the configuration!"
  BlockedWorld
: "%back_prefix% &cYou died in a world which this command is blocked by an Admin!"
  NoWorlds
: "%back_prefix% &cNo Worlds were found in the list!"
  Title
: "&bBlocked Worlds"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuration 1.5
# This configuration will display the Vault Messages

# You must have the Vault and an Economy Plugin to works. If you don't have one of them, the default
# method will be applied.

# If the player has "back.bypass.economy" permission, the player will be able to use the command
# without withdraw money if the Vault is enabled.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bwere taken from your account"
  NoMoney
: "&cYou need $%back_cost% to teleport!"

Code (YAML):
# Plugin developed by GFelberg

# Thanks for downloading my plugin. For more plugins, don't forget to look my updates!
# If you find any bugs or ideas to the plugin, pm me at spigot.

# Placeholders

# %back_prefix% : Gets the Back prefix
# %back_delaytime% : Gets the remaining time for use the Back Command, if cooldown is enabled.
# %back_cost% : Gets the teleport cost
# %back_withdraw% : Gets the money taken from the player account

# Configuration 1.0
# This configuration will display the Back Messages
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eVocê foi teleportado para sua última localização"
  Failed
: "%back_prefix% &cO seu teleporte fracassou. Nenhuma localização encontrada!"
  NoPermission
: "%back_prefix% &cVocê não tem permissão para executar esse comando!"
  Reload
: "%back_prefix% &aPlugin carregado com sucesso!"

# Configuration 1.1
# This configuration will display the Help Page Messages
Help
:
  Page
: "&eMostrar a Página de Ajuda"
  Back
: "&eTeleportar para sua última localização"
  Backlist
: "&eListar todos os Mundos Bloqueados"
  Reload
: "&eRecarregar o Plugin"

# Configuration 1.2
# This configuration will display the Cooldown Messages

# If the player has "back.bypass" permission, the player will be able to use the command even with the cooldown enabled.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cVocê deve aguardar &b%back_delaytime% &csegundos para usar esse comando!"

# Configuration 1.3
# This configuration will display the ClickOption System (Only for Server Versions equal or above 1.16)
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Clique aqui para a Localização da Morte]"
    - ""

# Configuration 1.4
# This configuration will display the WorldBlacklist Messages

# If a player dies and use the command, the player will be blocked if the world which he died is
# in the list below. The command will only works if he dies inside an allowed world.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cA lista de mundos se encontra desativada na configuração!"
  BlockedWorld
: "%back_prefix% &cVocê morreu em um mundo que esse comando foi bloqueado por um Administrador!"
  NoWorlds
: "%back_prefix% &cNenhum mundo foi encontrado na lista!"
  Title
: "&bMundos Bloqueados"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuration 1.5
# This configuration will display the Vault Messages

# You must have the Vault and an Economy Plugin to works. If you don't have one of them, the default
# method will be applied.

# If the player has "back.bypass.economy" permission, the player will be able to use the command
# without withdraw money if the Vault is enabled.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bforam retirados de sua conta"
  NoMoney
: "&cVocê precisa de $%back_cost% para teleportar!"

Code (YAML):
# Plugin developed by GFelberg

# Thanks for downloading my plugin. For more plugins, don't forget to look my updates!
# If you find any bugs or ideas to the plugin, pm me at spigot.

# Placeholders

# %back_prefix% : Gets the Back prefix
# %back_delaytime% : Gets the remaining time for use the Back Command, if cooldown is enabled.
# %back_cost% : Gets the teleport cost
# %back_withdraw% : Gets the money taken from the player account

# Configuration 1.0
# This configuration will display the Back Messages
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eVous avez été téléporté à votre dernière position"
  Failed
: "%back_prefix% &cVotre téléportation a échoué. Aucune position trouvée!"
  NoPermission
: "%back_prefix% &cVous n'avez pas la permission d'exécuter cette commande!"
  Reload
: "%back_prefix% &aPlugin rechargé avec succès!"

# Configuration 1.1
# This configuration will display the Help Page Messages
Help
:
  Page
: "&eAffiche cette page"
  Back
: "&eTéléporte à votre dernière position"
  Backlist
: "&eListe tous les mondes bloqués"
  Reload
: "&eRecharge le plugin"

# Configuration 1.2
# This configuration will display the Cooldown Messages

# If the player has "back.bypass" permission, the player will be able to use the command even with the cooldown enabled.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cVous devez attendre &b%back_delaytime% &csecondes avant d'utiliser cette commande!"

# Configuration 1.3
# This configuration will display the ClickOption System (Only for Server Versions equal or above 1.16)
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Cliquez ici pour l'emplacement de la mort]"
    - ""

# Configuration 1.4
# This configuration will display the WorldBlacklist Messages

# If a player dies and use the command, the player will be blocked if the world which he died is
# in the list below. The command will only works if he dies inside an allowed world.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cLa liste des mondes est désactivée dans la configuration!"
  BlockedWorld
: "%back_prefix% &cVous êtes mort dans un monde où cette commande est bloquée par un administrateur!"
  NoWorlds
: "%back_prefix% &cAucun monde trouvé dans la liste!"
  Title
: "&bMondes Bloqués"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuration 1.5
# This configuration will display the Vault Messages

# You must have the Vault and an Economy Plugin to works. If you don't have one of them, the default
# method will be applied.

# If the player has "back.bypass.economy" permission, the player will be able to use the command
# without withdraw money if the Vault is enabled.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bont été retirés de votre compte"
  NoMoney
: "&cVous avez besoin de $%back_cost% pour vous téléporter!"

Code (YAML):
# Plugin developed by GFelberg

# Thanks for downloading my plugin. For more plugins, don't forget to look my updates!
# If you find any bugs or ideas to the plugin, pm me at spigot.

# Placeholders

# %back_prefix% : Gets the Back prefix
# %back_delaytime% : Gets the remaining time for use the Back Command, if cooldown is enabled.
# %back_cost% : Gets the teleport cost
# %back_withdraw% : Gets the money taken from the player account

# Configuration 1.0
# This configuration will display the Back Messages
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eDu wurdest an deine letzte Position teleportiert"
  Failed
: "%back_prefix% &cDeine Teleportation ist fehlgeschlagen. Keine Position gefunden!"
  NoPermission
: "%back_prefix% &cDu hast keine Berechtigung, diesen Befehl auszuführen!"
  Reload
: "%back_prefix% &aPlugin erfolgreich neu geladen!"

# Configuration 1.1
# This configuration will display the Help Page Messages
Help
:
  Page
: "&eZeigt diese Seite an"
  Back
: "&eTeleportiert dich zu deiner letzten Position"
  Backlist
: "&eListet alle blockierten Welten auf"
  Reload
: "&eLädt das Plugin neu"

# Configuration 1.2
# This configuration will display the Cooldown Messages

# If the player has "back.bypass" permission, the player will be able to use the command even with the cooldown enabled.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cDu musst &b%back_delaytime% &cSekunden warten, bevor du den Befehl benutzen kannst!"

# Configuration 1.3
# This configuration will display the ClickOption System (Only for Server Versions equal or above 1.16)
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Hier klicken, um zum Todesort zu gelangen]"
    - ""

# Configuration 1.4
# This configuration will display the WorldBlacklist Messages

# If a player dies and use the command, the player will be blocked if the world which he died is
# in the list below. The command will only works if he dies inside an allowed world.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cDie Weltliste ist in der Konfiguration deaktiviert!"
  BlockedWorld
: "%back_prefix% &cDu bist in einer Welt gestorben, in der dieser Befehl von einem Admin blockiert wurde!"
  NoWorlds
: "%back_prefix% &cKeine Welten in der Liste gefunden!"
  Title
: "&bBlockierte Welten"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuration 1.5
# This configuration will display the Vault Messages

# You must have the Vault and an Economy Plugin to works. If you don't have one of them, the default
# method will be applied.

# If the player has "back.bypass.economy" permission, the player will be able to use the command
# without withdraw money if the Vault is enabled.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bwurden von deinem Konto abgezogen"
  NoMoney
: "&cDu brauchst $%back_cost%, um dich zu teleportieren!"

Code (YAML):
# Plugin developed by GFelberg

# Thanks for downloading my plugin. For more plugins, don't forget to look my updates!
# If you find any bugs or ideas to the plugin, pm me at spigot.

# Placeholders

# %back_prefix% : Gets the Back prefix
# %back_delaytime% : Gets the remaining time for use the Back Command, if cooldown is enabled.
# %back_cost% : Gets the teleport cost
# %back_withdraw% : Gets the money taken from the player account

# Configuration 1.0
# This configuration will display the Back Messages
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "%back_prefix% &eZostałeś teleportowany do swojej ostatniej lokalizacji"
  Failed
: "%back_prefix% &cTwoja teleportacja nie powiodła się. Nie znaleziono lokalizacji!"
  NoPermission
: "%back_prefix% &cNie masz uprawnień do wykonania tej komendy!"
  Reload
: "%back_prefix% &aPlugin został pomyślnie przeładowany!"

# Configuration 1.1
# This configuration will display the Help Page Messages
Help
:
  Page
: "&eWyświetla tę stronę"
  Back
: "&eTeleportuje cię do twojej ostatniej lokalizacji"
  Backlist
: "&eWyświetla listę wszystkich zablokowanych światów"
  Reload
: "&ePrzeładowuje plugin"

# Configuration 1.2
# This configuration will display the Cooldown Messages

# If the player has "back.bypass" permission, the player will be able to use the command even with the cooldown enabled.
Cooldown
:
  Enable
: false
  Time
: 10
  Message
: "%back_prefix% &cMusisz poczekać &b%back_delaytime% &csekund przed użyciem tej komendy!"

# Configuration 1.3
# This configuration will display the ClickOption System (Only for Server Versions equal or above 1.16)
ClickOption
:
  Enable
: false
  Messages
:
   - ""
    - "%back_prefix% #FF5555[Kliknij tutaj, aby przejść do miejsca śmierci]"
    - ""

# Configuration 1.4
# This configuration will display the WorldBlacklist Messages

# If a player dies and use the command, the player will be blocked if the world which he died is
# in the list below. The command will only works if he dies inside an allowed world.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "%back_prefix% &cLista światów jest wyłączona w konfiguracji!"
  BlockedWorld
: "%back_prefix% &cZginąłeś w świecie, w którym ta komenda jest zablokowana przez administratora!"
  NoWorlds
: "%back_prefix% &cNie znaleziono żadnych światów na liście!"
  Title
: "&bZablokowane Światy"
  Worlds
:
   - 'world1'
    - 'world2'
    - 'world3'

# Configuration 1.5
# This configuration will display the Vault Messages

# You must have the Vault and an Economy Plugin to works. If you don't have one of them, the default
# method will be applied.

# If the player has "back.bypass.economy" permission, the player will be able to use the command
# without withdraw money if the Vault is enabled.
Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bzostało pobrane z twojego konta"
  NoMoney
: "&cPotrzebujesz $%back_cost%, aby się teleportować do lokalizacji śmierci!"
----------, Mar 9, 2025

News - Version 1.8.5:

Hello, I'm releasing a new Back version - 1.8.5

In this version, I'm releasing a Bug Fix about missing access to use the prefix in specific messages.

Thanks Kajtek7123 for report this bug.

I'm also updating the messages sent to admins when the plugin is updated. Messages are now customizable.

upload_2025-2-17_22-14-40.png

Thanks Kajtek7123 for this idea.

Warning:

- If you are using an older version, please save your old customized configurations, because the config.yml has been updated.

Follow below the new config.yml:


Code (YAML):
# Plugin developed by GFelberg
# Config.yml

# language: en
# Thanks for downloading my plugin. For more plugins, don't forget to look my updates!
# If you find any bugs or ideas to the plugin, pm me at spigot.

# language: br/pt
# Obrigado por baixar meu plugin. Para mais plugins, não esqueça de olhar as atualizações!
# Se você encontrar algum problema ou ter alguma ideia para o plugin, pm no spigot.

# Permissions

# back.back : Access to Back command
# back.bypass : Access to Back command without cooldown
# back.bypass.economy : Access to Back command without withdraw money
# back.admin : Access to the Admin Help and List all Blocked Worlds
# back.update : Access to receive notifications about the plugin, as new versions
# back.reload : Access to Reload the Plugin

# Placeholders

# %back_prefix% : Gets the Back prefix
# %back_delaytime% : Gets the remaining time for use the Back Command, if cooldown is enabled.
# %back_cost% : Gets the teleport cost
# %back_withdraw% : Gets the money taken from the player account

# Update-Check Option - https://www.spigotmc.org/resources/back.94702/
# If true, a permission will be required to receive the notifications if the player doesn't have the OP enabled
# If true, the player will receive the notification when joins the server
update-check
: true

# Version Messages

# %back_prefix% : Gets the Back Prefix
# %back_current_version% : Gets the Current Version
# %back_latest_version% : Gets the Latest Version
# %back_spigot_link% : Gets the Back Spigot Link

VersionMessages
:
 - ""
  - "%back_prefix% &eThere is a new update available!"
  - "&6Current Version
: &c%back_current_version%"
  - "&6Latest Version
: &a%back_latest_version%"
  - "&6Link
: &e%back_spigot_link%"
  - ""

# Warning: The "death_locations" file SHOULD NOT be touched. The file works itself with the configurations and
# deaths in the server.

# Configuration 1.0
# This configuration will display the Back Messages
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "&eYou have been teleported to your last location"
  Failed
: "&cYour teleport has been failed. No location found!"
  BlockedWorld
: "&cYou died in a world which this command is blocked by an Admin!"
  NoPermission
: "&cYou don't have permission to perform this command!"

# Configuration 1.1
# This configuration will display the Help Page Messages
Help
:
  Page
: "&eShows this page"
  Back
: "&eTeleports to your last location"
  Backlist
: "&eList all Blocked Worlds"
  Reload
: "&eReloads the Plugin"

# Configuration 1.2
# This configuration will display the Cooldown System

# If "true", the player will have to wait 'x' seconds to use the command after his death.

# If "false", the player can use the command immediately after his death.

# If the player has "back.bypass" permission, the player will be able to use the command even with the cooldown enabled.
# By default, the cooldown is disabled.

# The Delay message is "You must wait 'x' seconds to use the command!", which 'x' is the %back_delaytime% placeholder.

Cooldown
:
  Enable
: false
  Message
: "&cYou must wait &b%back_delaytime% &cseconds to use the command!"
  Time
: 10

# Configuration 1.3
# This configuration will display the ClickOption System (Server Version = 1.16+)

# By default, you can see there's a space above and under the "&c[Click here to Death Location]" here in config.yml.
# However, in game, it's 2 spaces above and under (1 space above and under by default in game (can't be changed) + spaces in config.yml).

# If you believe is a lot, you can't just remove the spaces here in the config.yml, so only 1 space will be visible above and under in game.
# If you want to add more information, you can change or add more lines.

# This option can be only be enabled if your server version is 1.16 or above. If the option is
# activated and your server is below 1.16, some logs will be sent into the Console each time
# the command is used. To stop, disable the option and use the /back reload

# For a better explanation, please check the Back Overview Page at spigot: https://www.spigotmc.org/resources/back.94702/
ClickOptionEnable
: false

# Messages displayed in game
ClickOption
:
 - ""
  - "#FF5555[Click here to Death Location]"
  - ""

# Configuration 1.4
# This configuration will display the WorldBlacklist System

# WorldBlacklist is a method created to block the /back command to be executed. If you put a world that exists in your server in the list, if a player dies and execute the command
# the player will be blocked. The command will only works if he dies inside an allowed world.

# By default, this option will be disabled.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "&cThe WorldBlacklist is currently disabled by an Admin!"
  Title
: "&bBlocked Worlds"

# Blocked Worlds
BlockedWorlds
:
 - 'world1'
  - 'world2'
  - 'world3'

# Configuration 1.5
# This configuration will display the Vault System

# You must have the Vault and an Economy Plugin to the Vault System works. If you don't have one of them, the default
# method will be applied, which is the classic mode.

# If the player has "back.bypass.economy" permission, the player will be able to use the command without withdraw money
# if Vault System is enabled.

Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bwere taken from your account"
  NoMoney
: "&cYou need $%back_cost% to teleport!"
----------, Feb 18, 2025

News - Version 1.8.4:

Hello, I'm releasing a new Back version - 1.8.4

In this version, I'm releasing a FIX related to WorldBlacklist. An update in the Spigot Library on 1.21 changed the way how the Inventory was being called, and returned errors in console in older minecraft servers, like 1.20.4. I also added a configuration that needs to be true to use the WorldBlacklist. It's a way to make sure to avoid any bad use.

upload_2025-2-5_13-19-50.png

Thanks BTW_GOJO for report this issue.

I'm also adding the bStats to Back. It's a way to understand better how the plugin is spread around the world, as the same as how many servers and players are using the plugin. For more details, follow the link: https://bstats.org/getting-started

[​IMG]

Warning:

- If you are using an older version, please save your old customized configurations, because the config.yml has been updated.

Follow below the new config.yml:

Code (YAML):
# Plugin developed by GFelberg
# Config.yml

# language: en
# Thanks for downloading my plugin. For more plugins, don't forget to look my updates!
# If you find any bugs or ideas to the plugin, pm me at spigot.

# language: br/pt
# Obrigado por baixar meu plugin. Para mais plugins, não esqueça de olhar as atualizações!
# Se você encontrar algum problema ou ter alguma ideia para o plugin, pm no spigot.

# Permissions

# back.back : Access to Back command
# back.bypass : Access to Back command without cooldown
# back.bypass.economy : Access to Back command without withdraw money
# back.admin : Access to the Admin Help and List all Blocked Worlds
# back.update : Access to receive notifications about the plugin, as new versions
# back.reload : Access to Reload the Plugin

# Placeholders

# %back_prefix% : Gets the Back prefix
# %back_delaytime% : Gets the remaining time for use the Back Command, if cooldown is enabled.
# %back_cost% : Gets the teleport cost
# %back_withdraw% : Gets the money taken from the player account

# Update-Check Option - https://www.spigotmc.org/resources/back.94702/
# If true, a permission will be required to receive the notifications if the player doesn't have the OP enabled
update-check
: true

# Warning: The "death_locations" file SHOULD NOT be touched. The file works itself with the configurations and
# deaths in the server.

# Configuration 1.0
# This configuration will display the Back Messages
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "&eYou have been teleported to your last location"
  Failed
: "&cYour teleport has been failed. No location found!"
  BlockedWorld
: "&cYou died in a world which this command is blocked by an Admin!"
  NoPermission
: "&cYou don't have permission to perform this command!"

# Configuration 1.1
# This configuration will display the Help Page Messages
Help
:
  Page
: "&eShows this page"
  Back
: "&eTeleports to your last location"
  Backlist
: "&eList all Blocked Worlds"
  Reload
: "&eReloads the Plugin"

# Configuration 1.2
# This configuration will display the Cooldown System

# If "true", the player will have to wait 'x' seconds to use the command after his death.

# If "false", the player can use the command immediately after his death.

# If the player has "back.bypass" permission, the player will be able to use the command even with the cooldown enabled.
# By default, the cooldown is disabled.

# The Delay message is "You must wait 'x' seconds to use the command!", which 'x' is the %back_delaytime% placeholder.

Cooldown
:
  Enable
: false
  Message
: "&cYou must wait &b%back_delaytime% &cseconds to use the command!"
  Time
: 10

# Configuration 1.3
# This configuration will display the ClickOption System (Server Version = 1.16+)

# By default, you can see there's a space above and under the "&c[Click here to Death Location]" here in config.yml.
# However, in game, it's 2 spaces above and under (1 space above and under by default in game (can't be changed) + spaces in config.yml).

# If you believe is a lot, you can't just remove the spaces here in the config.yml, so only 1 space will be visible above and under in game.
# If you want to add more information, you can change or add more lines.

# This option can be only be enabled if your server version is 1.16 or above. If the option is
# activated and your server is below 1.16, some logs will be sent into the Console each time
# the command is used. To stop, disable the option and use the /back reload

# For a better explanation, please check the Back Overview Page at spigot: https://www.spigotmc.org/resources/back.94702/
ClickOptionEnable
: false

# Messages displayed in game
ClickOption
:
 - ""
  - "#FF5555[Click here to Death Location]"
  - ""

# Configuration 1.4
# This configuration will display the WorldBlacklist System

# WorldBlacklist is a method created to block the /back command to be executed. If you put a world that exists in your server in the list, if a player dies and execute the command
# the player will be blocked. The command will only works if he dies inside an allowed world.

# By default, this option will be disabled.
WorldBlacklist
:
  Enable
: false
  DisabledMessage
: "&cThe WorldBlacklist is currently disabled by an Admin!"
  Title
: "&bBlocked Worlds"

# Blocked Worlds
BlockedWorlds
:
 - 'world1'
  - 'world2'
  - 'world3'

# Configuration 1.5
# This configuration will display the Vault System

# You must have the Vault and an Economy Plugin to the Vault System works. If you don't have one of them, the default
# method will be applied, which is the classic mode.

# If the player has "back.bypass.economy" permission, the player will be able to use the command without withdraw money
# if Vault System is enabled.

Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bwere taken from your account"
  NoMoney
: "&cYou need $%back_cost% to teleport!"
----------, Feb 5, 2025

News - Version 1.8.3:

Hello, I'm releasing a new Back version - 1.8.3

In this version, It's a small update to access the Back prefix to be used in the ClickOptionMessages in the config.yml with a placeholder. I thought I fixed it for everyone, but it was missing in ClickOption.

Thanks Kajtek7123 for report this bug.

Captura de tela 2025-02-02 190632.png
----------, Feb 3, 2025

News - Version 1.8.2:

Hello, I'm releasing a new Back version - 1.8.2

In this version, It's a small update to access the Back prefix to be used in the messages in the config.yml with a placeholder. Thanks Kajtek7123 for this idea.

Back Prefix.png

Warning:

- If you are using an older version, please save your old customized configurations, because the config.yml has been updated. Some comments were added, related to the permissions and a warning about "death_locations" file, to avoid any situation with the plugin.

Follow below the new config.yml:

Code (YAML):
# Plugin developed by GFelberg
# Config.yml

# language: en
# Thanks for downloading my plugin. For more plugins, don't forget to look my updates!
# If you find any bugs or ideas to the plugin, pm me at spigot.

# language: br/pt
# Obrigado por baixar meu plugin. Para mais plugins, não esqueça de olhar as atualizações!
# Se você encontrar algum problema ou ter alguma ideia para o plugin, pm no spigot.

# Permissions

# back.back : Access to Back command
# back.bypass : Access to Back command without cooldown
# back.bypass.economy : Access to Back command without withdraw money
# back.admin : Access to the Admin Help and List all Blocked Worlds
# back.update : Access to receive notifications about the plugin, as new versions
# back.reload : Access to Reload the Plugin

# Placeholders

# %back_prefix% : Gets the Back prefix
# %back_delaytime% : Gets the remaining time for use the Back Command, if cooldown is enabled.
# %back_cost% : Gets the teleport cost
# %back_withdraw% : Gets the money taken from the player account

# Update-Check Option - https://www.spigotmc.org/resources/back.94702/
# If true, a permission will be required to receive the notifications if the player doesn't have the OP enabled
update-check
: true

# Warning: The "death_locations" file SHOULD NOT be touched. The file works itself with the configurations and
# deaths in the server.

# Configuration 1.0
# This configuration will display the Back Messages
Back
:
  Prefix
: "&b[&eBack&b]&r"
  Message
: "&eYou have been teleported to your last location"
  Failed
: "&cYour teleport has been failed. No location found!"
  BlockedWorld
: "&cYou died in a world which this command is blocked by an Admin!"
  NoPermission
: "&cYou don't have permission to perform this command!"

# Configuration 1.1
# This configuration will display the Help Page Messages
Help
:
  Page
: "&eShows this page"
  Back
: "&eTeleports to your last location"
  Backlist
: "&eList all Blocked Worlds"
  Reload
: "&eReloads the Plugin"

# Configuration 1.2
# This configuration will display the Cooldown System

# If "true", the player will have to wait 'x' seconds to use the command after his death.

# If "false", the player can use the command immediately after his death.

# If the player has "back.bypass" permission, the player will be able to use the command even with the cooldown enabled.
# By default, the cooldown is disabled.

# The Delay message is "You must wait 'x' seconds to use the command!", which 'x' is the %back_delaytime% placeholder.

Cooldown
:
  Enable
: false
  Message
: "&cYou must wait &b%back_delaytime% &cseconds to use the command!"
  Time
: 10

# Configuration 1.3
# This configuration will display the ClickOption System (Server Version = 1.16+)

# By default, you can see there's a space above and under the "&c[Click here to Death Location]" here in config.yml.
# However, in game, it's 2 spaces above and under (1 space above and under by default in game (can't be changed) + spaces in config.yml).

# If you believe is a lot, you can't just remove the spaces here in the config.yml, so only 1 space will be visible above and under in game.
# If you want to add more information, you can change or add more lines.

# This option can be only be enabled if your server version is 1.16 or above. If the option is
# activated and your server is below 1.16, some logs will be sent into the Console each time
# the command is used. To stop, disable the option and use the /back reload

# For a better explanation, please check the Back Overview Page at spigot: https://www.spigotmc.org/resources/back.94702/
ClickOptionEnable
: false

# Messages displayed in game
ClickOption
:
 - ""
  - "#FF5555[Click here to Death Location]"
  - ""

# Configuration 1.4
# This configuration will display the WorldBlacklist System

# WorldBlacklist is a method created to block the /back command to be executed. If you put a world that exists in your server in the list, if a player dies and execute the command
# the player will be blocked. The command will only works if he dies inside an allowed world.

# By default, this option will be disabled.
WorldBlacklist
:
  Enable
: false
  Title
: "&bBlocked Worlds"

# Blocked Worlds
BlockedWorlds
:
 - 'world1'
  - 'world2'
  - 'world3'

# Configuration 1.5
# This configuration will display the Vault System

# You must have the Vault and an Economy Plugin to the Vault System works. If you don't have one of them, the default
# method will be applied, which is the classic mode.

# If the player has "back.bypass.economy" permission, the player will be able to use the command without withdraw money
# if Vault System is enabled.

Vault
:
  Enable
: false
  TeleportCost
: 10
  Withdraw
: "&e$%back_withdraw% &bwere taken from your account"
  NoMoney
: "&cYou need $%back_cost% to teleport!"
----------, Dec 9, 2024

News - Version 1.8.1:

Hello, I'm releasing a new Back version - 1.8.1

In this version, I'm adding the "back.bypass.economy" permission to avoid any payment related to Teleport Cost if the Vault is enabled. Thanks Kajtek7123 for this idea.

Code (Text):
back.bypass.economy : Access to Back command without withdraw money
Warning:

- If you are using an older version, please save your old customized configurations, because the config.yml has been updated. Some comments were added, related to the permissions and a warning about "death_locations" file, to avoid any situation with the plugin.

Follow below the new config.yml:

Code (Text):
# Plugin developed by GFelberg
# Config.yml

# language: en
# Thanks for downloading my plugin. For more plugins, don't forget to look my updates!
# If you find any bugs or ideas to the plugin, pm me at spigot.

# language: br/pt
# Obrigado por baixar meu plugin. Para mais plugins, não esqueça de olhar as atualizações!
# Se você encontrar algum problema ou ter alguma ideia para o plugin, pm no spigot.

# Permissions

# back.back : Access to Back command
# back.bypass : Access to Back command without cooldown
# back.bypass.economy : Access to Back command without withdraw money
# back.admin : Access to the Admin Help and List all Blocked Worlds
# back.update : Access to receive notifications about the plugin, as new versions
# back.reload : Access to Reload the Plugin

# Placeholders

# %back_delaytime% : Gets the remaining time for use the Back Command, if cooldown is enabled.
# %back_cost% : Gets the teleport cost
# %back_withdraw% : Gets the money taken from the player account

# Update-Check Option - https://www.spigotmc.org/resources/back.94702/
# If true, a permission will be required to receive the notifications if the player doesn't have the OP enabled
update-check: true

# Warning: The "death_locations" file SHOULD NOT be touched. The file works itself with the configurations and
# deaths in the server.

# Configuration 1.0
# This configuration will display the Back Messages
Back:
  Prefix: "&b[&eBack&b]&r"
  Message: "&eYou have been teleported to your last location"
  Failed: "&cYour teleport has been failed. No location found!"
  BlockedWorld: "&cYou died in a world which this command is blocked by an Admin!"
  NoPermission: "&cYou don't have permission to perform this command!"

# Configuration 1.1
# This configuration will display the Help Page Messages
Help:
  Page: "&eShows this page"
  Back: "&eTeleports to your last location"
  Backlist: "&eList all Blocked Worlds"
  Reload: "&eReloads the Plugin"

# Configuration 1.2
# This configuration will display the Cooldown System

# If "true", the player will have to wait 'x' seconds to use the command after his death.

# If "false", the player can use the command immediately after his death.

# If the player has "back.bypass" permission, the player will be able to use the command even with the cooldown enabled.
# By default, the cooldown is disabled.

# The Delay message is "You must wait 'x' seconds to use the command!", which 'x' is the %back_delaytime% placeholder.

Cooldown:
  Enable: false
  Message: "&cYou must wait &b%back_delaytime% &cseconds to use the command!"
  Time: 10

# Configuration 1.3
# This configuration will display the ClickOption System (Server Version = 1.16+)

# By default, you can see there's a space above and under the "&c[Click here to Death Location]" here in config.yml.
# However, in game, it's 2 spaces above and under (1 space above and under by default in game (can't be changed) + spaces in config.yml).

# If you believe is a lot, you can't just remove the spaces here in the config.yml, so only 1 space will be visible above and under in game.
# If you want to add more information, you can change or add more lines.

# This option can be only be enabled if your server version is 1.16 or above. If the option is
# activated and your server is below 1.16, some logs will be sent into the Console each time
# the command is used. To stop, disable the option and use the /back reload

# For a better explanation, please check the Back Overview Page at spigot: https://www.spigotmc.org/resources/back.94702/
ClickOptionEnable: false

# Messages displayed in game
ClickOption:
  - ""
  - "#FF5555[Click here to Death Location]"
  - ""

# Configuration 1.4
# This configuration will display the WorldBlacklist System

# WorldBlacklist is a method created to block the /back command to be executed. If you put a world that exists in your server in the list, if a player dies and execute the command
# the player will be blocked. The command will only works if he dies inside an allowed world.

# By default, this option will be disabled.
WorldBlacklist:
  Enable: false
  Title: "&bBlocked Worlds"

# Blocked Worlds
BlockedWorlds:
  - 'world1'
  - 'world2'
  - 'world3'

# Configuration 1.5
# This configuration will display the Vault System

# You must have the Vault and an Economy Plugin to the Vault System works. If you don't have one of them, the default
# method will be applied, which is the classic mode.

# If the player has "back.bypass.economy" permission, the player will be able to use the command without withdraw money
# if Vault System is enabled.

Vault:
  Enable: false
  TeleportCost: 10
  Withdraw: "&e$%back_withdraw% &bwere taken from your account"
  NoMoney: "&cYou need $%back_cost% to teleport!"
----------, Oct 15, 2024

News - Version 1.8:

Hello, I'm releasing a new Back version - 1.8

In this version, I'm fixing an issue related with the 1.21.1 Minecraft Server, which was blocking the plugin to work, becoming red in the plugins list. The plugin is now confirmed with Java 21. Thanks Kajtek7123 and EliteDigger for report this issue.


I'm also adding the Economy Support for Vault, which is not mandatory. If you use, new placeholders are also available.

# %back_cost% : Gets the teleport cost
# %back_withdraw% : Gets the money taken from the player account

EconomySuppot1.png

EconomySuppot2.png

EconomySuppot3.png

Warning:


- If you are using an older version, please save your old customized configurations, because the config.yml has been updated.
----------, Oct 10, 2024

News - Version 1.7:

Hello, I'm releasing a new Back version - 1.7

I made a fix related to the 1.20.4 minecraft server reported in the Discussion Thread.

Only the .jar were modified
----------, Aug 17, 2024

News - Version 1.6:

Hello, I'm releasing a new Back version - 1.6

I'm updating the Hex Colors. The last version had some issues, and now they are fixed in normal messages and in the ClickOption

As Hex Colors belongs to 1.16+ in Minecraft, and a special component to ClickOption belongs to 1.16+ too, ClickOption doesn't have support for servers below 1.16, as the same for Hex Colors issues.

Console.png

It's important "ClickOptionEnable" is false in your server to avoid spam messages in your console each time the /back command is used. I created this message to warn servers administrators.

-------------------------------------------------------------------------

I also added the "/backlist" command, to list all blocked worlds

Warning:

- If you are using an older version, please save your old customized configurations, because the config.yml has been updated.
----------, Aug 14, 2024

News - Version 1.5:

Hello, I'm releasing a new Back version - 1.5

In this version, a new code feature has been added, which is the Hex Colors Support.

With this support, the messages now can use the Hex method. Here's a preview. You can use the old method at the same time in the message.

The message related to the ClickOption is not available for Hex Colors. I tried my best to fix this, but I didn't found a way.

HexColors1.png

HexColors2.png

HexColors3.png

Thanks Kajtek7123 for the Hex Colors Support idea

For more ideas or bugs, just pm me at Spigot or Discussion Thread.
----------, Jan 24, 2024

News - Version 1.4:

Hello, I'm releasing a new Back version - 1.4

In this version, a new code feature has been added, which is called World Blacklist.

It's a method created to block the /back command to be executed. If you put a world that exists in your server in the list, if a player dies and execute the command the player will be blocked. The command will only works if the he dies inside of an allowed world.

WorldBlock1.png

WorldBlock 2.png

Thanks Hardziin789 for the World Blacklist idea

For more ideas or bugs, just pm me at Spigot or Discussion Thread.

Warning:

- If you are using an older version, please save your old customized configurations, because the config.yml has been updated.
----------, Jan 6, 2024

News - Version 1.3:

Hello, I'm releasing a new Back version - 1.3

In this version, a new code has been created, because the ClickOption is the new feature in the plugin. For more explanations, just look at the Overview page. If you be still confused, just pm me at spigot or in the Discussion Thread

Also, the no permission message of /back command is now customizable. So, if you would like to the change the message, now it's possible.

Thanks Dejwid7123 for the ClickOption idea

For more ideas or bugs, just pm me at Spigot or Discussion Thread.

Warning:

- If you are using an older version, please save your old customized configurations, because the config.yml has been updated.
----------, Jul 12, 2023

News - Version 1.2:

- New code
- New config.yml
- Fixed Bug : You lose back location after logout or reload the Server (Thanks for Adit4rt)
- Added Update Check Option
- Added back.update permission

Warning:

- If you are using an older version, please save your old customized configurations, because the config.yml has been updated.
----------, Jun 19, 2023

News - Version 1.1:

- Added Cooldown option (Thanks for ForceL for this idea)
- Added Help Page
- Added /back help command
- Added back.bypass permission

- Added back.admin permission

Warning:

- If you are using an older version and would like to use the cooldown, please make a backup from your config.yml to save your own configurations, because the config.yml is now updated.

- If you are satisfied with the Back version 1.0 without the cooldown, you don't need to update the plugin.
----------, Aug 26, 2022

Resource Information
Author:
----------
Total Downloads: 261,629
First Release: Jul 26, 2021
Last Update: Jun 7, 2026
Category: ---------------
All-Time Rating:
13 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings