Recent content by 0ct0ber

  • 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. 0ct0ber

    Solved Error with 'is holding' condition

    Try checking "player's held item is X" rather than "player is holding X". If you run into further issues, check the name and lore separately. Also, shiny is only a feature of SkRayFall according to the docs.
  2. 0ct0ber

    TP player if they quit in a region

    I'm pretty sure there are WorldGuard flags for exit and entry that you can set to deny. If you still want finer control over the regions, try using the region exit/enter event: https://docs.skunity.com/syntax/search/id:4866 Regions apparently don't always have a name, so you'll have to put the...
  3. 0ct0ber

    Code not works

    Try changing "named" to "with name" and see if that makes any difference, it may have been the fix for one of my errors in the past. You can also split up the if-statement into two separate checks; one checking the item type, another to check the item's name. loop-item is an emerald name of...