Jump to content

Up1x

Member
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Up1x's Achievements

Lurker

Lurker (1/6)

0

Reputation

  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. Anyone know how to make a good leveling system that allows players to gain XP by mining blocks and attacking players and then having their level displayed on a scoreboard? Thanks!
  4. I notice that there is no longer an option for void world in the server properties. Is there another way I can make a void world? Thanks!
  5. 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?
  6. 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...