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

    killed entity reward, have code, need to convert to a function

    have this code that I made by myself but I don't want to repeat so many lines for each type of entity, tried to transform the code into a function but... I suffer from serious skill issue. Can someone give me sample code from this? I need to have as "variables" the random amount of money ex...
  2. I

    vanish groups, its posible?

    In theory, I would like to know if it is possible to create a script for group A players to be vanished and group B players not to be able to see or detect them (if I were using clients), so that when using, for example, a pvp arena, players from group A can fight themselves apart from group B...
  3. I

    remove 1 item from stack of hand (crash)

    on rightclick holding yellow dye: player's tool is not yellow dye named "asd" with lore "123": stop remove 1 of event-item from player's inventory send "&f3" to player wait 5 ticks send "&e2" to player wait 5 ticks send "&61" to player wait 5 ticks add "a" to {_rew::*}...
  4. I

    skrayfall: send "" to arg-2 for arg-3 seconds

    have this code and in the chat i receive a condition recognition error, I think it is due to the way I point out the arguments, can someone help me by changing what I did a little? specifically, I need the title to be able to be saved and retained when reloading/rebooting the server [cant...
  5. I

    (Help) Per player virtual chests without addons

    It works fine, if I had done it on my own it would have taken at least a week. What if I wanted to lock an item, to serve as a button that changes from container to the next? how would i do? Also, how do I remove the content of the variable?
  6. I

    (Help) Per player virtual chests without addons

    Yes, it could also be useful, can you give me an example?
  7. I

    (Help) Per player virtual chests without addons

    I am trying to create a virtual chest system. The idea is that users can open at least 3 containers using /container 1, 2, 3, and that the stored items do not disappear on restart. Yes, it is a kind of virtual chests. I would like you to give me an example code, (preferably without addons) it...