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. JustADev

    Solved Timespan to format

    usually, the "difference between {_Var} and now" will give you a precise answer, in decimals if that is what you are looking for
  2. JustADev

    Solved Timespan to format

    Use @EWS's snippit for that, function formatseconds(n: number) :: timespan: set {_a} to "%{_n}% seconds" parsed as timespan set {_a} to "%{_a}%" replace all " seconds" or " second" with "sec" in {_a} replace all " minutes" or " minute" with "min" in {_a} replace all " hours"...
  3. JustADev

    O.o Why would he do that

    O.o Why would he do that
  4. JustADev

    "Loop all players" not working...

    your last else statement isnt even under an if statement thats why Also plz send current code ;-; :(
  5. JustADev

    Skript - CustomEnchant Book Opening Problem

    on right click with book: if name of player's tool is "NAME OF BOOK": if lore of player's tool is "LORE OF PLAYER's TOOL": #Do Stuff Solved
  6. JustADev

    Solved Help with function and in right click

    Use TusKE Advanced GUIs, and then make the player run the function if the click action is Right mouse button... TusKE Advanced has examples of this...
  7. JustADev

    Differentiated messages in Skript

    it's called a json message. And yes, this is possible with json.sk Here is the link: https://forums.skunity.com/resources/json-sk.23/
  8. JustADev

    Useful vanilla Skript functions

    @EWS Your Format Number Snippit is incorrect sometimes, It shows 1000k instead of 1M
  9. JustADev

    Solved I need help with Skript for Minecraft server

    What server ver do you have
  10. JustADev

    Solved I need help with Skript for Minecraft server

    Do you have vault installed?
  11. JustADev

    Solved I need help with Skript for Minecraft server

    on death of player: cancel the drops of experience This requires TusKE 1.0 Addon
  12. JustADev

    There is this syntax

    {MUTE::%arg-1%::abusodebugs} > 0: {MUTE::%arg-1%::abusodebugs} < 2: #Do Stuff
  13. JustADev

    Solved I need help with Skript for Minecraft server

    You don't need to, I mean, when they die, they lose all of their xp already.. so what's the point
  14. JustADev

    Solved Check doublechest

    if block at location 1 meter to the right of targeted block is chest: #STUFF if block at location 1 meter to the left of targeted block is chest: #STUFF
  15. JustADev

    How to do this

    Of course there isn't, " This is what I mean " Space ^^^^^^ You just have to do trial and error. The original post of this thread was for understanding how you make a crate system like the GIF you sent. Then you...
  16. JustADev

    How to do this

    Use spaces in your message.. or multiple lines using "||"
  17. JustADev

    drawSphere question

    Pikachus sexyshapes should help u
  18. JustADev

    Solved Map schematic

    Paste schematic "Test" at location of player
  19. JustADev

    How to do this

    What are you talking about..
  20. JustADev

    How to do this

    Set the holo to 1 meter above the center location of the enderchest