how to make a scoreboard

Started by natemilligan45 on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Aug 2018
Points:
855

User statistics:

  • Modifications: 0
  • Forum topics: 33
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
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 

Active 3 years ago
Joined Mar 2021
Points:
590

User statistics:

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

In procedure its something called "Scoreboard

"

Active 4 years ago
Joined Sep 2016
Points:
1176

User statistics:

  • Modifications: 0
  • Forum topics: 54
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 403
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!

Active 4 years ago
Joined Sep 2016
Points:
1176

User statistics:

  • Modifications: 0
  • Forum topics: 54
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 403
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

Active 3 years ago
Joined Jul 2019
Points:
694

User statistics:

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

How could i use a global variable for a scoreboard