Jump to content

JustDogYT

Member
  • Posts

    48
  • Joined

  • Last visited

Everything posted by JustDogYT

  1. I am trying to check The amount of certain item like fish then set it to a variable.
  2. like {xp::%player's uuid%} ??
  3. So this is my skript but it changes the value's for everybody every 1 seconds: loop all players: set {levelxp} to {level}*25 if {xp} >= {levelxp}: set {level} to {level} + 1 set {xp} to {xp} - {levelxp} You get xp for killing stuff
  4. It worked but I had to change: close {_p}'s current inventory to close {_p}'s inventory
  5. I made this it works for me You need skript and skRayFall on join: while player is online: loop all players: set score "Health" below player to player's health for loop-player wait 20 ticks
  6. So i am trying to make it when u click a item it changes variables and updates the gui My Code so far command /skills: trigger: skills() function skills(): open virtual chest named "&4&lSkills" with size 3 to player format gui slot 0 and 1 and 2 and 3 and 4 and 5 and 6 and 7 and 8 and 9 and 15 and 17 and 18 and 19 and 20 and 21 and 22 and 23 and 24 and 25 and 26 of player with White Stained Glass Pane named " " to do nothing format gui slot 16 of player with Beacon named "&6&lSkill Points" with lore "&a%{skill}%" to do nothing format gui slot 10 of player with golden apple named "&c&lHealth &6+%{Health}%" to run: if {skill} > 0: set {skill} to {skill} - 1 set {health} to {health} + 1 skills() I don't really know how to use functions the best but this was my idea to try and get it to reload.
  7. You could have an invisible with custom name visible to true armor stand and name so it shows health of the player.
  8. I agree i am amazed i would never be able to make a skript this good.
  9. Did not work rip just lost like a hour of progress
  10. It is what the title says HOW DO I STOP SERVER WITHOUT SAVING
  11. How do I make a gui that is 4x4 I know how to do the rows but not the columns. Thanks in advance
  12. The prefix works but not the footer and header This is my code on join: while player is online: set tablist name of player to "%player's prefix%%player%" set tab header to "test" and footer to "test" for loop-player wait 1 second I Have skRayFall It just says can't understand the condition/effect Pls help
  13. I am trying to make a skript that gives a random player in a region a certain amount of money. This is my code so far command moneyDrop <number>: trigger: if "%region at player%" contains "golddrop": set {random} to a random element out of all players add %arg-1% to {random} player I am not sure whats wrong i am new to skript.
×
×
  • Create New...