β οΈ FIRST WARNING! (English)
PLEASE READ! This mod gives full access to your computer. Do NOT run commands you don't understand! It can permanently delete your files or damage your system!
β¨ Safe Usage Information (English)
- If you use this mod correctly and appropriately, your computer will NOT be harmed.
- I (yigitgulyurt) have NO access to your computer. This mod only runs locally on your device.
- NO malicious actions will ever be performed by me. The source code is available for anyone to inspect.
- Users are solely responsible for ALL commands they run. I accept NO responsibility in this matter.
- This mod is only intended for a specific group of informed users. It is NOT recommended for general end-users, but causes no harm when used correctly and appropriately.
Please be careful!
π’ Overview (English)
Minecraft2Shell is a powerful client-side Fabric mod that allows you to run operating system commands directly from within Minecraft!
π’TW
I used AI for making this mod, it's mostly made by AI.
But i used my brain tooπ§ . :)
β¨ Key Features
| Feature | Description |
|---|---|
| π₯οΈ Full Multi-Platform Support | Supports Windows, Linux, and MacOS, and works with your preferred shell! |
| β‘ Completely Client-Side | No server mod required |
| π Command History | Records previously executed commands and lets you re-use them |
| π·οΈ Alias System | Create custom shortcuts for frequently used commands |
| π« Blacklist | Block unwanted or dangerous commands |
| βοΈ Advanced Settings | Integrated configuration interface with ModMenu and YACL |
| π Multi-Language Support | Turkish and English options |
π Commands
All commands start with /m2s:
/m2s history- List command history/m2s history clear- Clear command history/m2s history <num>- Re-run a specific command from history/m2s alias list- List current aliases/m2s alias add <name> <command>- Add a new alias/m2s alias remove <name>- Remove an alias/m2s alias run <name>- Run an alias immediately (no restart required)/m2s blacklist list- Show blacklisted commands/m2s blacklist add <command>- Add a command to the blacklist/m2s blacklist remove <command>- Remove a command from the blacklist/m2s config- Open settings/m2s <command>- Run any system command
π‘ Tip: You can run your aliases directly as /<aliasname>!
π οΈ Installation
- Use Minecraft 26.1.2 or a compatible version
- Install Fabric Loader
- Install required dependencies:
- Download
minecraft2shell-x.x.x.jarand place it in your Minecraftmodsfolder - Launch the game!
β οΈ Security Warning
THIS MOD IS EXTREMELY POWERFUL AND CAN CAUSE SERIOUS DAMAGE IF USED CARELESSLY!
β οΈ NEVER run commands you don't 100% understand! β οΈ Always backup your important files! β οΈ NEVER let anyone else use this mod!
Malicious commands can cause:
- Permanent deletion of all your files
- Corruption of system files
- Infection of your computer with viruses or malware
- Theft of personal information
Make sure you fully understand what you're doing before running any commands!
β οΈ Remember: Please re-read the "Safe Usage Information" section above!
π License
MIT License
π€ Developer
- Author: yigitgulyurt
- Source Code: GitHub
It's an example.
test stands for alias name.
Aliases can be run with /test or /alias run test. test stands for alias name.
First type of usage,you can blacklist a command entirely, for example the command shown in the image will blacklist all echo commands,you could not use "/m2s echo test or /m2s echo * ". This feature for blacklisting crucial shell commands.
Second type of usage, the command shown in the image will blacklist just the "echo test specific", command if this is the only blacklist rule you can use other echo command such as "/m2s echo hello" or "/m2s echo * "
Due to development phase "/m2s echo test specific something" will not work too.
This command will show the latest used commands, and it range can be changed at the config.
The image is cropped half by accident sorry. You can clear the history using "/m2s history clear"