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

    Minecraft Among us, Wires Task

    on load: set {wires::redwool} to 0 set {wires::bluewool} to 0 set {wires::limewool} to 0 on right click: if block is gold ore: open chest inventory with 5 rows named "&cFix Wires" to player set {coords::x} to floor(x-coordinate of event-block) set...
  2. Shxdow2

    Minecraft Among us, Wires Task

    Category: Skripting GUI Suggested name: wires.sk Spigot/Skript Version: Skript Version 2.14.0 What I want: On right click of gold ore, it opens a gui where you have to "connect" the wires basically, you click the lime wool then it turns to redstone block then you click the other lime...
  3. Shxdow2

    I'm trying to make to Among us in Minecraft using only skript and base Minecraft stuff, (at a...

    I'm trying to make to Among us in Minecraft using only skript and base Minecraft stuff, (at a non-crazy level), but im struggling with the wires skript (task) as I'm decently new to it and also Isn't as optimized as it could be, let alone doesn't work fully aswell. I was wondering if youcould...