Skip to Content

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: true

This is in the unsupported-settings category. 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: true

Allow Gravity Block Duplication

Set allow-unsafe-end-portal-teleportation to true:

allow-unsafe-end-portal-teleportation: true

Allow Headless Pistons

Set allow-headless-pistons to true:

allow-headless-pistons: true

Allow Attribute Swapping

  • Set update-equipment-on-player-actions to false
update-equipment-on-player-actions: false
You have successfully unpatched exploits on your server.