Recent content by cps77

  • 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!

  1. cps77

    How to calculate total experience and show it on scoreboard

    I want to know how to show player's total experience on scoreboard like this: every 1 second: @loop all players: @@wipe loop-player's sidebar @@set name of sidebar of loop-player to "server" @@set score "total experience : (total xp of player)/(max xp in player's level)" in sidebar of...
  2. cps77

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

    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...
  3. cps77

    I want to know Skript and skRayfall version that works properly in java 8

    After having some issues with java 21, my friend doesn't use it and only use java 8. And I found some version of skRayFall doesn't work in java 8. So I need newest Skript and skRayfall and other addons(skellet, skutilities, skQuery and any other addons I need for skripting.) that works well in...