Jump to content

StarBunnie

Member
  • Posts

    438
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by StarBunnie

  1. command /levelup: trigger: if {speed::%player's uuid%} >= 100: remove 100 from {speed::%player's uuid%} else: send " "
  2. Just write else: beneath it.. Do you even know how to use basic skript?
  3. Then it doesn't do anything it just checks 100 and above
  4. I don't really care about credit I just help people lol
  5. command /levelup: trigger: if {speed::%player's uuid%} >= 100: remove 100 from {speed::%player's uuid%}
  6. I can do the one above but only remove 100 when it hits 100? Nothing more?
  7. Worldguard might have issues if it starts with a symbol just give it a name like "forest-coins5" that way you can even make multiple regions that give u 5 coins
  8. I'd suggest looking at SkBees scoreboards then SkRayFall is rather trashy in a lot of things sadly
  9. Are you sure you wrote the region right? It updates for me just fine Make sure you rejoin after reloading it
  10. Alright have you tried sending the newest version yet Edit: Sorry didn't see it Edit2: try that on join: while player is online: set {_reg} to "%region at player%" if {_reg} contains "-coins5": add 5 to {speed::%player's uuid%} if {_reg} contains "-coins3": add 3 to {speed::%player's uuid%} if {_reg} contains "-coins1": add 1 to {speed::%player's uuid%} delete player's sidebar set name of sidebar of player to "&b&lLap&d&l&nSK" set score " " in sidebar of player to 5 set score "&b&k&l;&r &f&lWelcome back &b&k&l;" in sidebar of player to 4 set score " " in sidebar of player to 3 set score "&b&lPlayer: &d&l%player%" in sidebar of player to 2 set score "&b&lSpeed: %{speed::%player's uuid%} ? 0%" in sidebar of player to 1 wait 5 seconds
  11. Oof yeah I forgot that's an issue with skrayfalls scoreboard use this insead on join: while player is online: set {_reg} to "%region at player%" if {_reg} contains "-coins5": add 5 to {speed::%player's uuid%} if {_reg} contains "-coins3": add 3 to {speed::%player's uuid%} if {_reg} contains "-coins1": add 1 to {speed::%player's uuid%} clear player's sidebar set name of sidebar of player to "&b&lLap&d&l&nSK" set score " " in sidebar of player to 5 set score "&b&k&l;&r &f&lWelcome back &b&k&l;" in sidebar of player to 4 set score " " in sidebar of player to 3 set score "&b&lPlayer: &d&l%player%" in sidebar of player to 2 set score "&b&lSpeed: %{speed::%player's uuid%} ? 0%" in sidebar of player to 1 wait 5 seconds
  12. on join: while player is online: set {_reg} to "%region at player%" if {_reg} contains "-coins5": add 5 to {speed::%player's uuid%} if {_reg} contains "-coins3": add 3 to {speed::%player's uuid%} if {_reg} contains "-coins1": add 1 to {speed::%player's uuid%} set name of sidebar of player to "&b&lLap&d&l&nSK" set score " " in sidebar of player to 5 set score "&b&k&l;&r &f&lWelcome back &b&k&l;" in sidebar of player to 4 set score " " in sidebar of player to 3 set score "&b&lPlayer: &d&l%player%" in sidebar of player to 2 set score "&b&lSpeed: %{speed::%player's uuid%} ? 0%" in sidebar of player to 1 wait 5 seconds Try this instead
  13. Does the server crash or your mc? If it's the server make sure you added a wait at the end of the while loop
  14. Just set it below the while loop. on join: while player is online: set {_reg} to "%region at player%" . . . set score "&b&lSpeed: %{speed::%player's uuid%}%" in sidebar of player to 2 wait 5 seconds
  15. Well you could make the regions with world guard and just do another on join: while loop that checks the region the player is in every 5 seconds on join: while player is online: set {_reg} to "%region at player%" if {_reg} contains "-coins5": add 5 to {speed::%player's uuid%} if {_reg} contains "-coins3": add 3 to {speed::%player's uuid%} if {_reg} contains "-coins1": add 1 to {speed::%player's uuid%} wait 5 seconds and to show it in the scoreboard just add set score "&b&lSpeed: %{speed::%player's uuid%}%" in sidebar of player to 2 or what ever score number is not used yet
  16. Could you elaborate what you mean by limiting certain blocks?
  17. If you want a clickable message in the lobby you need a rank I'm not sure anymore which one tho. If you want something like that on your server you need something like that: send formatted "<cmd:/gamemode create><ttp:Click to go into creative mode>[Text]<reset>Rest of the message" cmd: is the command that is executed ttp: is what gets displayed if you hover over the text section sgt: would be to autowrite something in chat but not sending it
  18. Okai just copy everything from my pastebin and paste it in the file after clearing it out completely and send a screenshot of how the top of the file looks.
  19. Just make a new .sk file with only my skript in it or just upload mine directly.
  20. Ah already see the issue I code my skripts with " " so 1 space indentation. Apparently the other code that's in the file uses 8 so 2 tabs the simplest solution would be to keep my code in a separate file.
  21. Everything seems to be fine there I'd really need to see the errors I think Edit: Oops sorry didn't refresh
×
×
  • Create New...