1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

How can i set the player level max to 100

Discussion in 'Skript' started by XPiggy, Feb 18, 2018.

Thread Status:
Not open for further replies.
  1. XPiggy

    XPiggy Member

    Joined:
    Feb 18, 2018
    Messages:
    1
    Likes Received:
    0
    this means the player can not recive more than 100 xp levels
    please help me
    here is my code:
    Code (Skript):
    1. #HP
    2. On join:
    3.     set the maximum health of the player to 20
    4.     set player level to 100 at max
    5.     apply regeneration 10 to the player for 5 seconds
    --- Double Post Merged, Feb 18, 2018, Original Post Date: Feb 18, 2018 ---
    i get a error saying player level is not an entity type
    how can i solve this?
     
  2. Epicskymi

    Epicskymi Active Member

    Joined:
    Feb 14, 2017
    Messages:
    71
    Likes Received:
    11
    use on level change: to keep it from going over 100

    set level of player to 100
     
Thread Status:
Not open for further replies.

Share This Page

Loading...