https://github.com/mukeenanyafiq/bedrockdeathlog
A Bedrock add-on that logs and saves your last death position in any dimension you're in!
https://github.com/mukeenanyafiq/bedrockdeathlog
minecraft minecraft-addon minecraft-bedrock minecraft-bedrock-addon minecraft-bedrock-edition
Last synced: 4 days ago
JSON representation
A Bedrock add-on that logs and saves your last death position in any dimension you're in!
- Host: GitHub
- URL: https://github.com/mukeenanyafiq/bedrockdeathlog
- Owner: mukeenanyafiq
- Created: 2025-02-16T07:38:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-15T08:57:52.000Z (about 1 month ago)
- Last Synced: 2026-05-15T10:31:21.854Z (about 1 month ago)
- Topics: minecraft, minecraft-addon, minecraft-bedrock, minecraft-bedrock-addon, minecraft-bedrock-edition
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# BedrockDeathLog
> Version supported: v26.0 and above

A Bedrock add-on that logs and saves your last death position in any dimension you're in!
- To start, **the add-on should be installed on your world** (obviously)
- ...and **you need to rename an item first** (like a `Stick` or `Dirt` - your choice) to **`/bdl`**
- Once you've renamed the item, you can then **right-click/hold down the item** to open up the **`BedrockDeathLog`** menu

Let's start with a question first. How is this useful?
- Let's say your friends died in the End City, far away from the home end gate. You can check his deathlog to find the location of where he died and immediately set off for the journey of returning his items back!
- You can also see how he died. *(the controversy begins from this part)* Died in the void? Yeah, **no chance I'm going there.** You tell him the bad news and in the next second he starts up a new world. Neat, huh?
## `BedrockDeathLog` menu

- `` - Opens up a list of death a player/you have experienced
**(does not includes death happened before the addon was installed)**
- `` - Change your DeathLog experience into your preferences!
- `` - Gives you types of deaths that might/might not happen to you
- `` - Change your deathlog access type to...
`Everyone` **(everyone can see your deathlog)**
`Only those who has access` **(certain people you added so they can see your deathlog)**
You can also add/remove a player to an `exception of who can't see your deathlog` or `give them access to your deathlog`
# Installation
- Double-click/Open the **.mcpack** to automatically install the add-on
- *Manual installation:* Unzip the **.zip** file as a folder and move the folder to...
Android: `Android/data/com.mojang.minecraftpe/files/games/com.mojang/behavior_packs`
Windows: `%appdata%\Minecraft Bedrock\Users\Shared\games\com.mojang\behavior_packs`
- Edit your world/Create new world and add **`BedrockDeathLog`** in the Behavior Packs section!
## For Beta API pack version:
- You need to enable Beta APIs Experimental on your world for the pack to work.
- Edit your world or Create a new world

- Go to Experiments

- Enable Beta APIs

# DeathLog `scriptevent`
For tech-nerds, there is a way to troubleshoot the add-on, if, somehow the game were bugging/glitching
| Commands | Functions |
| -------- | --------- |
| `/scriptevent bdeathlog:resetall` | Resets all player's data including deathlogs and player's configuration
**(NOTICE: ONLY USE WITH CAUTION)** |
| `/scriptevent bdeathlog:debug` | Returns player's `DeathLog` data and logs it in console
(Depending on the player, it would **not return** data of a player that don't give you access to their deathlog or player who added you in their exception) |
# Contribution
This add-on originates from my friend that keeps dying in his world and losing his items from despawning at the cost of me and his progress ***(deleting the entire world)***
To prevent more of that, I made this add-on to save his last death position in order for me to recover his items in the nick of time
Still, if you would like to contribute to this add-on and make a change in the add-on, I would gladly appreciate it!
- [Bugs? Report it here!](https://github.com/mukeenanyafiq/BedrockDeathLog/issues/new)
- [Pull request](https://github.com/mukeenanyafiq/BedrockDeathLog/pulls)
Just don't forget to put the add-on in `development_behavior_packs` if you're actively working on changes