How can i set the player level max to 100

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

Status
Not open for further replies.

XPiggy

Member
Feb 18, 2018
1
0
0
26
this means the player can not recive more than 100 xp levels
please help me
here is my code:
code_language.skript:
#HP
On join:
    set the maximum health of the player to 20
    set player level to 100 at max
    apply regeneration 10 to the player for 5 seconds
[doublepost=1518997551,1518997484][/doublepost]i get a error saying player level is not an entity type
how can i solve this?
 
use on level change: to keep it from going over 100

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