Jump to content

Jessica907432

Member
  • Posts

    90
  • Joined

  • Last visited

Posts posted by Jessica907432

  1. thanks it does

    1 hour ago, RealFTG said:

    If you want player's to right click the sword you'll need to do this:

    On right click:
        if player's held item is diamond sword named "&5Aspect Of The End":
            push player forward at speed 1

    If you want player's to left click the sword you'll need to do this:

    On left click:
        if player's held item is diamond sword named "&5Aspect Of The End":
            push player forward at speed 1

    Hope this helped!

     

     

     

     

  2. 1 minute ago, Jessica907432 said:
    1. on place of hay block:
    2. set {gens::%location of event-block%} to uuid of player
    3. if {gens::%player's uuid%} < 10:
    4. add 1 to {gens::%player's uuid%}
    5. while event-block is hay block:
    6. wait 80 ticks
    7. drop 1 wheat above location of event-block
    8. else:
    9. send "" to player
    10. send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&710" to player
    11. send "" to player
    12. cancel event
    13.  
    14. command /gencap [<player>] [<text>] [<number>]:
    15. permission: gencap.use
    16. permission message: &cNope!
    17. trigger:
    18. if arg-1 is set:
    19. if arg-2 is "reset":
    20. set {gens::%arg-1's uuid%} to 0
    21. send "&cYou have just reset %arg-1%&c's gen cap!" to player
    22.  
    23. command /gens:
    24. trigger:
    25. send "" to player
    26. send "&bYou have used %{gens::%player's uuid%}%&7/&b10 gen space!" to player
    27. send "" to player
    28.  
    29. command /sell:
    30. trigger:
    31. set {_amount} to amount of wheat in player's inventory
    32. add {_amount} to {wheatdrops::%player's uuid%}
    33. remove {_amount} of wheat item from player's inventory
    34. send "&7You have just sold &a%{_amount}% &7wheat drops!" to player
    35. send "&7Total Balance&f: &a%{wheatdrops::%player's uuid%}%"
    36.  
    37. command /balance:
    38. trigger:
    39. send "" to player
    40. send "&bYou have &a%{wheatdrops::%player's uuid%}% &bwheat drops in your balance!" to player
    41. send ""

    hope that helped its customisable btw u can change stuff or make multiple 

  3. 1 minute ago, quick007 said:

    Hi yes I need a gens server for jmy new server named COOLGENSXD and I will be the owner so pls give me a skript that is exactly like the ones on Fastgens THANKSSSS 😘😘😘😘😘😘😘

    1. on place of hay block:
    2. set {gens::%location of event-block%} to uuid of player
    3. if {gens::%player's uuid%} < 10:
    4. add 1 to {gens::%player's uuid%}
    5. while event-block is hay block:
    6. wait 80 ticks
    7. drop 1 wheat above location of event-block
    8. else:
    9. send "" to player
    10. send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&710" to player
    11. send "" to player
    12. cancel event
    13.  
    14. command /gencap [<player>] [<text>] [<number>]:
    15. permission: gencap.use
    16. permission message: &cNope!
    17. trigger:
    18. if arg-1 is set:
    19. if arg-2 is "reset":
    20. set {gens::%arg-1's uuid%} to 0
    21. send "&cYou have just reset %arg-1%&c's gen cap!" to player
    22.  
    23. command /gens:
    24. trigger:
    25. send "" to player
    26. send "&bYou have used %{gens::%player's uuid%}%&7/&b10 gen space!" to player
    27. send "" to player
    28.  
    29. command /sell:
    30. trigger:
    31. set {_amount} to amount of wheat in player's inventory
    32. add {_amount} to {wheatdrops::%player's uuid%}
    33. remove {_amount} of wheat item from player's inventory
    34. send "&7You have just sold &a%{_amount}% &7wheat drops!" to player
    35. send "&7Total Balance&f: &a%{wheatdrops::%player's uuid%}%"
    36.  
    37. command /balance:
    38. trigger:
    39. send "" to player
    40. send "&bYou have &a%{wheatdrops::%player's uuid%}% &bwheat drops in your balance!" to player
    41. send ""
  4.  

    Just now, QueenBee198 said:

    Haha, simple mistake, nothing is wrong with the code itself, it's just you used spaces and tabs, re-indent your code with one or the other.

    please do show me

    on left click with chain:
      loop 5 times:
        shoot tnt from player at speed 5
    on right click with chain:    
      loop 5 times:
        shoot a Wither Skull from player at speed 1
        

  5. 2 minutes ago, QueenBee198 said:

    You would want to add loop (number of times) times: then under add what you would like to repeat (make sure it's indented) then when you want to exit the loop just remove the indentations on a new line

    Example:
     

    
    on rightclick:
      loop 5 times:
        send "Woah! You just looped a skript!"
      send "This line isn't in the loop!"

     

    umm so did i do it right?

    8.PNG

  6. Is there a plugin that has /clearchat as i have seen it on other servers but never fount the plugin and i dont really want to ask as  i feel like im doing something wrong but this is easier as i arent disturbing anyone besides if u want to reply could u tell the name for me pls

×
×
  • Create New...