Photon-GitHub / AntiCheatAddition

An anticheat with nieche checks to cover cheats usually not covered by anticheats.
GNU General Public License v3.0
152 stars 45 forks source link

ESP check isn't working (don't have op's) #596

Closed ghost closed 2 months ago

ghost commented 2 months ago

image image

Photon-GitHub commented 2 months ago

Are you sure that both players are not op and have no bypass permissions? Even then, in your position ACA might not necessarily hide all players.

ghost commented 2 months ago

i'm sure

Photon-GitHub commented 2 months ago

Please use the FINEST debug setting for the log file and test again (with only 2 players, otherwise this will get very spammy).

ghost commented 2 months ago

i dont have logs , i set fine

ghost commented 2 months ago

esp does not work with this JDK from falixnodes.net (free server, to test plugin).

OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9)
OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode, sharing)

-Xms128M -XX:MaxRAMPercentage=90.0 -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200
 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40
 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4
 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90
 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem
 -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true
 -Dterminal.jline=false -Dterminal.ansi=true

but with other hosting it works well:

java version "21.0.2" 2024-01-16 LTS
Java(TM) SE Runtime Environment (build 21.0.2+13-LTS-58)
Java HotSpot(TM) 64-Bit Server VM (build 21.0.2+13-LTS-58, mixed mode, sharing)

-Xms128M -XX:MaxRAMPercentage=95.0 -Dsip=195.201.204.247 -Dspt=25747 -XX:ConcGCThreads=2
 -XX:ParallelGCThreads=2 -XX:+UseSerialGC -DPaper.IgnoreJavaVersion=true -Dfml.readTimeout=1024
 -Dfml.queryResult=confirm -Dlog4j2.formatMsgNoLookups=true -Dterminal.jline=false -Dterminal.ansi=true
 -DIReallyKnowWhatIAmDoingISwear=true -Duser.timezone=Europe/Moscow -Dfile.encoding=UTF-8
Regomy commented 2 months ago

-Dterminal.jline=false

I truly feel sorry for this host

ghost commented 2 months ago

image and this

Photon-GitHub commented 2 months ago

If a particular JDK is the cause, I probably won’t fix the problem. The spammy error message has its own issue with #600 , so I will move the discussion there.

ghost commented 2 months ago

so anticheat is useless.

Photon-GitHub commented 2 months ago

It works fine on my local test server with an up to date JDK. If your JDK causes my plugin to malfunction, I cannot fix that in my plugin even if I wanted to.