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. F

    Anticheat, watched2

    so i made this package me.willgames_.watchedac2; import com.comphenix.protocol.PacketType; import com.comphenix.protocol.ProtocolLibrary; import com.comphenix.protocol.events.PacketAdapter; import com.comphenix.protocol.events.PacketContainer; import com.comphenix.protocol.events.PacketEvent...
  2. F

    my anticheat isnt doing anything

    package me.willgames_.watched2; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.Location; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import org.bukkit.event.block.BlockPlaceEvent; import...
  3. F

    Solved check that does nothing

    im trying to make a strafe check on my anticheat, dosent do anything tho on any movement: set {za.%player%} to z pos of player wait 1 ticks set {za2.%player%} to z pos of player set {za1.%player%} to {za2.%player%} - {za.%player%} {z.%player%} > -0.1 wait 1 ticks {z.%player%} <...
  4. F

    Anticheat help

    code package me.willgames_.batanticheat; import net.md_5.bungee.api.ChatColor; import net.md_5.bungee.api.chat.BaseComponent; import net.md_5.bungee.api.chat.ClickEvent; import net.md_5.bungee.api.chat.HoverEvent; import net.md_5.bungee.api.chat.TextComponent; import java.util.ArrayList...
  5. F

    duels skript

    command /setlobby: trigger: set {spawn} to location of player command /pos1: trigger: set {pos1} to location of player command /pos2: trigger: set {pos2} to location of player command /duel <player>: permission: fun.duels: trigger: {induel} is not true teleport {pos1}...
  6. F

    loop-player ac flag issue

    every 1 second: {vl::%uuid of player%} > 1: loop all players: if loop-player has permission funwatcher.alerts message "&4FunWatcher &8» &c%player% &7has failed &cIncorrect Movement! [{vl::%uuid of player%}]" to loop-player btw the reason i made it loop after the uuid, as i want it to flag...
  7. F

    i know skript anticheats are a bad idea so im recoding funwatcher with reflect installed

    the only thing i do not understand is to set up to loops every second: loop all players: loop-player's gamemode is not creative loop-player is not riding loop-player is not sneaking loop-player is not sprinting block below loop-player is air block south below...
  8. F

    errors with skript anticheat

    on funwatcher verbose alerts show as 1 violation and dont change (edited) [09:48] speed/fly dosent get detected at all [09:48] players cant even hit each other false bans, loop-player dont work on killaura so u cannot see flag Someone test it, and please fix the issue for me :)
  9. F

    speed/fly checks not working

    the skript, just the speed, fly, and motion dosent do anything, idk if its just not flagging due to a bug or smth can someone help me?
  10. F

    hey, i'm trying to make an anti cheat, for my server and maybe to help other servers with an anticheat with my skript, 20 errors :( reach check

    command /funwatcher <text> permission: funwatcher.all permission message: &4Only Players with permission funwatcher.all have access to this command! trigger: if arg 1 is "help": send "&4[FUNWATCHER] &c/funwatcher alerts - enabled alerts (this is a placeholder command)" send...