how to make a scoreboard

Started by natemilligan45 on

Topic category: Help with modding (Java Edition)

Last seen on 01:42, 28. Feb 2024
Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make a scoreboard

I've tried for weeks now to do a score board and nothing, all I want to do is every u tame a certain mob u get a point. How do I do tht 

Last seen on 13:52, 9. Apr 2022
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In procedure its something…
Thu, 03/18/2021 - 09:49

In procedure its something called "Scoreboard

"

Last seen on 19:53, 2. Jun 2021
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
create a procedure using NBT…
Fri, 03/19/2021 - 06:14

create a procedure using NBT tags, like 'Player Points', set a condition 'IF entity X is killed by player' then set a NBT tag to 'Player Score' = Get NBT tag + Y (Number of points you get for that mob), each mob will give you a different score this way, you can also create a custom item for example, to display yor current score, OR make a GUI for it, from a Item, just for your scores..

 

hope it helps! GL!

Last seen on 19:53, 2. Jun 2021
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you could also create a…
Fri, 03/19/2021 - 06:15

you could also create a global variable 'Player Score', but i dont think its needed

Last seen on 00:36, 9. Dec 2021
Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How could i use a global…
Sun, 05/23/2021 - 02:52

How could i use a global variable for a scoreboard