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

[Suggestion , Enhancement] Add variable tracking to entities and Items to support Paper #270

Open
Tsoccerguy3 opened this issue Nov 25, 2022 · 2 comments

Comments

@Tsoccerguy3
Copy link

In newer versions of Paper and Spigot , there is support for variable tracking and rendering of entities and items. WDL can make note of the first appearance of armorstands, maps, items, etc... and auto set tracking distance . On some servers , I see some things set to appear at a tracking distance of say 6 , while others are set to the render distance usually 32. The server is doing this to speed up rendering . If a chunk has lots of armorstands , items , entities or custom models , having auto tracking really speeds things up. Right now setting a fixed tracking distance misses stuff with a server low tracking distance or to far .

@Pokechu22
Copy link
Owner

If you set the tracking distance really low in WDL, everything should be successfully saved - it's just that you might also end up saving entities that should have died/naturally despawned.

Just to make sure, though, this is a case of servers changing the track distance for an entity based on how heavy load is? Not just setting separate track distances for a specific kind of entity that are always used for that same kind of entity?

@Tsoccerguy3
Copy link
Author

Tsoccerguy3 commented Jan 8, 2023

Things like item frames , armorstands , paintings , image to map graphics (maps in frames) , player heads , etc .. make heavy use of these for special effects . The hosting server prevents lag by only rendering some things at low distance , say 6 blocks , others with a little less lag at 10 blocks and so on . With setting the wanted item at say 6 blocks , I would need to be close enough to grab the item and not over write it with nothing , when i walk away . If you have the time , try https://mcmagic.us/ . This will putt the plugin to the test . If you can track and save the content , then you will have improved the plugin . Right now on this map , missing a lot of the content . Also the frames that contain map data are getting mixed up and co-ords are wrong .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants