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

    Solved On Right Click - Not working

    Alright, thanks so much for this. It seems to be working now. Thank you :)
  2. J

    Solved On Right Click - Not working

    I am using this but it does not work on rightclick: if player's tool is melon seeds: set player's tool to pumpkin_seeds else: broadcast "its some difference seeds!" on rightclick: if player's tool is pumpkin seeds: set player's tool to melon_seeds else...
  3. J

    Solved On Right Click - Not working

    Thanks but it still does not work, it will only work changing 1 of them and then thats it
  4. J

    Solved On Right Click - Not working

    Yeah, it works like that for me as well but when I add the replaceitem command it does not replace the melon back to pumpkin
  5. J

    Solved On Right Click - Not working

    I was not sure how to debug. but I will do it from now on, also the melon seeds are still called pumpkin seeds when I click on it now, is there a way to fix that?
  6. J

    Solved On Right Click - Not working

    Alright, thanks it works. I was typing the wrong name in for it.
  7. J

    Solved On Right Click - Not working

    Thanks but it still does not work
  8. J

    Solved On Right Click - Not working

    Hey, there are no errors when I do this but it's not working when I right click on the item can someone please help me. Thanks. on rightclick: if "%player's tool%" is "melon_seed": make console execute command "replaceitem entity %player% slot.weapon.mainhand pumpkin_seeds 1 0"
  9. J

    Generating a random number and then using it

    Thanks, how do I make the broadcast the same random number as well as send it to the player who did the command (at the same time) but then the next time they do the command its a different number
  10. J

    Generating a random number and then using it

    Alright, but how would I do it. I undertand that you can't do it all for me but can you please help me a bit more
  11. J

    Generating a random number and then using it

    thanks but I don't see how this helps. I need to get the same random number
  12. J

    Generating a random number and then using it

    Alright so, I am trying to make a skript where I can do a command like /armor and it will send the player a random number. However can it also send the same random code in /ac aswell
  13. J

    Locking a slot

    Thanks, there is an error tho (only 1) http://prntscr.com/hvkxlx
  14. J

    Locking a slot

    Thanks but I dont understand this part [on] (hotbar|held [(item|slot)]|inventory slot) (switch|change):
  15. J

    Locking a slot

    Thanks but I dont understand how I put that in to my skript
  16. J

    Locking a slot

    Hey there, is there a way to lock a slot so that players are unable to move an item from that slot
  17. J

    Solved Spawning an armorstand at a set location

    Thanks but when I do this I can no longer make the armorstand move Wait, hold on I got it working sorry about that. Thank you, all
  18. J

    Solved Spawning an armorstand at a set location

    Yeah, sorry about that http://prntscr.com/hrs7az
  19. J

    Solved Spawning an armorstand at a set location

    Thank but there is an error when I do that
  20. J

    Solved Spawning an armorstand at a set location

    Thanks, I have this but it does not work spawn 1 armor stand at location(222, 4, -16) in world Games