Jump to content

Up1x

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Up1x

  1. Awesome! just one thing, when I put it into my server it came back with errors:

    can't understand the type 'players's uuid' in {playerlevel::%player's uuid%} = 1

    can't understand the type 'player's uuid' in {playerexperience::%player's uuid%} = 0

    I tried looking into this issue but could not find anything

  2. Ok so I was working on this leveling system where players recieve xp for mining blocks and this is what I got so far: 

     

    variables:
       {playerlevel} = 1
       {playerexperience} = 0


    On mine:
       add 0.1 to {playerexperience}

    if {playerexperience} is equal to 1:
       set {playerlevel} to 2

    Whenever I run the skript It comes back with an error saying that it can not understand the event: 'if {playerexperience} is equal to 1:'

    Anyone know whats wrong here?

    thanks

     

    (Kinda new to skript so sorry if it is a dumb mistake I made)

  3. So i'm setting up a command block that takes money from a player (/eco take @s 100) and then another command block that gives the player a torch after taking $100 (/give @s torch)

    When I clicked the button to execute the command blocks it keeps saying ERROR: Player not found and doesn't take $100 from the player balance or gives the torch. Any fix for this?

  4. So i'm setting up a command block that takes money from a player (/eco take @s 100) and then another command block that gives the player a torch after taking $100 (/give @s torch)

    When I clicked the button to execute the command blocks it keeps saying ERROR: Player not found and doesn't take $100 from the player balance or gives the torch. Any fix for this?

×
×
  • Create New...