Search results

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  1. novastosha

    How to detect if you are standing flat lands?

    loop blocks in radius 3 around player: if loop-block is not air: if y coord of location of loop-block is y coord of location of player: Nope not possible
  2. novastosha

    How to detect if you are standing flat lands?

    If you don't want it to check for air loop blocks in radius 3 around player: if loop-block is not air: # Your code here
  3. novastosha

    Solved Read what color an item's name is?

    function getColors(text: text) :: string: loop {_text} split at " ": set {_uncolored} to uncolored loop-value set {_original} to loop-value if loop-value contains "&4" or "&c" or "&6" or "&e" or "&2" or "&a" or "&b" or "&3" or "&1" or "&9" or "&d" or "&5" or "&f" or...
  4. novastosha

    Make player larger

    100% not possible, You can't control player module and make it bigger with Server all these player module thing are Client-side
  5. novastosha

    [Advertising] AcidStudios

    -content removed by staff-
  6. novastosha

    Help needed

    No not working
  7. novastosha

    Help needed

    I am making a blockparty script And i want when time ends all the blocks exept the one to stand on turns to air It works but it just leaves 1 block out of 10 as an example Code: loop all blocks within {BlockParty::Pos1::%loop-value%} and {BlockParty::Pos2::%loop-value%}...
  8. novastosha

    A command that runs another command.

    Remove the quotes (") and it might work
  9. novastosha

    Thank you, I found it! Thanks again :)

    Thank you, I found it! Thanks again :)
  10. novastosha

    Hi @LimeGlass, I have a question, How can i get ALL Skript Variables in a list or hashmap or...

    Hi @LimeGlass, I have a question, How can i get ALL Skript Variables in a list or hashmap or somthing in java?
  11. novastosha

    Script Rooms - Small Update

    What's fixed or added? -- Players who leave the game leave the room
  12. novastosha

    Emmm, Follow me and also how can i fllow my self glitch

    Emmm, Follow me and also how can i fllow my self glitch
  13. novastosha

    Script Rooms 1.0

    Rooms by: @novastosha First off, What does Rooms mean? Rooms is the name of my script and it is like voice chatting rooms but in minecraft. In this script players create a room (A world) where they can play and enjoy! Features: -- Multiple Rooms -- GUI Based -- No Accidents can be done...
  14. novastosha

    Rooms

    Rooms by: @novastosha First off, What does Rooms mean? Rooms is the name of my script and it is like voice chatting rooms but in minecraft. In this scripts players create a room (A world) where they can play and Enjoy! Features: -- Multiple Rooms -- GUI Based -- No Accidents can be...
  15. novastosha

    on variable update

    I agree 100%
  16. novastosha

    Solved how to set the cooldown to clicked sign

    Kinda late Goose Is that what you mean, I didn't understand correctly on rightclick on a sign: line 1 of clicked block is "&e-|-&2ToStart&e-|-" reset {diff::%uuid of player%} set {timer.%player%} to true set {_start} to now while {timer.%player%} is true: set {_new}...
  17. novastosha

    Solved how to set the cooldown to clicked sign

    Ok, i'll do it for ya Is that what ya mean? on rightclick on a sign: line 1 of clicked block is "&e-|-&2ToStart&e-|-" reset {diff::%uuid of player%} set {timer.%player%} to true set {_start} to now while {timer.%player%} is true: set {_ok} to {runnedsometime::%uuid...
  18. novastosha

    Solved how to set the cooldown to clicked sign

    Local variables can only be used one time (Local = One trigger) on rightclick on a sign: line 1 of clicked block is "&e-|-&2ToStart&e-|-" reset {diff::%uuid of player%} set {timer.%player%} to true set {_start} to now while {timer.%player%} is true: set {diff::%uuid...
  19. novastosha

    Algeria Boooyyyy

    Algeria Boooyyyy
  20. novastosha

    Check if a coordinate is between 2 other coordinates

    If you want i can give you my claiming system and you use it for the needed purpose.