Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
mcsudo

mcsudo

Add Linux commands to Minecraft.

1,851
7
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x

Platforms

Fabric
Quilt

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source

Creators

CrystalNeko
CrystalNeko Member

Details

Licensed GPL-3.0-only
Published last year
Updated 9 months ago
DescriptionGalleryChangelogVersions

Sudo

This module adds some commonly used Linux commands to the game, including sudo, echo, cat, and export.

Some Linux mechanisms have also been added, such as the home folder and the .bashrc file.

Instructions

Parameters

Some commands support parameters, you can use _ plus parameters.

Variables

Some commands also support the use of variables. You can use variables in the form of ${variable name}. For how to set variables, please see export.

Dynamic variables

Dynamic variables are recalculated on every execution, here are all dynamic variables:

  • home: the current user’s home folder
  • uuid: uuid of the current user
  • player: the username of the current user
  • exp: the current user’s experience value
  • level: the level of the current user
  • health: current user’s health
  • max_health: the current user’s maximum health
  • world: current world name
  • location: current location (format is x.y.z)
  • server: current server name
  • motd: motd of the current server
  • time: current time (Unix timestamp)

Order

echo

usage:

/echo <content> # Output content

cat

usage:

/cat <file path> # Output file content

write

usage:

/write <file path> <content> #Write file content, which will overwrite the original content.

export

usage:

/export <variable name> <variable value> #Set variables
/export public_<variable name> <variable value> # Set public variables, sudo permissions are required

apt

Install mods from Modrinth.

usage:

/apt install <slug> <version> # Install module
/apt search <slug> # Search module

image of apt command: 0.jpg

bash

Call the system to execute bash commands (only supports Linux).

usage:

/bash <command>

WARNNING:THIS COMMAND IS DANGEROUS. IT MAYBE DAMAGE YOUR SYSTEM.

neofetch

You know the command.

Special files

.bashrc

This file executes the commands inside when the player logs in. The commands are separated by ; and there is no / before the command.

The file is located in home/<player name>/.bashrc. Players can modify this file without sudo permissions.

Modrinth is open source.

sidebar-refinement@948af2b

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.