Shell Bridge

Quick rating

Shell Bridge

No reviews yet

A Minecraft mod that allows you to run shell commands from chat.

Mod Loaders
Fabric
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 Required
Server Unsupported

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.3.0

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

A Minecraft mod that allows you to run shell commands via chat. \

It supports Linux and Windows shells. [ Bash & Powershell ]
use $config script_command "powershell.exe {path}" if on windows

Demo .gif

xS1vGZm.gif

Commands

$help [command name (optional) - lists commands
$exec [args] - executes arguments in shell
$stop - stops current process
$cd [path] - changes working directory of the shell
$clear - clears the chat $config- change config $run - runs a script (more changes to come to this soon)

Config help

only option is $config script_command [value] this is used when you do $run [path] you can do {path} to put where the script path is the reason for this is because different os use different executors such as bash or powershell also it means you can do python or any other scripting command

Shell to minecraft?

This is a feature being worked on

Commands

asplayer [what does player put in chat]

powershell - script.ps1:

param (
    [Parameter(Mandatory=$true)]
    [string]$argument
)

$hostname = "localhost"
$port = 1234

$socket = New-Object System.Net.Sockets.TcpClient($hostname, $port)
$stream = $socket.GetStream()
$writer = New-Object System.IO.StreamWriter($stream)
$reader = New-Object System.IO.StreamReader($stream)

$writer.WriteLine($argument)
$writer.Flush()

$response = $reader.ReadLine()
Write-Host $response

$socket.Close()

to run it:

.\script.ps1 -argument "asplayer  [what does player put in chat]"

bash script.sh:

#!/bin/bash

argument=$1
hostname="localhost"
port=1234

exec 3<>/dev/tcp/$hostname/$port

echo "$argument" >&3
response=$(head -n 1 <&3)

echo $response

exec 3<&-
exec 3>&-

to run it:

./script.sh "asplayer  [what does player put in chat]"

About Project

Author: Username-31415
Contributor: Silverainox

Future releases will add support for based API's like Git, Pastebin, etc to allow users working with their beloved software directly from Minecraft.

We also value community feedback and reports as its critical for us to eventually perfect this project :)

If you have any questions or have a suggestion, feel free to join our community Discord server
[ Szmelc & Friends ] ~ [ Based Projects Server ] - https://discord.gg/dtEvHFXnSb

My discord username is: @3_14159265358

Screenshots

Gallery

  • Shell Bridge
    Shell Bridge Logo [500 x 500] px

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

<1,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