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

    give {_integer} redstone ore to the player not working

    And what about if I wanna multiply {_I} times 3 or something like that
  2. M

    give {_integer} redstone ore to the player not working

    I try to do this like the title and also saying {_integer} parsed as an integer set {_i} to random integer between 3 and 5 add {_i} parsed as an integer redstone ore to the player #also I try this set {_i} to random integer between 3...
  3. M

    how to add drops to a variable

    no This does not work I try to use on death event
  4. M

    how to add drops to a variable

    Add drop to {_drops::*} #Like this?
  5. M

    how to add drops to a variable

    how do I get the monsters drops ? or people drops?
  6. M

    FIRE GUN

    I donk know how to do it with particles but I can do it with snow balls or arrows on rightclick holding a iron horse armor: if held item of the player is named "gun": make the player shoot a snow ball at speed 2 On Projectile Hit: projectile is an snow ball #here you can set...
  7. M

    sneeking

    on target: target is sneaking distance of target and the entity is bigger than 4 cancel the event here http://en.njol.ch/projects/skript/doc/conditions#CondIsSneaking
  8. M

    Solved script issue

    like shane bee said try to read a little but mat be I can set a example for you to get it command /privateworld [<text>]: #<text> if like the next argument need to be a text like "/privateworld hey" for example trigger:#now [] this means that the text is optional I like to do it like this...
  9. M

    how I can use teleport to a variable on a function?

    So I just do teleport {_p} to {lactation} ?
  10. M

    how I can use teleport to a variable on a function?

    skript: 2.4 beta spigot: 1.14.1 mc: 1.14.1 console error: [20:39:24] [Server thread/INFO]: [Skript] Reloading vd.sk... [20:39:26] [Server thread/ERROR]: Variables cannot be used here. (vd.sk, line 392: teleport the {_p} to {pspawn.%{_arena}%}') [20:39:26] [Server thread/INFO]: [Skript]...
  11. M

    how to add drops to a variable

    OK and there is a way to do that or an addon?
  12. M

    how to add drops to a variable

    Sorry I always say the version I forgot is 2.4 beta Spigot 1.14.1 Mc version 1.14.1
  13. M

    how to add drops to a variable

    Hi I wanna know how to add drops to a local variable like this on mine: add drops to {_drops::*} clear drops loop {_drops::*}: add loop-value to player's inventory stop on break: add drops to {_drops::*} clear drops loop {_drops::*}: add...
  14. M

    on rightclick on a sign line 1 is "test"

    I will try this and I tell you if does not work if it work I will mark best answer is also not working I find the problem is the color format
  15. M

    Pickaxe do not damage

    on mine of cobblestone: clear drops give 1 cobblestone to player #the problem is the cancel event I just clear the drops now I think the problem was the pickaxe does not take any damage using cancel event because I try it and I test the code with clear drops and now the pickaxe takes...
  16. M

    Pickaxe do not damage

    I try the code and I see the problem the players tool (pickaxe) is not taking damage is like is unbreakable
  17. M

    on rightclick on a sign line 1 is "test"

    No is not working
  18. M

    on rightclick on a sign line 1 is "test"

    no this one does not work. Console error: Can't compare 'line 1 of entity-block' with a text (telekinesis.sk, line 40: if line 1 of entity-block is "&0[&3&lTelekinesis&0]":')
  19. M

    on rightclick on a sign line 1 is "test"

    skript 2.4 beta server spigot 1.14.1 mc apigor 1.14.1 code on rightclick on a sign holding any tool or sword: if line 1 of block is "&0[&3&lTelekinesis&0]": the line 1 of the sign is &0[&3&lTelekinesis&0] and I set the line like this else if line 2 is "xp": if line 3 is set...