points system for player

Started by BlaBlaSillySheep on

Topic category: Help with modding (Java Edition)

Last seen on 12:27, 8. May 2023
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
points system for player

ok so im making a mod and i need help with a points system, i have tried searching for this everywhere but i have had no luck.

im wanting to make a points system that will define what dimension you go to when you die (so basically if the players points are below 0 then he goes to a dimension but if it is above 0 then he will go to a different dimension)

Please reply soon

You can use entity NBT tags…
Thu, 11/07/2019 - 18:35

You can use entity NBT tags for this. Use number type of tag and store this data to entity NBT.

Last seen on 12:27, 8. May 2023
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is there a tutorial for this…
Thu, 11/07/2019 - 20:08

is there a tutorial for this because i have no idea what an NBT tag is, thank you for answering though