Started by
natemilligan45
on
Topic category: Help with Minecraft modding (Java Edition)
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
Topic category: Help with Minecraft modding (Java Edition)
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
In procedure its something called "Scoreboard
"
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!
you could also create a global variable 'Player Score', but i dont think its needed
How could i use a global variable for a scoreboard