Recent content by Zackwall

  • 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] Anti-Cheat system

    :emoji_laughing::emoji_laughing::emoji_laughing::emoji_laughing::emoji_laughing::emoji_laughing::emoji_laughing::emoji_laughing::emoji_laughing:
  2. Zackwall

    Script [Deleted] Anti-Cheat system

    replying to your reply on my review: LOLLLLL stay mad bro as if you can make a minigame yourself seeing how you made this so called "anti-cheat" and calling everyone ignorant IS SOO FUNNY TO ME LMAO! LIKE THIS DUDE CANT TAKE SHIT! IF HIS RESOURCE IS BAD HE'LL TAKE IT OUT ON EVERYONE, BRO...
  3. 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...
  4. 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...
  5. Zackwall

    Script Battle Box 1.3.1

    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...
  6. 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 |...
  7. Zackwall

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

    great idea! the only problem is that if the other team also throws a healing potion at the same time it might detect it as the enemys team and heals the enemy team bump bump bump
  8. Zackwall

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

    thats not what i meant i just need information on how to add an `or` to the custom condition condition minigame %string% %player% status is %string% [or %string% [or %string%]]: because `[or %string% [or %string%]]` doesn't work bump
  9. 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...
  10. Zackwall

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

    ah no its not the code its just an example because `shooter` in on heal doesn't exist the reason for the `shooter` is because if a player throws a splash potion of healing to another player it would heal them and that's the thing i want to cancel event yes... but it doesn't have...
  11. 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...