Recent content by vitusverden

  • 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 comminuty!

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

  1. V

    Make skript be able to handle small decimals

    Will try, thank you.
  2. V

    Make skript be able to handle small decimals

    I am trying to make a bitcoin skript, but i cant do it because skript will set everything to just 1 decimal - like 0.01 will be just 0.0. Is there a way to fix this? Minecraft version is 1.8.9.
  3. V

    Unexpected error occured while...

    command /groupinator: trigger: set {groups} to 2 clear {group1::*} clear {group2::*} clear {pplNotDistrobuted::*} clear {VitusNotWorkWith::*} clear {AlfredNotWorkWith::*} clear {AbcdNotWorkWith::*} add "Alfred" to...
  4. V

    Very weird problem

    No, it does not send any errors.
  5. V

    Very weird problem

    Okay, so this is very weird. This command just adds something to a list, and it works with any arg 2's other than "a" #Celler skript af vitusverden options: prefix: trt #Y = Bredde #X = Længde #Z = Højde #PRE = VIP celle #Priser cpris: 150 cprepris: 150...
  6. V

    Set pitch and yaw

    It worked :) Thanks!
  7. V

    Set pitch and yaw

    Yeah, I know that I need to teleport - and I can get pitch to work. It is only yaw that does not work. I have tried, did not work :( It didn't send any errors, but it did not work Code: command /ce [<text>] [<text>] [<integer>]: trigger: if arg 1 is not set: send...
  8. V

    Set pitch and yaw

    Have you tried searching the docs? Yes Have you tried searching the forums? Yes So, I have tried searching the forums, and docs, but it did not work the things i found. I am trying to set the players pitch and yaw, but i cant figure out how to do it.
  9. V

    Solved Close inventory

    Thanks so much :)
  10. V

    Solved Close inventory

    Is it possible to close a players inventory? Like "close arg 1's inventory".
  11. V

    sign gui input

    How should i do it with skript-mirror? I have no experience with that... nevermind, just doing it with chat
  12. V

    sign gui input

    I have tried searching forums and docs, I found it on forums, but they did just say "ok add me on discord..." so I couldn't know what works. I would like a sign gui to pop up for the player, and then set the input to some variable and then run a command. Please without packets, I'm not good at...
  13. V

    Solved level up

    Try setting line 15 to set {lvl} to 100 instead of set {lvl} to "100", because then its an integer
  14. V

    Solved Is looking at player, loop players in radius

    Worked perfectly, thank you (to other reading this that have the same problem) This is what i came up with: on rightclick: if player is holding a stick named "&9Tryllestav" with lore "&3Højreklik for at bruge magi. Mere info: /info magi": if target of player is not "<none>"...
  15. V

    Solved Is looking at player, loop players in radius

    Then it also runs when you click on a player