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