Recent content by PanHack

  • 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. P

    executing player command doesnt work in gui with loop-value

    As said in title. Im running skript 2.5.1 and skquery v4.1.4
  2. P

    Anti-fly help??

    first of all trigger do you use ONLY if u start a command, not function ONLY COMMAND and second send ur logs/errors
  3. P

    Executing function in function

    can't understand this condition: 'format slot 1 of {_p} with stone to close'
  4. P

    Executing function in function

    im trying to execute function IN FORMAT SLOT, but it doesnt work. Just nothing happens, wait 5 ticks doenst help too Example code: command /test123: trigger: test1(player) function test1(p: player): wait 3 ticks open chest with 3 rows named "test" to {_p} format slot 1...
  5. P

    Executing function in function

    Sounds weird, but im trying to execute next function by using format slot ... [<functioname> player] created in function. But it doesnt want to work
  6. P

    Hidden enchants in gui

    How do i make that? I tried to use enchant but if you hover over it it shows enchant.
  7. P

    Solved Quick question

    didn't think of that simple way of doing that xD
  8. P

    Solved Quick question

    Is there any possible way to check if player has opened a chest ( something like "on mine" for example)
  9. P

    Solved Parsing offline player's head in gui

    thanks! It works
  10. P

    Solved Parsing offline player's head in gui

    hello, how do i do that?
  11. P

    [Question] What sort of script should i make?

    economy seems to be hard not really for me punishment script seems very good script and lots of fun thanks for sugestion !
  12. P

    Solved skript giving item with iteminfo

    i didn't find it, i made it (psst, if u aren't great at coding u can use this website to search conditions etc from multiple skript addons https://skripthub.net/docs/ )
  13. P

    Solved skript giving item with iteminfo

    okay, it works BUT it works inverted idk why xD and you need SKQuery to make it work EDIT: forgot to put code XD command /kekw: trigger: if the current hotbar slot of player is 1: send "1" to player else: send "no"
  14. P

    Solved skript giving item with iteminfo

    yes, i understand im currently fixing ur code. I just said whats wrong in code
  15. P

    Solved skript giving item with iteminfo

    1. "on command" ur trying to execute it on EVERY command 2. You cant "hold" slot 1