Adds a /back command which teleports the user to their last death location.
Adds a /back [player_name] command that teleports the user specified at their last death location.
Sends a message to a player that dies with their coordinates.
Sends a message to all players when a player dies with their coordinates.
Every feature can be customised through the config.yml file.
Permissions:
usebackcommand: Players with this permission can run the /back command.
usebackcommandforothers: Players with this permission can run the /back [player_name] command.
Configuration:
All configuration options are located in the config.yml file and take either true or false as values. Example: hasToBeOperator: true
hasToBeOperator: If true only server operators can use the plugin's commands.
allowToTeleportOtherPlayers: If true everyone with the appropriate permissions can use /back [player_name].
doSendCordsToPlayer: If true the death coordinates are sent to the player after death.
doSendCordsToAllPlayers: If true the death coordinates along with the player's display name are broadcasted to the whole server after a player's death.
disableUseBackCommandPermission: If true, permission usebackcommand is not required to run the /back command.
disableUseBackCommandForOthersPermission: If true, permission usebackcommandforothers is not required to run the /back [player_name] command.
disableAllPermissions: If true, no permissions are required to run the plugin's commands.