PaperMC patches many vanilla exploits such as TNT duplication, gravity block duplication, and bedrock breaking. Most of these can be unpatched through Paper’s global configuration.
Log In to the Control Panel ↗

Select Your Server

Stop the Server

Click on the Files tab

Open config/paper-global.yml
Navigate to the config folder and open paper-global.yml.
Apply Your Desired Changes
Refer to the sections below for the specific settings you want to change. Click Save Content when done.
Start the Server

Allow TNT Duplication
Set allow-piston-duplication to true:
allow-piston-duplication: trueThis is in the
unsupported-settingscategory. This doesn’t mean it’s unsafe, just that you may not receive support from Paper if you change this.
Allow Bedrock Breaking
Set allow-permanent-block-break-exploits to true:
allow-permanent-block-break-exploits: trueAllow Gravity Block Duplication
Set allow-unsafe-end-portal-teleportation to true:
allow-unsafe-end-portal-teleportation: trueAllow Headless Pistons
Set allow-headless-pistons to true:
allow-headless-pistons: trueAllow Attribute Swapping
- Set
update-equipment-on-player-actionstofalse
update-equipment-on-player-actions: falseYou have successfully unpatched exploits on your server.