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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. Zackwall

    Script [Deleted] SkZack

    Zackwall submitted a new resource: SkZack - A script to make all the scripts Zackwall has made work Read more about this resource...
  2. Zackwall

    Bedwars TNT glass problem

    I'm trying to create a TNT just like the one in Hypixel bedwars the problem is that when I place TNT on top of a glass and below the glass is wool or any other explodable block the block would break, in Hypixel bedwars that's not the case. could anyone help me? here's my code: on explosion...
  3. Zackwall

    Battle Box

    Battle Box is a PVP/CTO-based game on MC Championship, introduced in MCC 2, as the first additional game in the event after the original 8 games in season 1. Features - Leaderboards | with placeholders - Spectator mode - Stats Commands /battlebox close | closes the minigame /battlebox open |...
  4. Zackwall

    skript-reflect how do i add `or` to custom conditions?

    Does anyone know how to add an `or` to a custom condition? i tried this condition minigame %string% %player% status is %string% [or %string% [or %string%]]: it works when i do if minigame "test1" player status is "test2" or "test3" or "test4": but when i do if minigame "test1" player status is...
  5. Zackwall

    How do I stop Team A from healing Team B with a splash potion of healing

    Ok, so I'm trying to make it so that when Team A or Team B has a splash potion of healing it would only heal their team and not the enemy team. I checked the event and it doesn't have a `event-shooter` and `event-healed` or something this is what I'm kinda looking for on heal: shooter is...