Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Allow servers to control the mod #45

Open
wants to merge 1 commit into
base: fabric_1_20
Choose a base branch
from

Conversation

VidTu
Copy link

@VidTu VidTu commented Aug 3, 2023

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:

  • Enabled (default): Like it used to be, using C2S destroy packets.
  • Disabled: Fully disable the mod.
  • Custom: Send a custom payload on key press, let the server decide how to resync blocks.

Repository owner deleted a comment from Perfomance1 Aug 6, 2023
@gbl
Copy link
Owner

gbl commented Aug 6, 2023

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
Copy link
Author

VidTu commented Aug 6, 2023

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
Copy link

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
Copy link
Author

VidTu commented Aug 10, 2023

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
Copy link

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
Copy link
Author

VidTu commented Aug 12, 2023

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants