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

    is op help

    if you meant this, try: on block place: if player doesn't have permission "(permission name)": cancel event message "You can't place blocks!" to player hope this helps!
  2. Turb032

    Variable outside skript

    Thank you! I'll try this. It gives me an error: "Can't compare the indentifier with a text", this is the code i've done: on placeholder request with prefix "cash": if the indentifier is "player": set the resault to "{cash.%player%}" the variable {cash.%player%} it's a normal...
  3. Turb032

    Variable outside skript

    Hi guys, I just wanted to know if it's possible to take a variable from "outside" a Skript. Thank you!
  4. Turb032

    Format Slot

    Well there is another way to do it, with the "to run [execute player command ""]" but is more more long to do, i was searching "on inventory click" method because it was faster, but no problem, i'll do it with commands. Thanks!
  5. Turb032

    Format Slot

    I tried disable ALL other skripts, but nothing happend
  6. Turb032

    Format Slot

    Oooh, ok thanks. I'm doing it Mh no, nothing seems to happen, just the same as i told before
  7. Turb032

    Format Slot

    i've gone into "plugins" folder, i clicked "Rename" on the plugin .jar (SkQuery-4.1.2 (1)) and renamed it with "SkQuery-4.1.2 (1).disabled"
  8. Turb032

    Format Slot

    ok did it, but nothing happens xD, oh also, the plugin isn't disabled..
  9. Turb032

    Format Slot

    ok did it, what does this ".disabled" do?
  10. Turb032

    Format Slot

    yes i have them
  11. Turb032

    Format Slot

    is there any addon that conflicts with the skript?
  12. Turb032

    Format Slot

    mmh no, nothing happens, if i click, the item i clicked is in my hand. I tried disabling ALL skripts and leave enabled only this one, but nop
  13. Turb032

    Format Slot

    Spigot 1.15.2 Skript 2.5 alpha-3
  14. Turb032

    Format Slot

    Yes, i just copied and pasted it into my skript file.
  15. Turb032

    Format Slot

    i tried copy and pasting your skript but when i click the red wool nothing happens
  16. Turb032

    Solved Npc Death

    yes sure!
  17. Turb032

    Solved Npc Death

    oh thanks!
  18. Turb032

    Solved Npc Death

    oh and another question: Is there a way to set a slot of any GUI WHILE the gui is open? Something like "on inventory click: set slot"?
  19. Turb032

    Format Slot

    Hi guys, i wanted to know if there's a way to format a slot of any gui, WHILE a gui is open, like this: on inventory click: if inventory's name is "name": if clicked item's name is "aldksald": format slot (slot) of - #Here i want to make that when i click the item in the...
  20. Turb032

    Open GUI

    Im stupid, it was my error... I just wrote "format slot (slot) of player with (ID of item)", the ID of the item was the problem, so i put the name, and it worked well. Im sorry!