IntFixer3 The ultimate, optimized solution for a secure, exploit-free server.
IntFixer3 works silently in the background to protect your server's economy and gameplay balance. Built with performance in mind, it catches dupes, illegal items, and hacked potions in real-time - without causing lag spikes.
Core Features
Deep Scanning: Automatically monitors player inventories, opened containers, and ender chests seamlessly.
UUID-Based Anti-Dupe: An advanced item tracking system that intelligently supports stacked items, stopping duplication glitches dead in their tracks without punishing legitimate players.
Custom Item Logging: Keep a watchful eye on specific, high-value materials to monitor your server's economy.
Unobtainable Effect & Potion Detector: Instantly strips players and items of illegal, over-powered custom potion effects (e.g., extreme durations or Amplifier 255).
Uncraftable Item Sweeper: Automatically detects and removes illegal blocks and items (Bedrock, Command Blocks, Barriers, etc.) from standard play.
Configurable Public Shaming: Optionally broadcast customizable warning messages in chat when players are caught exploiting, heavily discouraging rule-breakers.
don't have the img rn (gonna add here next update)
Why Choose IntFixer3?
Zero Lag Processing: Utilizing lazy-loading and enum-set caching, the active background scanner processes full inventories in the blink of an eye.
Discord Webhooks: Get beautiful, real-time embed notifications sent directly to your admin Discord channel whenever a violation is caught.
Configuration Guide IntFixer3 is designed to be highly customizable. Below is a breakdown of what you can tweak in the
config.yml:
System Settings (Do Not Touch)
server-uuid & enc-config: These are handled internally by the plugin to securely identify your server and manage encrypted save states. Editing these will break the plugin!
Discord Integration
webhook: Paste your Discord Webhook URL here to enable beautiful, real-time logging straight to your Discord server. Leave blank or default to disable.
Logger Settings
log_uncraftable & unobtainable_effects: Configure how the plugin handles illegal items and potions.
log: Sends an alert to Discord.
remove: Deletes the illegal item or strips the potion effect from the player.
shame: Broadcasts a public warning in game chat.
shame_message: The message sent in chat (Supports color codes & the {player} placeholder).
log_custom: Provide a list of item types (e.g., minecraft:mace) that you want to closely monitor. The plugin will track and log these items but will not remove them.
Anti-Dupe Settings
enabled: Turn the UUID anti-dupe system on or off.
logging: Follows the exact same log / remove / shame structure as the logger settings.
ignore: Add specific materials here (e.g., minecraft:air or basic building blocks) if you want to exclude them from receiving UUID tags to save on data.
Exclusions
exclusions: Whitelist specific usernames (like Admins or Owners). Players on this list completely bypass all anti-dupe and illegal item checks.
Code (YAML):
# Don't touch these unless you like things not working server-uuid: ''
# This hash is used to identify your server enc-config: ''
# Encrypted savestate intfixer: # Now this you can freely modify # Create a discord channel and under it create a webhook. After that copy the webhook URL and enter it here. webhook: 'https://discord.com/api/webhooks/123456789/example'
logger: # Self-explanatory log_uncraftable:
log: true
remove: true
shame: false
shame_message: '§c
{player
} has been detected to be in possession of an uncraftable item!'
unobtainable_effects:
log: true
remove: true
shame: false
shame_message: '§c
{player
} has been detected to have an unobtainable effect!'
log_custom: # Here you can put custom items to log, these items won't be removed but will get logged - 'minecraft:mace'
antidupe: # UUID-based anti-dupe that detects any dupe enabled: true
logging:
log: true
remove: true
shame: false
shame_message: '§c
{player
} has been detected to be in possession of a duplicated item!'
ignore: # If some items cause problems, you can choose to not add a UUID to them - 'minecraft:air'
exclusions:
permissive:
creative: true
ops: true
players: # Exclude players from all detections -
"Notch"