gbl / AntiGhost

Mod that requests the server to send surrounding blocks to you, to get rid of ghost blocks
MIT License
28 stars 16 forks source link

Allow servers to control the mod #45

Open VidTu opened 1 year ago

VidTu commented 1 year ago

Some servers do have anti cheats or packet limiters Some admins just want to restrict using mods like this (which can cause problems with player moderation) To achieve this, I've made a way for servers to block this mod or handle ghost blocks at their behalf. That being said, the server can select the mode:

gbl commented 1 year ago

I would consider implementing this, but only if there's an available server part that I can link to. Do you have a spigot/paper plugin that does that?

VidTu commented 1 year ago

I would consider implementing this, but only if there's an available server part that I can link to. Do you have a spigot/paper plugin that does that?

Sure, take a look. I can transfer the repo to you if you want it.

ItsukaHiro commented 1 year ago

On my experience, this should be very useful for server devs, because this mod (actually) can bypass antixray in most occasions. This will make this one is a unfair mod.

VidTu commented 1 year ago

On my experience, this should be very useful for server devs, because this mod (actually) can bypass antixray in most occasions. This will make this one is a unfair mod.

If this mod allows you to bypass AntiXray, you should look for an anticheat. There are a lot of cheats that'll do exactly what this mod does, except with very large ranges.

ItsukaHiro commented 1 year ago

If this mod allows you to bypass AntiXray, you should look for an anticheat. There are a lot of cheats that'll do exactly what this mod does, except with very large ranges.

My server have both anti cheat and anti xray (Paper built-in). But seem because the mod try to get exactly what the block is, server have to send packet which show actual block to client, that lead to hack client can bypass anti xray, atleast in small scale.

VidTu commented 1 year ago

My server have both anti cheat and anti xray (Paper built-in). But seem because the mod try to get exactly what the block is, server have to send packet which show actual block to client, that lead to hack client can bypass anti xray, atleast in small scale.

If this can bypass your anti-xray, any other mod (or hack) with practically any reach can