Panda Anti-Dupe
Overview
This compact mod effectively blocks all known methods of item duplication in Minecraft. It prevents such popular techniques as TNT duplication, trident copying, gravity block replication, and numerous other methods of creating duplicates.
(Some of the fixed bugs may have already been addressed by Mojang developers - if you discover an issue, please report it)
Configuration
The configuration file config/PandaAntiDupe.json is automatically created when the game starts. It contains toggles for each type of duplication protection:
{
"BookDupe": true,
"ShulkerBoxDupe": true,
"RailDupe": true,
"HorseQuickMoveDupe": true,
"StackSplitDupe": true,
"HopperDupe": true,
"PistonDupe": true, // this is TNT duplication protection
"EntityDimensionDupe": true,
"TridentDupe": true,
"BeeDupe": true,
"TripwireDupe": true,
"LecternDupe": true,
"TripwireHookDupe": true,
"GravityBlockDupe": true,
"NBTListDupe": true
}
To disable a specific type of protection, simply set the corresponding value to false.
Testing
You can test the mod's functionality on servers:
hardcoreanarchy.gay (Hardcore Anarchy with permanent death)
sky.hardcoreanarchy.gay (Skyblock Anarchy)
License
Distributed under Creative Commons CC0 license.