Skip to content

Instantly share code, notes, and snippets.

View grey-cat-1908's full-sized avatar

grey-cat-1908

View GitHub Profile
@grey-cat-1908
grey-cat-1908 / mcrcon.bat
Last active January 31, 2024 18:05
A simple automated script for using Minecraft RCON on Windows
@echo off
@cls
chcp 65001
TITLE MCRCON
if exist mcrcon\ (
@echo mcrcon is already installed.
) else (
@echo installing mcrcon...