Back icon

Back -----

Teleport to your last location after your death




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: 148,143
First Release: Jul 27, 2021
Last Update: Dec 9, 2024
Category: ---------------
All-Time Rating:
9 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings