Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Mcrcon Alternatives
Similar projects and alternatives to mcrcon
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
Skript
Skript is a Spigot plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
-
websocketd
Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
ht
headless terminal - wrap any binary with a terminal interface for easy programmatic access. (by andyk)
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
mcrcon discussion
mcrcon reviews and mentions
-
ht: Headless Terminal
Oh yea one more comment, this stdin redirection isn't really necessary in minecraft from the last decade.
The minecraft server has a built-in RCON server running on a separate port than can be enabled(https://wiki.vg/RCON), and once enabled can be interacted with an RCON client(like https://github.com/Tiiffi/mcrcon).
So instead of redirecting stdin to a systemd process, you can also just leave stdin disconnected and use the built-in RCON server to do commands every so often.
-
How to regenerate server?
This could possibly be done with Skript using yaml to tell it what to do on startup or shutdown. Although I would personally prefer using RCON like u/Mutated_Zombie mentioned. There exists cmd execs you could use in a batch script.
-
I'm looking for a plugin that would enable me to become op (preferably for only one session) using secret phrase or word typed in chat
If you can't find a tool to do it the way you're looking for, my approach would be to install mcrcon on the server and then SSH to the server and run the commands to grant OP via the terminal. (Plenty of SSH clients for the phone, if you need to do it remotely.)
-
How do I reconnect to a tmux screen?
Note that if you run MC this way, you need to connect via RCON, via something like mcrcon.
-
I created a free and open-source RCON Client for managing Minecraft servers
Why would I use this over mcrcon?
-
Query Server Data Locally
You can use rcon to run commands and filter the output. It's not pretty, but it doesn't require any kind of external service (also you need to write the scripts yourself).
-
Automatic restart for Minecraft server
https://github.com/Tiiffi/mcrcon this is the rcon tool.
-
Making Plugins Compatible / Automating Pre Existing Ones
There's no easy answer to this. To do what you're looking to do, you're gonna need to write some code, either a separate plugin that hooks into their API (if they have one), a custom version of that plugin built from source with your own changes (if their code is available publicly), or otherwise some clever business with some sort of external tools (maybe mcrcon?) and some scripting language like bash or python.
-
[HELP] Searching a server-sided Chunk Loader for Fabric 1.17.1 server
If running on Linux, you could use a use mcron and add that to the systemd script
-
Web-based (PHP) DataPack Manager - Permits upload, enable, disable, and delete of DataPacks
yep this works. I personally use https://github.com/Tiiffi/mcrcon in my scripts
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 12 Dec 2024
Stats
Tiiffi/mcrcon is an open source project licensed under zlib License which is an OSI approved license.
The primary programming language of mcrcon is C.