experience

  • 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. D

    How do I add indefinite scaling?

    So basically, I want to make a variable {extra} a number between 0 and the amount of levels a player/100 has, like this: Level 0-100- between 0 and 1 100-200- between 0 and 2 200-300- between 0 and 3 and so on, with a 5% chance of even activating, or a 5% chance for it to be not 0, and equal...
  4. F

    Solved Changing fullness of exp bar

    Is there a way to increase or decrease the fullness of the exp bar? I want only the bar to change and move, not the player's level."
  5. 83y

    experience drops aren't accurate

    Hi, im trying to make xp drop when a player dies however, when the player dies and the xp drops, the xp drop is accurate in the broadcast, but when I go to pick up the xp orb the amount of xp is different. How do I fix this? on death: if attacker is a player: if victim is a player...
  6. N

    How can I detect a player's EXP level?

    Hey, I'm trying to make a leveling system in one of my servers, where the higher your level is, the higher the maximum health you have. At first, I tried this: if players exp level is equal to 3: set the maximum health of the player to 6 But Skript can't seem to understand the event...
  7. PotteryTNT

    Solved Regen From Experience Levels

    Category: UHC Suggested name: Level Health Spigot/Skript Version: PaperSpigot 1.8.8, Skript 2.2 (yes just 2.2) What I want: There is 4 different stages of health you can use experience for which are: Low - 5xp - 3s Regen Medium - 10xp - 5s Regen High - 15xp - 8s Regen Overpowered - 25xp...
  8. DarkMbs

    Double xp

    I want to make it so when a player is holding an custom iteam and the player mines a block i want the xp to drop double!
  9. D

    Give a random amount of experience points to the player

    Hello, I am trying to give a random amount of experience points to the player using this: give a random number between {_emin} and {_emax} exp to the player but it just returns this: ('a random number between {_emin}' and '{_emax} exp') can't be added to a player because the former is...