how to sync nbt tags?

Started by hecker on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to sync nbt tags?

I currently have an nbt tag that runs on all mobs, if you get near a mob with this tag you get it (like a virus?) however mcreator says it won't be synced, how can I fix this, I don't think I can use a global variable either?

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can't
Tue, 10/18/2022 - 05:10

you can't

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You would be able, but you'd…
Tue, 10/18/2022 - 15:13

You would be able, but you'd have to write custom code that will sync it and it's advanced thing. 

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Any other way to do so…
Tue, 10/18/2022 - 20:56

Any other way to do so without using something like the /tag command?