Replies: 1 comment 1 reply
-
|
Funny fact: TotemGuard is hardcoded some keys, and we can use it to detect the plugin is install on server XD @CheckData(name = "AccurateBlockPlacement", description = "Usage of the Accurate Block Placement mod")
public class AccurateBlockPlacement extends ModCheck {
public AccurateBlockPlacement(TotemPlayer player) {
super(player, List.of(
"net.clayborn.accurateblockplacement.togglevanillaplacement",
"net.clayborn.accurateblockplacement.togglefastbreaking"
));
}
}@CheckData(name = "ElytraSwapper", description = "Usage of the Elytra Swapper mod")
public class ElytraSwapper extends ModCheck {
public ElytraSwapper(TotemPlayer player) {
super(player, List.of(
"key.ecs.swap",
"Elytra-Chestplate Swapping"
));
}
}You can inspect |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
All known
cntier.club #38
uneasyvanilla.com #26
mcpvp.club
cytooxien.de (old) CytooxienDetectedMods
Beta Was this translation helpful? Give feedback.
All reactions