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

    vixio skript error

    I’ve had this issue before but Im not sure if I remember the solution. I think it’s because you might have logged in your bot twice. Try to make sure there’s nothing in your code that logins the bot twice, then restart your server.
  2. PatoFrango

    Executing a function on lever click at specific coords.

    if block is block at location at 69, 69, 69 in world “yourWorld”
  3. PatoFrango

    Solved Detect items

    Don’t forget to mark it as solved :)
  4. PatoFrango

    Loops

    Its %loop-index% youre looking for instead of %loop-value%, but replacing the whole send variable with send loop-value will do.
  5. PatoFrango

    Solved How to check the block under the block i hit

    Install skript-reflect and use event.getHitBlock() to get the block that the arrow hit
  6. PatoFrango

    How do you make a falling block from the block your looking at?

    Try this set {_type} to type of targeted block spawn falling {_type}...
  7. PatoFrango

    Solved Clickable chat text

    /skript update https://github.com/SkriptLang/Skript/releases Try using the latest version.
  8. PatoFrango

    Solved Clickable chat text

    What version of Skript are you on? By the way, you use Bensku's fork of Skript right?
  9. PatoFrango

    Solved Clickable chat text

    Try removing the <reset>, you don’t even need it
  10. PatoFrango

    Solved Clickable chat text

    So is it working now?
  11. PatoFrango

    inventory crafting grid slot set item?

    Javascript...?
  12. PatoFrango

    help with ban

    The part of your script that mutes and freezes a player seems correct, try debugging it to see if those variables are set
  13. PatoFrango

    Skript veriable placeholder

    You see, the main problem here is you wanting to use AnimatedScoreboard together with your custom plugin. If you could code your own “AnimatedScoreboard script” in Skript, you’d have way more control over your creation. I personally always avoid using an external plugin when I can code my own...
  14. PatoFrango

    inventory crafting grid slot set item?

    Does the player have their own inventory open when you try to set the slot? And by the way, to confirm what you said, yes it is possible to edit the crafting slots, Ive seen people do it, we just got to do a little more research.
  15. PatoFrango

    inventory crafting grid slot set item?

    Try set slot 0 of current inventory of player to dirt Taken from https://forums.skunity.com/threads/inventory-crafting-slot.3215/
  16. PatoFrango

    Custom Enchants

    You are storing the enchantment in a local variable. Local variables can’t be accessed outside of triggers.
  17. PatoFrango

    disable invincibility after being hit

    Could you give us a little more context? Why are the arrows bouncing off? Do you use an Anti Grief plugin, have those entities the Invulnerable:1 tag...?
  18. PatoFrango

    how do i check if a block is at a location set in a variable

    Don’t forget to mark it as solved :)
  19. PatoFrango

    Skript veriable placeholder

    If AnimatedScoreboards has an API, you could explore it and use it in your scripts with skript-mirror.
  20. PatoFrango

    Solved I NEED HELP ASAP!!!

    add “{Size:1}” to nbt of last spawned magma cube Try with different sizes