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

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

  1. J

    Problem with double variables in my skript

    My problem is that I am placing a variable of a skript mio in the scoreboard of featherboard, but in the scoreboard the variable appears as a double decimal number, and I want it to be an integer, so that instead of appearing 1.0 it appears Only 1, some way to fix this?
  2. J

    Problems with local variables

    I'm trying to make that after setting the random of this local variable occur events if what it verifies is equal to what it needs. But it's like he gets stuck and does not go to check. Any solution? add "cajas" to {_p} add "puntos" to {_p}...
  3. J

    Random command?

    I'm trying to get a random command with this code to make an event, but apparently this way with commands does not work, any idea to get a random command from a specific command list? on rightclick: if event-location == {medialet}: if event-block is end portal frame: add...
  4. J

    Could this be?

    I want to know if there is any possible event in skript to click on words in the chat and the player executes commands, or sends commands or other things etc. For example: The most typical in minecraft is to click on the links in the chat, but in this case I want to know if you can deal with words.
  5. J

    Problems with on death event

    I'm trying to do with this event that the player to kill a certain mob is added 1 to the counter of the variable itself, but it does not work I do not understand because it does not add to the counter of the variable itself, being that I'm killing a mob and it does not happen nothing. Some help...