DemoDisablerMod is a Minecraft Forge mod designed to disable the limitations imposed by the Minecraft demo mode. Once activated, it allows players to access multiplayer features, chat, and removes all demo restrictions directly from the main menu.
- Minecraft Forge 1.16.5: The mod is built and tested solely for this version using its specific mappings. Compatibility with other versions or mappings may be limited and could require modifications.
- Java 8 or higher
- Ensure you have Minecraft installed.
- Install Minecraft Forge for your corresponding Minecraft version if you haven't done so already. Forge installer can be downloaded from the official Forge website.
- Download the
DemoDisablerMod.jar
file. - Place the downloaded
.jar
file into themods
folder in your Minecraft directory:- Windows:
%appdata%\.minecraft\mods
- Mac/Linux:
~/.minecraft/mods
- Windows:
- Run Minecraft through the Forge profile.
To build the mod from the source, follow these steps:
-
Clone the repository to your local machine.
-
Navigate to the cloned directory.
-
Use the following Gradle command to build the project:
gradle build
The build output, jar file
, will be located in the build/libs
folder.
Once installed, the mod automatically integrates with Minecraft. Start your game, and the demo mode restrictions will be disabled when you access the main menu. No additional steps or configurations are required post-installation.
This project is available under the MIT License. See the LICENSE file for more details.