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

Player NBT Support #16

Open
wants to merge 2 commits into
base: 1.16.3
Choose a base branch
from
Open

Player NBT Support #16

wants to merge 2 commits into from

Conversation

Rurido
Copy link

@Rurido Rurido commented Oct 25, 2020

Added support for player nbt data.
Change the UI title based on edited data.
(See commits/comments for more details)

@Brycey92
Copy link

Brycey92 commented Nov 2, 2020

Perhaps the mod can split the payload NBT into smaller custom packets, and then reassemble it on the server.

@malte0811
Copy link
Owner

What is your usecase for this feature? NBTEdit is not really meant to be used for anything but mod development, are you working on mods that add large amounts of data to the player NBT?

@Rurido
Copy link
Author

Rurido commented Nov 3, 2020

I use it mostly for server administration. Some 1.16.3 mods sometimes break players inventories, so just deleting broken items or other tags from a player in-game helps alot. And patching mods by my own that are constantly updated is not that fun, so just quickly fixing issues without kicking all players through a complete restart is quite nice.

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

Successfully merging this pull request may close these issues.

3 participants