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

    Scoreboard bug?

    No, because it is an bungeecord server. But i did it now with the Skellet plugin, it is hard to understand in the beginning but it works perfect
  2. iStopcontact

    Scoreboard bug?

    Heey guys, I have a error inside my scoreboard, or in my code i am not sure because i can't find what is wrong. What my problem is that my scoreboard doesn't display for each player unique. As example: Player1 has 10 kills, Player2 has 9 Kills and Player3 has 41 kills. When Player1 joins in...
  3. iStopcontact

    Open iron door with a key

    Yhea but then i need to change the code every time i place a door haha
  4. iStopcontact

    Open iron door with a key

    Yhea but i need to set diffrent variables so just for each house one so i need to do it with another command i gues?
  5. iStopcontact

    Open iron door with a key

    And what is the best way to code that?
  6. iStopcontact

    Open iron door with a key

    Hey guys, I am working on a reallife server with in my skript i want to have keys for iron doors. That's not that hard but now i want to have just keys for diffrent doors. So for example a key for house1, and a key for house2 but they cant open each other. This is what i have in my skript...
  7. iStopcontact

    Disable armor stand interact

    Hello guys, I have a quick question and i hope someone can help me with this How can i disable armor stand interaction so players cant take armour etc from the armor stands
  8. iStopcontact

    Don't break wheat

    Heey guys i have a quick question, For my KitPvP map I have a little farm with some wheat in it Now i want to protect the farm so when a player does jump on the wheat it wont break I used diffrent codes but nothing works can anybody help me?
  9. iStopcontact

    player's uuid

    Heey guys I am working on my own rank skript for my server network Now its all done and i have all the variables with "player's uuid" in it for example: if {sn:rank:%player's uuid%} is not set: And i thought if i use that, it will write down the uuid and when player changes his name it will...
  10. iStopcontact

    Solved Remove players armour

    Heey guys i am working on my own clothes skript for in my hub Now i dont know what i need to put in my code so i can remove armour of the player for example the helmet, i know its possible with clear player's inventory But that clears the whole inventory i want only the armour to remove Can...
  11. iStopcontact

    make player execute {BungeeCommand}

    Heey guys i am working on my own ban gui for my network I use BungeeAdminTools a bungeecord ban plugin. So the commands this plugin has are bungeecord global commands because the plugin is in the bungeecord server only. Now i have this as my skript: command /staffmenukick [<offlineplayer>]...
  12. iStopcontact

    Open second GUI BUGG

    Hello guys, i am working on a skript where i want to open a gui with a command, and in the qui a player can select a thing and than another GUI opens, i have thatworking, but when i go into my second gui it wont work, i can just click and drag the items where i want the commands wont work. I...
  13. iStopcontact

    Players cant damage own team?

    Hey guys, I am working on my own minecraft server and i am working on a minigame. I have 2 teams, for example: Team 1 and Team 2 What i want: - Players from team 1 can't hit other players from team 1 - Players from team 1 can hit players from team 2 - Players from team 2 can't hit other players...
  14. iStopcontact

    Minigame Timer

    Hey guys, I am working on my own minigame for my server network. Now its almost done I only need a timer that the game automaticly ends after an amount of time. How can i do that and display the remaining play time in a scorebord as variable
  15. iStopcontact

    Solved [SkelletProxy] Command with players in variable

    Hey guys, I am working on a minigame and when the game ends i want the server to send all the players in that server to another server, the arcadehub. Now i have a varriable all players get added in and i want to send all the players back this is my code: send "%{murder::innocent::*}%" to...
  16. iStopcontact

    Bungeecord global skript

    I am working on a own server network, and now i was wondering... Is it possible to make a skript and make it working on all my servers For example a coin system I made a quick example code: command /point: trigger: set {points} to 10 command /points: trigger: send...
  17. iStopcontact

    choose 2 persons for 2 variables! [Difficult Question]

    Hello guys, I am wroking on a own murder gamemode for my server network Now I have made a code that the skript randomly chose one person as murder and one person as gunner. But no my question is... How can i skript that the murder can't be chosen als gunner so a player can only has one role...
  18. iStopcontact

    Random choose name from variable

    Hello guys! In my skript i have added a code that when a player joines the server, it gets added to a variable add player to {murderlist::*} But now i want to select a random name out of that variable. For example: There are 3 players in the server: Player1, Player2 and Player3 Now i want to...
  19. iStopcontact

    Disable chat receive

    I am working on my own server network, and in the lobby i want a option for the players to enable or disable chat receive. Now i found out how to disable chat for a player, but i dont know how to disable chat receive Can someone help me with this? THANKSS!
  20. iStopcontact

    Solved Removing death history

    I am working on my own gamemode for my network and i have a bugg: When a player kills a other player he get coins and the player that died loses coins. I also have in my skript that when a player walks into the water he dies: on walk on water: kill player Now i have the bugg that when a...