I would love to have an opt-out packet, to block the mod on some servers.
Additional context
Mostly pvp servers have a rule that doesnt allow health indicators because in certain fights these tweaks can give an advantage to you.
This mod (https://github.com/Developer-Mike/fabric-autototem/blob/master/src/client/java/mike/autototem/mixin/ServerOptOut.java) is sending a packet after the player joins, the server can receive this packet and can kick the player.
And this mod (https://github.com/Bram1903/MarlowsCrystalOptimizer/blob/main/src/main/java/com/deathmotion/marlowcrystal/packet/impl/OptOutPacket.java) is sending a packet to the server and the server can send a packet back to the client to simply disable the mod on this server
I think disabling the mod on specific servers can be more useful instead of kicking the player.
I would love to have an opt-out packet, to block the mod on some servers.
Additional context
Mostly pvp servers have a rule that doesnt allow health indicators because in certain fights these tweaks can give an advantage to you.
This mod (https://github.com/Developer-Mike/fabric-autototem/blob/master/src/client/java/mike/autototem/mixin/ServerOptOut.java) is sending a packet after the player joins, the server can receive this packet and can kick the player.
And this mod (https://github.com/Bram1903/MarlowsCrystalOptimizer/blob/main/src/main/java/com/deathmotion/marlowcrystal/packet/impl/OptOutPacket.java) is sending a packet to the server and the server can send a packet back to the client to simply disable the mod on this server
I think disabling the mod on specific servers can be more useful instead of kicking the player.