Entity NBT data pls help

Started by MrScautHD on

Topic category: Help with modding (Java Edition)

Last seen on 07:45, 10. Nov 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity NBT data pls help

Hi i will add to show the NBT datas at my Rocket Gui this is not working pls help here Pictures

Produce

Here in the GUI

Gui

In game

In game

 

[#55702] Added new player…
Wed, 07/08/2020 - 13:27
  • [#55702] Added new player lifetime and player persistent variables that are synced with client-side

As syncing is only problematic with players as they need data on client-side for display, a different approach was taken.

There are now two new global variable types: PLAYER_LIFETIME and PLAYER_PERSISTENT

There two variable types can be used with normal variable procedures and in UIs. Their scope is:

  • PLAYER_LIFETIME: client-server variable per player for the time of his lifetime (variables reset on death)
  • PLAYER_PERSISTENT: client-server variable per player that is permanent for a player per map save

Marking as fixed.

Last seen on 07:45, 10. Nov 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you add this in the next…
Wed, 07/08/2020 - 14:50

Can you add this in the next Version?

Last seen on 07:45, 10. Nov 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is that only for players?…
Wed, 07/08/2020 - 15:29

Is that only for players? How would I do this for entities?