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

    Solved How to make Weapons

    Thank you! It worked!
  2. D

    Solved How to make Weapons

    Hey, how to make weapons that shoot snowballs not only forward but also to the left or right, so I can make a shotgun for example? Thanks already for any answer!
  3. D

    How to save player's armor

    Thank you! I will test it out! ;)
  4. D

    How to save player's armor

    Hey, I'm trying to write an inventory save script for my citybuild script, everything works fine except the armor is not saved? Does anyone know maybe how to save the armor in a value and recall it? Thanks already!
  5. D

    Vehicles?

    Does anyone know how to make a drivable car? If so how and what addons do I need for it?
  6. D

    Make minecarts movable without rails

    Okay thanks!
  7. D

    Make minecarts movable without rails

    Hello, I have a question, namely how can you make a car with script, so that when you get into a certain lore that it can then drive without rails underneath?
  8. D

    Solved How to update a sign every 3 seconds?

    I restarted the server and now it works, don't know what it is but thanks! The problem was me, I only reloaded my LobbySystem but not SkyWarsFFA with the join sign inside Thanks for everything!
  9. D

    Solved How to update a sign every 3 seconds?

    It doesn't work
  10. D

    Solved How to update a sign every 3 seconds?

    I create the join signs with line 1: [swffa] and line 2: swffa-1 . Then the sign is automatically processed by the number of players and you cannot join with the sign anymore
  11. D

    Solved How to update a sign every 3 seconds?

    Can you help me please with this: on rightclick on a sign: if line 1 is "&8◆ &cSkyWarsFFA-1 &8◆": if line 2 is "&8【&a&lONLINE &8】": make player execute command "swffajoin" The sign will not work if the number of players is shown on the sign.
  12. D

    Solved How to update a sign every 3 seconds?

    Okay thanks! I will test it tomorrow Thank you very much! I changed the code a bit, but without your help I wouldn't have figured it out!
  13. D

    Solved How to update a sign every 3 seconds?

    Hello, I'm doing a lobby system for my server and I'm stuck with a problem with the sign system: How can I update a sign every 3 seconds so that the sign shows the number of players in a world (and so that the number is updated as well)?
  14. D

    Solved Put several items in a certain slot?

    Hey, i am currently working on a KnockIT script for my Minecraft Server, but now I have a problem: How can I use the line (set slot 1 of player to barrier named "&cWait...") to put multiple items into the slot of a player?