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

    Skematic won't paste.

    So I'm working on creating randomly generated dungeons. But for some reason, Skematic won't paste the schematics for generation. Here is my starting code: command /dungeon: trigger: set {_roomvalue} to 1 set {_randominteger} to random integer from 1 to 2...
  2. Yodexx

    I can't delete a skript-holo hologram!

    Ayooo! I'm trying to skript a crates system (it's been going well), and with the crates system I added a "You have: # crates!" hologram using skript-holo. But I screwed up with one thing, I can't make it so it refreshes. :I Anyways, I can't delete this messed up hologram because I didn't...
  3. Yodexx

    New Years Eve Countdown?

    Hey! I'm looking for a new years countdown skript that supports all (or at least MOST) timezones around the world! The reason why, is because I have players coming on my server around the globe, and on new years we'd like to throw sort of an epic party. :emoji_grinning: I know the New Year is...
  4. Yodexx

    Make items undropable

    Soo uuh... I'm trying to make a compass for my server spawn, where you can't drop it. And I've tried to search all over forums, docs, web etc and found nothing. :I So what is the best way to make items non dropable? I tried this: on drop: if player's tool is compass: if name of...
  5. Yodexx

    Solved How To Make Clickable Blocks

    Soooo... I'm trying to make a skript that will make it so that when you right click a specific block, with specific meta-data it will run a command. But the thing is I don't know how, and I've also been trying to look up how, but everything I find is just vanilla stuff that I can't even do. My...
  6. Yodexx

    Detecting a gui slot

    By the way, I did check forums but it didn't really help me... So what I'm trying to do is make a gui that detects if a certain item is in the empty slot and will put a "spell" on it, but for some reason it keeps popping up this error! (at the bottom) This is my code: command /mpsf...