generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
samo_lego edited this page Jun 13, 2022
·
49 revisions
A Fabric anti-exploit mod.
All of them are toggleable in GolfIV's config file, located in config/GolfIV_config.json
.
For latest info see javadoc.
-
checkInventoryActions
- prevents hitting/chatting with open GUI. -
legaliseSurvivalItems
- removes incompatible enchantments, resets stack sizes etc. -
bannedSurvivalItems
- which survival items should be removed when clicked on. -
removeCreativeNBTTags
- removes ALL NBT data in creative, but allows block-picking
-
removeTeleportData
- removes coordinates from player teleport packets -
removeHealthTags
- removes health data for entities from packets -
removeEquipmentTags
- removes equipment information, so players with hacked clients cannot see enchants / stack size / durability of opponents -
patchSoundExploits
- fakes coordinates in sound events, preventing lightning bolt player finding etc. -
checkPortalHack
- checks if player is doing actions in portals that shouldn't be possible (chatting / inventory managing)
-
yesFall
- checks player'sonGround
status and ignores the one in player's movement packet
-
patchSaveLimit
- prevents the exception of data not saving by ignoring the data above the Java DataOutput limit -
patchGravityBlock
- prevents gravity block duplication -
patchDeathDuplication
- prevents duplicating inventory if player dies after disconnect
-
preventWallHit
- prevents hitting entities through walls -
checkHitDistance
- prevents hitting entities from too far away -
checkHitAngle
- checks the angle at which player is trying to hit the entity
-
inflictNetherRoofDamage
- at which y level inflict damage on nether roof (e.g.128
to inflict upon stepping on bedrock) (-1
to disable).