Back icon

Back -----

Teleport to your last location after your death



Back

IF YOU ARE FROM 1.8.5 TO 1.8.6, PLEASE GO TO UPDATES AREA FOR A SECURE TRANSFERATION

IF YOU ARE FROM 1.8.5 TO 1.8.6, PLEASE GO TO UPDATES AREA FOR A SECURE TRANSFERATION


IF YOU ARE FROM 1.8.5 TO 1.8.6, PLEASE GO TO UPDATES AREA FOR A SECURE TRANSFERATION

English:

The Back plugin has the ability to teleport the player to your last location after death.

Portuguese:

O plugin Back possui a habilidade de teleportar o(a) jogador(a) para a sua última localização após a morte.

[​IMG]
Commands
Code (Text):
/back - Teleport to your last location
/back help - Shows the Help Page
/backlist - List all Blocked Worlds
/back reload - Reloads the Plugin

Permissions
Code (Text):
back.back : Access to the Back command
back.bypass : Access to the Back command without cooldown
back.bypass.economy : Access to Back command without withdraw money
back.admin : Access to the Admin Help Page and List all Blocked Worlds
back.update: Access to recieve notifications about the plugin, as new versions
back.reload : Access to Reload the Plugin

How the Plugin works?
Code (Text):

It's simple. When a player dies, if he has "back.back" permission, his death location will be saved.

If he has "back.bypass" permission, he will be able to teleport into his last location without cooldown, if enabled.

The cooldown is in seconds and can be customized in the config.yml

When the player execute the "/back" command, he will be teleported to his last location.

The "death_locations" file SHOULD NOT be touched. It works by
itself with the configurations and deaths.

Placeholders
Code (Text):
The plugin has some placeholders. It doesnt needs to have any plugin dependency.

Prefix:
%back_prefix% :
Gets the Back prefix

Cooldown:
%back_delaytime% :
Gets the remaining time for use the Back Command

Vault/Economy:
%back_cost% : Gets the teleport cost
%back_withdraw% : Gets the money taken from the player account

Languages Folder
Code (Text):
Available Languages:
- English
- Brazilian Portuguese
- French
- German
- Polish
Languages Configuração.png

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!"

ClickOption
Code (Text):
ClickOption is an option displayed in the chat to the player use
the /back command instead typing the command in chat.

By default, this option is disabled, and can be enabled
changing the status to "true" in config.yml

This option only works if your server version is 1.16 or above. If
is below, some logs will be sent into the Console each time the command
is used. To stop, disable the option and use the /back reload
ClickOption Configuração.png

ClickOption InGame.png

World Blacklist
Code (Text):
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 the he dies inside of an allowed world.
WorldBlackList Configuração.png

WorldBlackList InGame.png

Hex Colors Support
Code (Text):
The Back Plugin has support for the Hex Colors. You can
use the old method "&" or the another "#", even at the
same time in the message.
HexColors Configuração.png

HexColors InGame.png

Economy Support
Code (Text):
The plugin has softdepend the famous Vault plugin, which normally is related to economy,
permission or chat issues.

For this plugin, you can enable or disable the connection
with Vault, and also define the cost required to teleport with the
Back command
EconomySuppot1.png

EconomySuppot3.png

Configuration
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"

Downloads

- 5000 ✔️
- 10000 ✔️
- 100000 ✔️
- 160000 ✔️
- 170000 ❌

If you find any bugs or ideas to the plugin, pm me at spigot or in the Discussion Thread.

bStats added : 02-05-2025 (MM/DD/YYYY)​

[​IMG]

IMPORTANT - Terms of Service:

- You are not allowed to make or distribute this plugin as yours
- You are not allowed to decompile this plugin
Resource Information
Author:
----------
Total Downloads: 172,093
First Release: Jul 27, 2021
Last Update: Mar 9, 2025
Category: ---------------
All-Time Rating:
9 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings