Recent content by jackcc

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

    The bossbar I created with the skbee affiliate does not work properly, please help

    on load: set {bar::list1} to bossbar named "myCoolBar" with title "&aHello &bWorld!" with color bar blue with style segmented 6 on region enter: if "%event-region%" contains "tcsldp": add player to bar players of {bar::list1} on region exit: if "%event-region%" contains "tcsldp"...
  2. J

    Please how can I use skript to deal with explosion protection in an area, my current code is, sorry

    on explode: loop exploded blocks: loop-block is a block event-entity's x-coordinate is between {zz::XMin} and {zz::XMax} event-entity's y-coordinate is between {zz::YMin} and {zz::YMax} event-entity's z-coordinate is between {zz::ZMin} and {zz::ZMax}...