Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upon death, inventories don't always save (for years) #9525

Open
3 tasks done
RSLuke opened this issue Mar 4, 2025 · 0 comments
Open
3 tasks done

Upon death, inventories don't always save (for years) #9525

RSLuke opened this issue Mar 4, 2025 · 0 comments
Labels
bug report Reports of bugs/inconsistencies

Comments

@RSLuke
Copy link

RSLuke commented Mar 4, 2025

Description of Issue

When players die, their inventory is supposed to be saved. However, for several years, there have been issues with this. Not all players are affected—some only have one save slot despite it being configured to 15, for instance, while others' inventories are not saved at all upon their death

Version Information

[13:13:08 INFO]: --------------------------------------------------
[13:13:08 INFO]: CMI: 9.7.8.3 Velocity CMIB  MySQL-> 9.7.10.0
[13:13:08 INFO]: CMILib: 1.5.3.4 
[13:13:08 INFO]: Server: Paper(318) 1.20.2-R0.1-SNAPSHOT-
[13:13:08 INFO]: CMI economy: Activé Vault: 1.6.10(+) CMI Chat: Activé 
[13:13:08 INFO]: Modules -> 57 enabled 10 disabled: spawnerProximity, mirror, tablist, votifier, skin, elytraBoost, spawnerCharge, namePlates, playerChatTag, bossBarCompass
[13:13:08 INFO]: --------------------------------------------------

Errors

no errors

Relevant Config Sections

inv:
  # Do you want to save the player's inventory on his death
  SaveOnDeath: true
  # When set to true, empty inventories (no items in inventory) will not be saved on players death
  IgnoreEmpty: true
  # If set to true then player should have cmi.saveinv permission node for inventory to be saved on death
  RequiresPermission: false
  # How many inventories, we will keep for each player
  SavedInventories: 20
  restore:
    # Set to false if you don't want to restore hp state on inventory load with /cmi invload command
    HP: false
    # Set to false if you don't want to restore players experience points
    XP: true
    # Set to false if you don't want to restore food state
    Food: true
    # Set to false if you don't want to restore saturation level
    Saturation: true
    # Set to false if you don't want to restore potion effects
    Potions: true
    # Set to false if you don't want to restore items
    Items: true
    # List of materials we should not save
    # Keep in mind that you might need to include all materials for colored items, like wool or shulker boxes
    BlackListedItems:
    - ''

Relevant Plugins

No response

Agreements

  • My server is supported by CMI.
  • My version of CMI at the time of this report is up to date.
  • I have searched the github and asked around before making this report.
@RSLuke RSLuke added the bug report Reports of bugs/inconsistencies label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Reports of bugs/inconsistencies
Projects
None yet
Development

No branches or pull requests

1 participant