Cosmetic Changes

What happens when a player removes or changes their equipped backpack cosmetic?

  • If the old backpack contained items:

    • The plugin will attempt to move all items from the old backpack directly into the player's main inventory.

    • Players will receive a message informing them of this process.

    • If the player's inventory is full and cannot hold all the items, any excess items will be dropped on the ground at the player's location. A message will also inform them of this.

  • If the old backpack was empty:

    • The associated data is simply cleared or updated.

This ensures that players do not lose items when they unequip a backpack cosmetic that had contents. The data for the old backpack (its contents and association with that cosmetic ID) is cleared from the player's storage.

Last updated