CapPreventer
๐ก Updated this year๐ผ๏ธ Gallery (2 images)
๐ Analysis
- ๐ #9 of 9 magic mods in this game by downloads
๐ About This Mod
**๐ชถ CapPreventer is the only updated AAE (anti-anti-exploit) <u>free</u> plugin on the market.** CapPreventer tries to block popular anti-exploit mods, so your server can see players' mods without any spoofers. CapPreventer strives to be the top AntiSpoof Pro alternative. If you want to help me achieve that goal, you may report any cool findings for the plugin's development in my Discord DMs. <!-- **๐ณโ๐ Happy Pride Month!** --> <hr/> **๐ Made for** | Mod(ule) | Operation | Versions | |----------|-----------|----------| | Server Spoof *(optional impl.: (https://github.com/MeteorDevelopment/meteor-client), (https://modrinth.com/mod/opsec))* | **detects / breaksยน** | all | | (https://modrinth.com/project/wdGqOtQ2) | **breaks** | <v1.1.5 (alone), i lost track, new unpatched (requires at least one of some common mods) | ###### ยน Whether it breaks or detects is dependent on the module configuration. In OpSec <=v1.1.6, it always breaks. <hr/> **๐ฎ Outdated handlingยฒ** - (https://modrinth.com/mod/opsec/version/BISXW6VS) *๐ด outdated* **** - (https://modrinth.com/project/VdINCTcD) x (https://github.com/NucleoidMC/plasmid) *๐ด outdated* **** - (https://modrinth.com/mod/exploitpatcher) *โซ taken down* **** ###### ยฒ These operations only work on outdated versions of the given mods. <hr/> **๐ Configuration** <details> <summary>config.yml</summary> ```yaml # All flow operations: # #==== Punishment Messages ====# # | Command | Format | # |-----------|-------------| # | `kick` | MiniMessage | # | `ban` | Legacy | # | `banip` | Legacy | #=============================# #===== Command Placeholders =====# # | Name | Description | # |----------|------------------| # | %player% | The player name. | #================================# #==============================# #========= ANTI-SPOOF =========# #==============================# # 'brand-spoof-detection' is a detection for Meteor's 'Server Spoof' > 'minecraft:brand' spoofing, # 'brand-spoof-kicker' will cause an internal client error for undetected brand spoofers. brand-spoof-detection: true brand-spoof-kicker: true # 'chat-message-verification' requests the player to repeat a code in the chat, # which doesn't display if the provided translations matches. chat-message-verification: enabled: true translation: enabled: false value: xyz alert-spam: enabled: true translation: sodium.options.buttons.apply # Amount of alerts to spam quantity: 100 # Time in seconds until the server kicks the player for waiting too long timeout: 5 # # 'opsec-color-blower' prevents the player from doing anything if he has Opsec installed. # Note that THIS WILL: # 1. CAUSE FALSE POSITIVES, # 2. TRIGGER GREAT OUTRAGE, # 3. BREAK UR COMMUNITY APART; # If your server uses &5 ANYWHERE. In the tablist, chat, anywhere. # Because if this option is enabled, using that colorcode is impossible. opsec-color-blower: false #===========================# #========= GENERAL =========# #===========================# # The 'bedrock-bypass' setting will remove the verification process for players # using MC Bedrock Edition. bedrock-bypass: true max-register-limit: enabled: true amount: 60 # 'known-packs-require' requires the client to not omit the SelectKnownPacksC2SPacket and the 'minecraft:core' pack # inside it. # # 'known-packs-analyze' analyzes if the client actually uses the version specified by SelectKnownPacksC2SPacket. known-packs-require: true known-packs-analyze: false known-packs-analyze-amount: 20 #================================# #========= INTEGRATIONS =========# #================================# # The 'px-integration' setting enables ProtocolExtension integration if it is present. # If ProtocolExtension isn't present, that setting is ignored. px-integration: true #===============================# #========= OLD METHODS =========# #===============================# book-verific
๐ชถ CapPreventer is the only updated AAE (anti-anti-exploit) free plugin on the market.
CapPreventer tries to block popular anti-exploit mods, so your server can see players' mods without any spoofers.
CapPreventer strives to be the top AntiSpoof Pro alternative. If you want to help me achieve that goal, you may report any cool findings for the plugin's development in my Discord DMs.
๐ Made for
| Mod(ule) | Operation | Versions |
|----------|-----------|----------|
| Server Spoof (optional impl.: (https://github.com/MeteorDevelopment/meteor-client), (https://modrinth.com/mod/opsec))* | detects / breaksยน | all |
| (https://modrinth.com/project/wdGqOtQ2) | breaks | ###### ยน Whether it breaks or detects is dependent on the module configuration. In OpSec <=v1. 1. 6, it always breaks. ๐ฎ Outdated handlingยฒ
- (https://modrinth.com/mod/opsec/version/BISXW6VS)
###### ยฒ These operations only work on outdated versions of the given mods.
๐ Configuration
config.yml
```yaml # All flow operations: # [ kick, ban, banip, commands ]
#==== Punishment Messages ====# # | Command | Format | # |-----------|-------------| # | `kick` | MiniMessage | # | `ban` | Legacy | # | `banip` | Legacy | #=============================#
#===== Command Placeholders =====# # | Name | Description | # |----------|------------------| # | %player% | The player name. | #================================#
#==============================# #========= ANTI-SPOOF =========# #==============================#
# 'brand-spoof-detection' is a detection for Meteor's 'Server Spoof' > 'minecraft:brand' spoofing, # 'brand-spoof-kicker' will cause an internal client error for undetected brand spoofers.
brand-spoof-detection: true brand-spoof-kicker: true
# 'chat-message-verification' requests the player to repeat a code in the chat, # which doesn't display if the provided translations matches. chat-message-verification: enabled: true
translation: enabled: false value: xyz
alert-spam: enabled: true translation: sodium.options.buttons.apply
# Amount of alerts to spam quantity: 100
# Time in seconds until the server kicks the player for waiting too long timeout: 5
# [ Requires Internet ] # 'opsec-color-blower' prevents the player from doing anything if he has Opsec installed. # Note that THIS WILL: # 1. CAUSE FALSE POSITIVES, # 2. TRIGGER GREAT OUTRAGE, # 3. BREAK UR COMMUNITY APART; # If your server uses &5 ANYWHERE. In the tablist, chat, anywhere. # Because if this option is enabled, using that colorcode is impossible. opsec-color-blower: false
#===========================# #========= GENERAL =========# #===========================#
# The 'bedrock-bypass' setting will remove the verification process for players # using MC Bedrock Edition.
bedrock-bypass: true
max-register-limit: enabled: true amount: 60
# 'known-packs-require' requires the client to not omit the SelectKnownPacksC2SPacket and the 'minecraft:core' pack # inside it. # # 'known-packs-analyze' analyzes if the client actually uses the version specified by SelectKnownPacksC2SPacket.
known-packs-require: true known-packs-analyze: false known-packs-analyze-amount: 20
#================================# #========= INTEGRATIONS =========# #================================#
# The 'px-integration' setting enables ProtocolExtension integration if it is present. # If ProtocolExtension isn't present, that setting is ignored. px-integration: true
#===============================# #========= OLD METHODS =========# #===============================#
book-verific
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- Olafcio1
- Version
- 1.12
- Downloads
- 213
- Endorsements
- 3
- Category
- magic
- Created
- 5/21/2026
- Updated
- 8/8/2026
- Game Versions
- 1.21.11
- Tags
- magic, management, utility
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does CapPreventer support?
The author lists 1.21.11. Other versions may work but are untested by the author.
What is the latest version of CapPreventer?
Version 1.12, published 2026-08-08 with 213 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await

