fabric-carpet
mcrcon
fabric-carpet | mcrcon | |
---|---|---|
51 | 12 | |
1,776 | 879 | |
1.0% | 1.5% | |
8.8 | 0.0 | |
10 days ago | 4 months ago | |
Java | C | |
MIT License | zlib License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fabric-carpet
-
Mods used in skyblock series
Carpet Mod - Carpet Mod is a mod for vanilla Minecraft that allows you to take full control of what matters from a technical perspective of the game.
-
Breaking the Limits: How Folia Made 1k Player Minecraft Server a Reality
I would say out of those, Paper, mainly due to lack of toolchain complexity or unusual concepts like mixins. I'd say it's a great introduction to Java.
But other things you should also be looking into:
Skript provides an interesting easy-to-use DSL language for Paper/Spigot servers - https://github.com/SkriptLang/Skript
Scarpet provides an interesting easy-to-use DSL language for Fabric servers - https://github.com/gnembon/fabric-carpet/blob/master/docs/sc...
Opencomputers and Computercraft are mods that adds computers to Minecraft, running Lua. OpenGlasses2 lets you code your own augmented reality glasses in Minecraft, because why not? https://www.curseforge.com/minecraft/mc-mods/opencomputers https://www.computercraft.info/
Minecraft Pi Edition was an ARM-only release of Minecraft Pocket Edition that is scriptable using TCP sockets, with APIs for various programming languages. Unfortunately, it was dead by the time it was finished, as it never got any updates after the initial release and doesn't have ARM64 support, and is a very limited version of the game https://www.minecraft.net/en-us/edition/pi
Minecraft Education edition has a Scratch-like programming system, but it's only available to teachers and is another thing they sorta dropped the ball on https://education.minecraft.net/en-us
-
Terrible Friends [SMP] {Fabric} {Redstone Friendly} {Whitelist} {1.20}
Carpet: Moderation tools, such as tick manipulation. Also displays TPS on the tab list. (not updated)
-
Wood farm causing lag?
I don't own an Apple M1, so I have no idea. You can try setting up a fabric server with carpet mod on your M1, and use the /log command to see the server mspt.
-
[Lightly Modded] Sand Generator using Carpet Mod/Carpet Extras
In my current world, I'm using some light mods to add things I think should be in vanilla - movable block entities, dispensers placing blocks, vanilla autocrafting, and renewable sand via anvils. This is all done with Carpet Mod, Carpet Extras, and the Vanilla Autocrafting extension. Because of this, I am doing a no duping challenge, so I need renewable sand somehow. So, using the mechanic of anvils crushing cobblestone into sand that was added in Carpet Extras, I made this contraption that produces about 25 stacks per hour (rough guess). Not terribly fast, but hey, it's renewable and it isn't duping, so I'm happy.
-
How to install and run carpet scripts
This GitHub page should have every info you'd need
-
Need fake player mod
You can spawn bots with Carpet Mod . You can also do a lot of other things with but you can read that on github. Just type /player Name(your name, or what ever) spawn. It will spawn a bot with the right skin for that player.
-
SciCraft like server setup
Carpet Mod (logging, fake players and more)
-
How to count blocks produced by a farm with command blocks? (Tutorial)
If you want to make a multi-hour test, you can try using CarpetMods tick warp feature. By using the command /tick warp 72000 for example, your game will run as fast as your PC can handle for 72000 ticks. If you are in a void world, this can let your game run at over 100x speed, letting you test your farms for "hours" in just a few minutes.
-
Why is my TNT not dropping 100% of the blocks it destroys? 1.19.3 Fabric, mod list inside
There was a bug in carpet mod, now it resolved in recent release: https://github.com/gnembon/fabric-carpet/releases/tag/1.4.92
mcrcon
-
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
What are some alternatives?
Essential-Commands - Configurable, permissions-backed utility commands for Fabric servers (tpa, home, warp, spawn, back, nick, rtp)
SquadJS - Squad Server Script Framework
lithium - A Fabric mod designed to improve the general performance of Minecraft without breaking things
PHP-Minecraft-Query - 🐘 PHP library to query Minecraft servers
scarpet - Public Repository of scarpet programs for Minecraft
mcmap - Pixel-art map visualizer for Minecraft. Maps are drawn from an isometric perspective.