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

Origins dupe issue. #285

Open
4 of 6 tasks
thepretzel opened this issue Jun 22, 2024 · 4 comments
Open
4 of 6 tasks

Origins dupe issue. #285

thepretzel opened this issue Jun 22, 2024 · 4 comments
Labels
S-confirmed State: This issue has been replicated correctly T-bug Type: Something isn't working

Comments

@thepretzel
Copy link

thepretzel commented Jun 22, 2024

Basic questions:

  • I am actually using ketting, and not any other software (e.g. magma)
  • I am using the latest Ketting version at the time of writing for the Minecraft version, that I am using
  • I have provided full server logs and not a crash-report
  • I have checked all items without reading.
  • I have provided proper reproduction steps
  • I have ticked all boxes

What Minecraft Version is your Server on?

1.20.1

Full Ketting Version

1.20.1-47.3.1 0.2.26

Description of behavior

Not really sure if corpse is in this thing too but when using shulker origin and corpse mod on ketting server, if i die with items in my shulker origin storage, the items in my storage gets duped. After death, I receive my shulker items into my hand even though keepInventory is false and my shulker storage is staying intact as if i didn't even receive it's items into my hand. This doesn't happen on singleplayer world as it doesn't give your shulker storage items to your inventory.

Edit: After testing I found this is only origin mod's glitch. Glitch doesn't have anything to do with corpse mod.

Reproduction Steps

Steps to reproduce the behavior:
1. Use latest ketting version.
2. Run the server.
3. Select shulker origin.
4. Put some stuff in your origin storage (default: g).
5. Die.
6. Check shulker and your hand.
7. Profit.

Logs

https://mclo.gs/YsiZEHw
This is debug.log because some stuff are not in latest.log.

Additional context

No response

@thepretzel thepretzel added the T-bug Type: Something isn't working label Jun 22, 2024
@thepretzel
Copy link
Author

tested this too and found this is only origin mod's glitch and corpse mod is irrelevant.

@C0D3-M4513R
Copy link
Member

C0D3-M4513R commented Jun 26, 2024

Do you have some sort of bukkit keepinv active?
E.g. EssentialsX installed and the essentials.keepinv bukkit permission set to true.

@C0D3-M4513R C0D3-M4513R added the S-needs user response State: The user needs to provide some extra needed information label Jun 26, 2024
@thepretzel
Copy link
Author

as i said, it is only origin mod. there is not anything on the server other than the mod.

@C0D3-M4513R C0D3-M4513R removed the S-needs user response State: The user needs to provide some extra needed information label Jun 27, 2024
@JustRed23 JustRed23 added the S-confirmed State: This issue has been replicated correctly label Jul 17, 2024
@JustRed23
Copy link
Member

After some debugging, I can trace the issue back to PlayerList.respawn, where the player never gets its capabilities reset
Just leaving that here for future reference

@thepretzel thepretzel changed the title Origins and corpse (?) dupe issue. Origins dupe issue. Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-confirmed State: This issue has been replicated correctly T-bug Type: Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants