How should I put player's total experience in the scoreboard?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

cps77

Member
Jan 23, 2024
3
0
1
14
I want to know how to put player's total experience and level in the scoreboard like this:
every 1 second:
@loop all players:
@@set score "your experience point : %{total.loop-player}%/%{max.loop-player}%" in sidebar of loop-player to 1
(%{max.loop-player}% means max amount of experience point in loop-player's level)

please help I'm looking for this for more than three hours and doesn't have any clue ;;