Recent content by iStopcontact

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

    Thank you i will look into the vanilla GUI and try if that works, i didnt know default skript also had a way to make GUI's
  2. 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...
  3. iStopcontact

    Give player a potion

    That probably is with an addon plugin but i found it. I use this now and it works: set {_nbt} to "{Potion:""minecraft:long_invisibility""}" give 1 water_bottle with nbt {_nbt} to player
  4. iStopcontact

    Give player a potion

    its possible, but than its like a way around
  5. iStopcontact

    Give player a potion

    I dont mean potion effect, but like potion items
  6. 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
  7. iStopcontact

    Addon skript-db

    Question, when is there going to be an 1.13 or above update of this plugin? Its very usefull and use it allot but kind a hope for an update soon
  8. 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...
  9. iStopcontact

    Solved Coloured leather armour in GUI's

    Now i have this code: set {_nbt} to "{display:{color:8405056}}" format slot 22 of player with leather chestplate with nbt "%{_nbt}%" named "&7Knight Chestplate" to be unstealable and it works
  10. iStopcontact

    Solved Coloured leather armour in GUI's

    i already found what was wrong, it works now. Thank you man, realy appreciated
  11. iStopcontact

    Solved Coloured leather armour in GUI's

    I used this code: set {_nbt} to "{display:{color:8405056}}" format slot 22 of player with leather chestplate with custom nbt "%{_nbt}%" named "&7Knight Chestplate" to be unstealable But do i maybe use the GUI code from TuSke or is the default GUI like i made it now also...
  12. iStopcontact

    Solved Coloured leather armour in GUI's

    Yheaa i knew it would werd with SkStuff But thats the thing, SkStuff doenst have an updated version for 1.12 or above... So i was hoping there was like another way to do it
  13. iStopcontact

    Solved Coloured leather armour in GUI's

    How should i put that in my code? Now i have this: format slot 22 of player with leather chestplate named "&7Knight Chestplate" to be unstealable
  14. iStopcontact

    Solved Coloured leather armour in GUI's

    Yhea already found that one, but SkStuff doesn't realy work good in the 1.12 version or above
  15. 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