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

    Sitting on an armorstand

    Hey there, I was wondering if there was a way that when a player clicks an armor stand it will make them sit on it. Here is what I have so far on click on armor stand: name of clicked entity is "AS" loop clicked entity: if loop-entity's passenger isn't set: make %player% ride...
  2. J

    Solved Sitting on an armorstand

    Thanks but I get this http://prntscr.com/h6husl
  3. J

    Solved Sitting on an armorstand

    Hey there, I was wondering if there was a way that when a player clicks an armor stand it will make them sit on it. Here is what I have so far on click on armor stand: name of clicked entity is "AS" loop clicked entity: if loop-entity's passenger isn't set: make %player% ride...
  4. J

    Solved Right clicking an entity with a name

    Hey there, I was wondering if there was a way that I can have a player right click an armor stand with a custom name and it will send on click on armor stand: broadcast "Test" them a message. Here is what I have so far:
  5. J

    Entity in a minecart

    Hey there, is there a way so that I can do something like /cart and then it will summon an armorstand in the minecart. I have tried this but I cant seem to get the minecart to move on rails.
  6. J

    Moving Armor Stands

    Hey there ok so to start off I think that this will be a complex skipt and any help would be appreciated. So I was wondering if there is a way that I can set an armor stand in several positions and then save/add their positions to a file by doing something like /armor stand save [name] and then...
  7. J

    Connecting to a website

    Hey there, is there a way to make it so that if a player does /setmessage Hello it will change the <p class="text"> on a website to that message?
  8. J

    Buying Items

    Hey there, is there a way to see if a player has, say 10 stone blocks in there hot bar and if they do then they can get a stone sword but if the player does not have the amount then it will not work
  9. J

    Solved Right clicking on an armor stand

    Hey there, I was wondering if there was a way to detect if a player had right clicked on an armor stand named information that would then send them a message. Any help would be appreciated, thank you
  10. J

    Solved Looping commands

    Hey there, I am currently working on a new script and I was unsure if there is a way to loop a command for a certain time. The command would be something like this /test 5 3 (The 5 stands for the present system that I have and the 3 stands for a number of seconds the loop will run for) if arg...
  11. J

    Loop armor stand with a name

    Hey there, I was wondering if there is a way us this skript but only use it for armorstands with the name sit here is my code: command /fsa <number> <player>: permission: sc.force.armor permission message: &cNo permission! usage: &6/fsa <radius> <player> trigger: loop all armor stands in...
  12. J

    Adding a page to a book

    Hey there, is there a way to create a skript that when a player does /sign Hello it will add the message Hello to the book that they are holding.
  13. J

    Adding a book page

    Hey there! Is there a way that if a player does "/book name message" so it would be like /book Notch Hey there and it would add a new page to the player named "Notch" book and it would have the message
  14. J

    Resource packs

    Hey there, is there a way to make a skript on when a player does /rp it will download the Resource pack for them?
  15. J

    Solved Giving players items

    Hey there! (me again, sorry that I keep asking things) Anyway is there a way to give players an item in a slot with a custom name so if an admin does /key give Notch 5 it would give the player Notch 5 nether stars in the 6th slot. This is my code command /Key-give %player%: trigger...
  16. J

    Solved 1 Player at a time

    Hey there! I am making a mystery crate type system and I have got everything working but I am unsure how to make it so that only 1 player can do the command at a time. Is there a way to do this?
  17. J

    Solved Not being able to hit other players in a team?

    Hey there! I am making a small PVP game and I need 2 teams (Green & Blue) is there a way so that players in one team can only hit the other team members?
  18. J

    Solved On Kill?

    Hey there! I have been looking around on a few websites for this yet I am unable to find it, I was wondering if there was a way to send the player who killed a player a messages so if Bob kills Fred Bob would get a message saying that he had killed Fred?
  19. J

    Solved Creating a cooldown command system

    Hey there! I have been creating my custom classes skript yet I need a cooldown time so players are unable to spam the command, is there a way I can do this?
  20. J

    Solved Messaging all the players in a world

    Hey there! I am unsure of the skript that I should be using to send messages to players that are in a different world, the world name is "Games" can someone please help me, thanks :) (I do not have any other skript plugins but I am open to download any of them that I need for this)