Recent content by funpvp

  • 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

    also now its 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

    Anticheat, watched2

    anyone know how to fix this, if you can can you send me it fixed
  3. 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...
  4. 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...
  5. F

    Solved check that does nothing

    I just realised how stupid i am lmao, i did z.%player% and forgot to change it
  6. 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%} <...
  7. F

    Anticheat help

    ok, i dont know java lol
  8. 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...
  9. F

    duels skript

    thanks works entirely well, very good :)
  10. 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}...
  11. F

    loop-player ac flag issue

    btw obviously the check works im just saying i cant make it alert me
  12. F

    loop-player ac flag issue

    does anyone know how to fix this, as nothing works, and a second loop idk how to make in my fly check My fly check looks like this # Fly A every 5 ticks: loop all players: set {speed.setback.%loop-player%} to location of loop-player loop-player's gamemode is not creative...
  13. F

    Solved Item name colour

    on block damage: if name of player's tool is "&lSuperfast Pickaxe": execute console command: "/give @p netherite_pickaxe{Damage:1000,display:{Name:'[{"text":"Superfast...
  14. F

    loop-player ac flag issue

    there are 2 errors
  15. 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...