Feature Request: Get all NBT data from mob

Started by ShadowPlayer51 on

Topic category: Plugins and third-party tools

Last seen on 07:06, 21. Jul 2024
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Feature Request: Get all NBT data from mob

I'm really looking for some sort plugin that has a code block that can get all nbt data from a mob and save it to a string. I specifically mean the data that can be gotten from the command /data get entity @e[entity specifications] | or similarly to the f3 + i shortcut that saves all of the serverside entity data (but without the /summon part of it).

If we can somehow get a plugin that has a feature like this, making systems that can capture mobs will finally be possible, because all the nbt data can be saved to a string, and then that string can be recalled in a /summon command, allowing for a copy of the mob to be made.

Last seen on 20:20, 25. Jul 2024
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello, I can add this…
Tue, 11/28/2023 - 14:26

Hello, I can add this feature to a new procedure block in MCreator if you want :)

Last seen on 11:28, 23. Jul 2024
Joined Jul 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Atten007 Please do, I…
Wed, 07/03/2024 - 15:45

@Atten007 Please do, I really need to make mob capture device that will accept only tamed mobs and that will save all their NBT data (modded mounts with different hp, variant, etc.)... If you could add such procedure block, that would be amazing!