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

    Solved Close inventory

    I made a script which will close the inventory of a player if they click the outside part of the GUI (the dark stuff) on inventory click: if "%clicked item%" is "<none>": close player's inventory It works, but sometimes I accidentaly click it, and it will close the GUI for me...
  2. E

    Converting Skript

    Many Server developers who are making their own networks have used Skript and made their servers with skript some of them (like me) want to convert their work into 100% java. If there would be an external program/addon that would convert these .sk files into .jars, or into 1 .jar, it would be...
  3. E

    Is this normal?

    When starting server it says " Loaded a total of 782074 english aliases" isn't that too much? Using Skript 2.2 dev 25 spigot 1.8.9
  4. E

    Solved cant compare

    fixed
  5. E

    Making Corpses

    Category: Armorstands, Beds, Citizens, Npc Suggested name: Corpses What I want: A remake of the corpses plugin in Skript. (Spawns an NPC when the player dies, so it looks like they died and they're on the floor) https://www.spigotmc.org/resources/corpses.1817/ Also if the player dies in mid...
  6. E

    doesn't make sense

    Im making a script that if attacker hits victim, and victim gets knocked into void, it will say "was knocked into void" (only if attacker Or victim is NOT is vanish mode, if it is, then it wont say it, only for the player who is MOD+) But im having problems. {deadFall.%victim%} contains...
  7. E

    Solved skDragon particles not working

    hello thanks for click on my post i got a problem with skdragon my item fountain particles work, BUT when it starts the script, the particles don't drop onto the floor, they dissapear in mid air, how can i do the timing so it would stay on the floor for like 3 seconds command /test...
  8. E

    Solved Counting Variables

    Hello, I'd like to count my variables. How could I do it? {Variable2} is Name, Name, Name You can see there is 3 words there. How can i count it? Then broadcast it as "3"
  9. E

    the 1st argument is not a text

    command /punish [<offline player>] [<text>]: trigger: if arg-2 is not set: send "Try again!" if arg-2 is set: if length of argument 1 <= 16: send "it works!" else: send "arg-1 needs to be max 15 characters"...
  10. E

    not working (please)

    Slot1 : Name - 2017.10.07 00:12 - Hacking Slot2: Name 2017.10.07 00:30 - Hacking How can I switch it around So newest is Slot 1? set {_result1::*} to objects in column "bann" from result of query "SELECT `bann` FROM `server_ban`.`history` WHERE uuid = '%{_punished}'s uuid%'" and close...
  11. E

    Solved Please help me with loop

    I have this script that will get ban history of player and will place it in a GUI. When i use this script, it will place 50 items instead of 8 and this will be the Lore of the items: BeatTheBeat,BeatTheBeat,BeatTheBeat,BeatTheBeat,BeatTheBeat,BeatTheBeat,BeatTheBeat,BeatTheBeat. I dont know...
  12. E

    Solved player heads

    I have a GUI script that has a player head in it, and it takes 1-3 seconds to load the skin on the player head is there a way to fix this and load the skin on it instantly.
  13. E

    Bans.

    Hello. This is my first post, and will probably be the last. I only need help with this script. I'm having some difficulties making my Ban script work. It would be amazing if someone could help me. I have been literally trying to fix the problem for 8 hours now. You can even see in the script...