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

    Solved Setting A Clicked Item's Name To A Variable

    !!! You just saved my life man. Thank you! I even tried event-entity, but I didn't even think about searching for an expression that calls for the item in an item frame. Wow I knew it was something simple I was missing but I feel a bit dumb now lol
  2. L

    Solved Setting A Clicked Item's Name To A Variable

    Ok, so for some background, I'm currently working on a waypoint system for my server, where there's a large room at spawn with the entire floor made up of maps on item frames, and ideally if someone were to click on a specific map tile they would teleport to a spot on that tile. The best way I...
  3. L

    Issue Getting Commands To Execute Using GUI Items

    Thank you for the help, the code you originally gave me started getting bastardized after many different attempts to get the click command working by replacing various things with other things I could find lol. I didn't try testing that code specifically with more than one player online so I...
  4. L

    Issue Getting Commands To Execute Using GUI Items

    So, this is an issue I've come across multiple times working on different commands and projects, and each time I would just shelve this part for later thinking it was just some syntax or wording errors I had in the codes, but at this point I've tried every different phrasing and syntax and...
  5. L

    Solved Issues With Variables

    Donut you're my hero, thank you so much!
  6. L

    Solved Issues With Variables

    Skript Version: Skript 2.2 (dev20c) Skript Author: Bensku Minecraft Version: 1.12.2 --- I'm trying to create a command that when used hides a moderator from other players by using /spec, /vanish, and /dynmap hide, however I have a gui that opens using the command as well that mods will likely be...
  7. L

    Solved Creating GUI That Shows Heads Of Online Players

    Oh of course, I can't believe I missed that. Thanks a ton!
  8. L

    Solved Creating GUI That Shows Heads Of Online Players

    You're a lifesaver! Thank you so much! EDIT: so I ended up editing your code a little bit as well as mine, because I was getting a few errors and I had to change the chest to Tuske's syntax, and this is what I have so far command /stalk: description: Opens a GUI that allows a mod to select...
  9. L

    Solved Creating GUI That Shows Heads Of Online Players

    I'm trying to create a moderator tool that allows me to view a GUI that shows me the heads of all online players, and then if I were to click on a head it would teleport me to that player. I haven't bothered trying to code the click/teleport function, because I am so far unable to get showing...