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

    Variable question

    I am working on my own minigame for my server network. Now i have allot of kits made called by number "1/2/3 etc. untill kit 60) But i want when they die they go 1 kit back, but now was my question. Is it possible to do when player has a kit between 1/10 and he dies he goes back one kit. But...
  2. iStopcontact

    Auto update scoreboard?

    Hey guys, i'm working on a minigame called "gungame" Now I have a scoareboard but i have only one problem. How can i make it update automaticly so when for example a player kills someone it updates automaticly to 1 in the scoreboard. So it refresh it automaticly every second. I have this as my...
  3. iStopcontact

    Trigger when player stands on pressure plate

    Hello guys, I'm working on my own Parkour skript, and now i want to have that when a player stands on a golden pressure plate it wil set the checkpoint. I found the command to make it do something for all pressure plate: on stepping on a pressure plate: if {kitpvp:join:%player%} is false...
  4. iStopcontact

    Solved Give shield to a player

    Hello guys, can someone maybe help me with the next question: I want to give a player a shield for a kit in my pvp server, i have now: give 1 Shield to arg 2 but it gives me this error I also tried to do it with the equip: equip arg 2 with shield It didnt gave me a error but it didnt work
  5. iStopcontact

    Give player potions

    Hello, I want to give players potions when they select a kit on my kitpvp server. I have created more kits, but now i also have a kit with multiple potions Splash and Lingering potions. Can someone maybe help me with this?
  6. iStopcontact

    Solved Give player special arrows

    How can i give player special arrows like arrow of harming etc. I have now this as code: else if arg 1 is "archer": send "{@PVP} &a&lArcher &7kit selected" to arg 2 clear arg 2's inventory play raw sound "note.pling" at arg 2 with pitch 1 volume 0.1...
  7. iStopcontact

    Solved Give a player chain armour?

    I have a little thing that i dont know how to solve it. Made my own kit system and i want to give player a chain chestplate, but it wont work. I allready tried chainmail but it still doesnt work. Does anybody know how i can fix it? My skript: if arg 1 is "default": send...
  8. iStopcontact

    Mobs dont attack spawner?

    Hello guys, i am working on my own pvp plugin. And now I have some kits with mob spawn eggs. Is it possible to make a skript that the player who spawns the mob, doesnt get attacked by it. But the other players can get attacked by the mob.
  9. iStopcontact

    Solved Bungeecord Skript Problem

    Hello guys, I have a question about Bungecoord with Skript. I'm working on a own network for a while now and i for my hub i want to send player to other servers (bungeecord) with a command. example: when they do /pvp they go to the kitpvp server. Now i was looking on the internet and i fount...
  10. iStopcontact

    Solved Command when right click item?

    Hello guys, I am working on a own server network atm and for my lobby I have made a own server selector and u can open it with the command "/navigator" Now i have set as a join item a compass and i want when a player right clicks with a compass it opens the server selector. I used multiple...
  11. iStopcontact

    Custom player head in GUI?

    Heey, I am working on a own network and i am skripting some plugins for my server. Now i want to have a gui and a option they can go to a menu to see al there personal stats. I want the icon of that menu as the head of there skin. So they open the gui, and see there head. I know how to do it...