Compatibility
Minecraft: Java Edition
1.19.3–1.19.4
1.19–1.19.1
1.18.x
1.17.x
1.16.5
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published 3 years ago
Updated last year
GolfIV
A Fabric anti-exploit mod.
Current patches
All of them are toggleable in GolfIV's config file, located in config/GolfIV_config.json
.
For latest info see javadoc.
Inventory
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
Packets
removeTeleportData
- removes coordinates from player teleport packetsremoveHealthTags
- removes health data for entities from packetsremoveEquipmentTags
- removes equipment information, so players with hacked clients cannot see enchants / stack size / durability of opponentspatchSoundExploits
- 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)patchItemKickExploit
- prevents book banning & other too-large-inventory-kicks
Movement
yesFall
- checks player'sonGround
status and ignores the one in player's movement packet
Duplication
patchSaveLimit
- prevents the exception of data not saving by ignoring the data above the Java DataOutput limitpatchGravityBlock
- prevents gravity block duplicationpatchDeathDuplication
- prevents duplicating inventory if player dies after disconnect
Combat
preventWallHit
- prevents hitting entities through wallscheckHitDistance
- prevents hitting entities from too far awaycheckHitAngle
- checks the angle at which player is trying to hit the entity