▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Better Keep Inventory datapack

Better Keep Inventory datapack

Control item and XP loss upon death

166
3

What does it do?

  • This datapack allows you to configure which items don't drop upon player death and how much is dropped from the rest.
    • Singular or unstackable items have random chance of dropping based on the same value how much plural items (means more than 1 item in the stack) are dropped.
  • It let you configure how xp behave after death. By default everythin is dropped and 50% can be pick up at the place of death which is far more than vanilla and it's max 7 levels.
    • You can give players items with custom data always_drop:1b and never_drop:1b which take priority over general list.
  • Adjustable lifetime for items and xp (before they despawn).
  • Current settings can be seen by regular player by using /trigger check_keep_inventory. It shows on first join by default but can be turned off

Main purpose of this datapack was to create list of items that do not drop for a SMP. The datapack I was inspired by (Keep Some Inventory by PuckiSilver), was insufficient, easy to made but hard to use. So I made my own. Then I added rest of the features that were nice to have.

Priority of items settings

  1. components:{"minecraft:custom_data":{always_drop:1b}}

    Example command: /give @s minecraft:ender_chest[minecraft:custom_data={always_drop:1b}] 1

  2. components:{"minecraft:custom_data":{never_drop:1b}}
    • Works like Bedrock keep_on_death tag, unless the item als have curse of vanishing
  3. List of items that do not drop.
    • Default list is inside bki:reset function, you can edit it there with text editor and than run the function or try using bki:settings function in game.
  4. The rest is dropped. By default it is everything, but you can adjust drop percentage in the same way as the list above

To adjust the settings change values in file reset.mcfunction with text editor or use in game settings with

/function bki:settings

Photo misses adjustable lifetime feature Preview of in game settings for the datapack

There will be no updates of this datapack unless I will need it myself, but feel free to modify it yourself For that I'm leaving comments so future someone will be able to quickly understand what each part does

Compatability

  • This pack will most likely not work together with grave packs or packs doing anything to items on death.
  • It might work with modded items, but I haven't tested it.

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:MIT
Опубликован:6 месяцев назад
Обновлён:5 месяцев назад
Главная