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

    Huge console error/server crash on reload of simple GUI skript.

    Hello, i realy hope someone can help me with this one. I made an (in my eyes) very simple and short GUI skript but when i reload the skript it makes my server crash and i get an huge error in the console. The error i get in the console is The skript i reload is: I realy hope someone can...
  2. iStopcontact

    Give player a potion

    Hello, i am working on a skript where i want to give player potions. For example an potion of invisibility (08:00) and a splash potion of healing (II) Can someone help me with this? The server is 1.12.2
  3. iStopcontact

    Fill GUI with random blocks

    Hello guys, i am working on a little security skript for my network. It basicly is when they join they get a GUI with all random blocks and they need to press a specific one to continue playing. Now i dont know if it is possible to just fill a full GUI of 6 rows with random blocks. So the GUI...
  4. iStopcontact

    Solved Coloured leather armour in GUI's

    Hello guys, i am working on a skript where i want to display coloured leather armour in a gui. The only problem is that i can't find a way how to do it, the server is: Spigot 1.12.2 Can anybody please help me with this? Great thanks already
  5. iStopcontact

    Tag/Color in nametag of player

    Hello guys, i have a question i hope someone can anwser. I am working on a network server, and want to display players rank in tablist but also above name of player. I have it working in the tablist but cant find a good way to make in work for the nametag of player. The server is 1.12.2 and i...
  6. iStopcontact

    non flickering scoreboar [skellet]

    Hello guys, i used to work with skellet to make my scoreboards because it was the best non flickering scoreboard 2 years ago... Now i am working again on a new server but bcs it has been a while i dont really know how to do the skellet scoreboard so i hope someone can like make an example one...
  7. iStopcontact

    Solved "Func" Function doesn't work in java 1.12.2

    Hey guys, i am working on a server network but found a little mistake. Now i have diffrent servers 1.8/1.9 but now im working on a gamemode for 1.12.2 and i found out that the "function" part doesnt work in my skript. Now i allready updated my skript to a 1.12.2 version but i still get the...
  8. iStopcontact

    Set block at location to skull of a player

    Hello guys, i have a quick question. I want to put a skull of a player on the ground to a location that will be set. Now to test it i made this: command /settestloc: trigger: set {testloc} to location of player and command /testloc: trigger: set block at location at...
  9. iStopcontact

    Mysql connect

    Long time ago since i was into skripting Now since a few days i am working on a network again... i used to work with Mysql for global coin amount/ranks etc. I dont have the old skripts, so i was wondering if someone could quickly explain it to me again how it worked so i know it all back...
  10. iStopcontact

    Stats to website

    heey everybody, I was wondering if it was possible to use html/css with skript. And if it is possible how I can do that. So for example i can make a register system on my site and players can see there own stats on the website on there own profile page. I hope some one can help me with this
  11. iStopcontact

    Solved Bungeecord currency

    Hey everybody! I want to make a bungeecord currency, so when a player has 10 coins in the survival server and gets +5 he also has the same amount in the lobby so it must go thru a database. Now i found the addon https://forums.skunity.com/resources/skript-db.372/ but i dont exactly know how to...
  12. iStopcontact

    Mysql Coins

    Hello everybody! I am working on a server network right now it is possible to connect a skript to a mysql database, but i dont know how. Becuase now i want to make a global coin system over my bungeecord network so for example when someone gets 1 examplecoin in the Lobby server and he goes to...
  13. 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...
  14. 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...
  15. 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
  16. 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?
  17. 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...
  18. 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...
  19. 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>]...
  20. 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...