2

How do i set a scoreboard objective to experience points rather than levels?

turtledev's Avatarturtledev1/14/22 6:30 pm history
1/15/2022 4:00 pm
turtledev's Avatarturtledev
i've been trying to use the scoreboard to store data for experience, but the only experience option is for levels rather then points. i probably need to use a dummy and then set the dummy to the value, but i am not sure how to set it to the amount of points the player has. likewise, i know how to get the amount of points a player has, but i do not know how to apply that to the dummy value. any help would be greatly appreciated!

edit: i figured out the problem in a different way
Posted by turtledev's Avatar
turtledev
Level 10 : Journeyman Engineer
8

Create an account or sign in to comment.

2

turtledev
01/15/2022 4:00 pm
Level 10 : Journeyman Engineer
turtledev's Avatar
fyi: by points/experience points i mean the points used that you need a certain amount to level up, ex. 100 xp points gets a player to level 7
1
MinecoIII
01/15/2022 12:10 pm
Level 62 : High Grandmaster Modder
MinecoIII's Avatar
What do you mean by "points"? Like the experience points? If yes, then you can just count all the experience "points" around the player and add them to the scoreboard, if a experience point has already been counted then give it a tag.



Hope that helped lol.
1

Welcome