Jump to content

How to get a player stats


pogger165

Recommended Posts

Hello, I'm new the the modding community.

I would like my mod(1.18.2) to only execute a block of code if the users total distance walked and total distance fallen has surpassed an amount.  

I am unsure of how to access the users stats and their values. 

How would I get those values?

Edited by pogger165
Link to comment
Share on other sites

  • 1 year later...

the 1.18.2 names are:

ServerPlayer#getStats

ServerStatsCounter

you can then use ServerStatsCounter#getValue with to get the value of the Stat:

Stats.CUSTOM.get(<the stat you want>)
 

How can i put in an int var the value of a stats of a player?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.