Recent content by Yodexx

  • 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

    hmmm, didn't work :( But yes, the compass is 100% called "Games:" (because I own a minigame server) I tried that didn't work. Modified it, that didn't work... So what can I do?
  5. 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...
  6. Yodexx

    Solved How To Make Clickable Blocks

    It worked! Thank you so much :)
  7. Yodexx

    Solved How To Make Clickable Blocks

    I keep getting errors: This is my code: on place of end portal frame: player's tool is named "&6Soul Well": add location of event-block to {clickableblocks::*} on rightclick on end portal frame: {clickableblocks::*} contains event-block's location: # Stuff Here And this is the error...
  8. Yodexx

    Solved How To Make Clickable Blocks

    That worked! Thank you, but now I don't know how to tell meta data of a specific block with that skript, which that's one thing I need.
  9. 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...
  10. Yodexx

    Detecting a gui slot

    Well theres not error on load, the server version is 1.8-1.5 (I'm using 1.15), and I think the latest skript version It just won't do what its suppost to do... (e.g that video you showed me, I had the exact code and it did nothing... :I) I even ran the skript you made... :I still didn't work :(
  11. Yodexx

    Detecting a gui slot

    for some reason nothing is working... :I
  12. Yodexx

    Detecting a gui slot

    are u using any other plugins besides Skellet and SkQuery?
  13. Yodexx

    Detecting a gui slot

    so is this script suppost to message out the item name? because if so, its not working... :I if you'd like to check my code here it is: command /mpsf: permission: minepvp.spellforge permission message: &cYou are not in the right lobby/game to do this! trigger: wait 1 tick...
  14. Yodexx

    Detecting a gui slot

    So this is what I've got: (for inventory click) on inventory click: if inventory name of player's current inventory is "&c&lSpell Forge": cancel event if clicked slot is 13: set {_spellforgeitem} to clicked item # (instead of player's cursor) if...
  15. Yodexx

    Detecting a gui slot

    so delete the "if lore"? or just replace with something?