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

Duplicate entity UUID issue #10449

Open
WarnDa opened this issue Apr 23, 2024 · 1 comment
Open

Duplicate entity UUID issue #10449

WarnDa opened this issue Apr 23, 2024 · 1 comment
Labels
status: needs triage type: bug Something doesn't work as it was intended to. version: 1.20.4 Game version 1.20.4

Comments

@WarnDa
Copy link

WarnDa commented Apr 23, 2024

Expected behavior

This settings should work and ignore duplicate UUID instead of deleting entity

    duplicate-uuid:
      mode: silent
      safe-regen-delete-range: 0

(also tested safe-regen-delete-range: 1)

Observed/Actual behavior

When I paste twice the same item_frame it deletes it and send an error in the console

[15:36:41 WARN]: [EntityLookup] Entity uuid already exists: a8d8f021-32a9-4f0a-bc6b-e3be5bdd6f6e, mapped to EntityItemFrame['Item Frame'/397, uuid='a8d8f021-32a9-4f0a-bc6b-e3be5bdd6f6e', l='ServerLevel[SuperiorWorld]', x=1200.50, y=103.50, z=597.03, cpos=[75, 37], tl=217, v=true], can't add EntityItemFrame['Item Frame'/432, uuid='a8d8f021-32a9-4f0a-bc6b-e3be5bdd6f6e', l='ServerLevel[SuperiorWorld]', x=1200.50, y=103.50, z=1197.03, cpos=[75, 74], tl=0, v=false]

Steps/models to reproduce

I'm using a plugin to add image on maps and paste it on every created island for players
Plugin to generates maps :

Command used : imageframe create test https://i.imgur.com/2ErVis6.png 4 5
Video : https://youtu.be/T1ghIi3cNic
After importing the schematic : https://youtu.be/aRq6WsZQlX4

  • I create an island, it's working fine
  • My second account create an island and do not get maps and get this error in console :
[EntityLookup] Entity uuid already exists: a7d90ae1-60e3-4a38-b581-6b724bd3a469, mapped to EntityItemFrame['Item Frame'/495, uuid='a7d90ae1-60e3-4a38-b581-6b724bd3a469', l='ServerLevel[SuperiorWorld]', x=-3.97, y=103.50, z=602.50, cpos=[-1, 37], tl=525, v=true], can't add EntityItemFrame['Item Frame'/518, uuid='a7d90ae1-60e3-4a38-b581-6b724bd3a469', l='ServerLevel[SuperiorWorld]', x=-603.97, y=103.50, z=2.50, cpos=[-38, 0], tl=0, v=false]

Plugin and Datapack List

ImageFrame, ProtocolLib, SuperiorSkyBlock 2

Paper version

This server is running Paper version git-Paper-493 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: a6b6ecd)
You are running the latest version
Previous version: git-Paper-459 (MC: 1.20.4)

Other

Also happened if I had COW into the schematic

@WarnDa WarnDa added status: needs triage type: bug Something doesn't work as it was intended to. labels Apr 23, 2024
@kashike kashike added the version: 1.20.4 Game version 1.20.4 label Apr 28, 2024
@WarnDa
Copy link
Author

WarnDa commented Apr 28, 2024

Edit : superiorskyblock fixed on his side to change uuid of entities on schematic, but the issue is still existing on paper side with entity using the same uuid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage type: bug Something doesn't work as it was intended to. version: 1.20.4 Game version 1.20.4
Projects
Status: 🕑 Needs Triage
Development

No branches or pull requests

2 participants