Home Minecraft Java Servers How to disable exploit fixes on a Minecraft Paper server

How to disable exploit fixes on a Minecraft Paper server

Last updated on Jul 29, 2024

Turning off exploit fixes on a Minecraft Paper server means tweaking settings that are not officially supported or managed by the PaperMC development crew. While PaperMC brings tons of tweaks to amp up Minecraft server performance, exploit fixes often tackle tricky stuff like stopping unbreakable blocks from breaking, putting the brakes on TNT duplication, and taming the wild world of overstacking. Playing around with these settings might stir up some trouble, like glitches, shaky performance, or clashes in the server.

Note: The settings are only in Minecraft Paper version 1.16 and above.

Note: Available settings vary by version. Minecraft Paper 1.20.1 is used in this example.


How to Disable Exploit Fixes on a Minecraft Paper Server

  1. Login to the QuickHost Game Panel.

  2. Stop the server.

  3. On the left click Files.

  4. Open the config folder.

  5. Depending on the Minecraft Paper version, open the following file for editing:

    Minecraft Paper 1.19+: config/paper-global.yml
    Minecraft Paper 1.16.1 to 1.17.1: paper.yml

  6. Under the unsupported-settings: line, change false to true to disable the preferred exploit fixes.

    allow-grindstone-overstacking - Sets whether players can overstack items in the grindstone.
    allow-headless-pistons - Sets whether headless pistons can be created, which are used to break permanent blocks.
    allow-permanent-block-break-exploits - Sets whether unbreakable blocks can be broken with vanilla exploits such as bedrock, end portal frames, end portal blocks, etc.
    allow-piston-duplication - Sets whether TNT, carpets, and rails can be duplicated. Sand is not included.
    perform-username-validation - Sets whether usernames are validated. Usernames with special characters may conflict with commands and plugins.

  7. Click Save Content on the bottom right.

  8. Start the server.