mcsudo

Quick rating

mcsudo

No reviews yet

Add Linux commands to Minecraft.

Mod Loaders
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
0.0.4
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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.

Screenshots

Gallery

  • apt-install
    apt-install apt install command
  • apt-search
    apt-search apt search command

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works