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

    Get week day

    Yeah I still need this. Anyone?
  2. PatoFrango

    Checking inventory for player head not working.

    Well here you go. I didn't actually test it but at least no errors were printed. If I actually fixed it, I'm gonna ask you to compare your code with mine and tell the differences, and most importantly understand what you did wrong. command /pets [<text>] [<player>]: permission: admin...
  3. PatoFrango

    Get week day

    I think I'm starting to get it. I just found out that "D" can mean weekday and day of the month at the same time. It just depends what type of date we are working with. By default, the expression "now" returns something called a Calendar date, which recognizes characters like DD as the day of...
  4. PatoFrango

    Get week day

    No problem at all :) But basically what I need to know is what's the format that gives me the weekday number according to ISO 8601. On Wikipedia it says that it's the uppercase "D", but that just returns me the day of the month, not of the week (in today's case it returns 3)
  5. PatoFrango

    Get week day

    No it doesn't print any error. «Formatted as "D"» is something that exists, it's just not the ISO format that I'm looking for. And no, it's not for a scoreboard. Thank you anyway :)
  6. PatoFrango

    Get week day

    Yeah... why?
  7. PatoFrango

    I need help with custom commands!

    Could you check your Skript version please? And are you using bensku's fork, or the Njol.ch version?
  8. PatoFrango

    I need help with custom commands!

    No errors on reload right? What version of Skript are you using?
  9. PatoFrango

    I need help with custom commands!

    Could you send the code please?
  10. PatoFrango

    Skin Chat Notification.

    Nah. Don't think there's an addon that does that, sorry. You could try using an external plugin though https://dev.bukkit.org/projects/facechat
  11. PatoFrango

    Get week day

    Hi, I'm having trouble trying to figure out exactly how I get the day of the week. I've learned how to get the hour and day and how to format it, but I still haven't understood how I would get the current weekday. set {_time} to now set {_time} to {_time} formatted as "D" replace all "1" in...
  12. PatoFrango

    Skript Tools SublimeJS++ / A Skript Notepad++ UDL - New stuff and a few bug fixes

    Added a few new events, conditions, effects, (including some skDragon ones), expressions, types and section exiting. Worth downloading to fix some blank word issues.
  13. PatoFrango

    Check regions at chunk

    Hi, Is it possible to check the regions at a certain chunk? I tried doing this: on chunk unload: loop regions at chunk: "%loop-value%" contains "pinksos" cancel event but it didn't work. Thank you.
  14. PatoFrango

    Owner of current inventory

    Ah, okay then. Thank you.
  15. PatoFrango

    Owner of current inventory

    Well I cant update Skript because it breaks all of my scripts lol. Im still on 2.2dev26 i believe, they must’ve changed something on how the actual language works because it gives me a lot of errors where it didn’t, and i mean a lot
  16. PatoFrango

    Owner of current inventory

    ? nope I’m still getting the error
  17. PatoFrango

    Owner of current inventory

    Not quite. For example, when you open a chest you’re opening that blocks inventory. At least thats what I learned from Skript, as the owner of the inventory works with chests, I just dont like it spamming this error in the console every time I click a slot. Well, as I said earlier it does...
  18. PatoFrango

    Owner of current inventory

    What if I have a blocks inventory open? Blocks have inventories too. I wanna check the region at the chest whose inventory is open for the player
  19. PatoFrango

    Owner of current inventory

    Hi, How can I check the region at the owner of the current inventory of a player? I've tried doing on inventory click: set {_owner} to owner of player's current inventory "%region at {_owner}%" contains "vault%player%" And it works in-game, but it gives me this giant error in the...
  20. PatoFrango

    Solved Spawn armor stand right in front of player

    Thanks so much. 0.5 instead of 0.1 did it for me. Much obliged.