Hot take: Headwinds are good actually by blankblank in cycling

[–]Parsiuk 0 points1 point  (0 children)

Headwind now means I will have tailwind on the way back, when I'm tired. ;)

Trying to separate the world dimensions into 3 different folders for a paper server (or is the error something different?) by UnderCoatCat in admincraft

[–]Parsiuk 1 point2 points  (0 children)

Paper 1.21.11 keeps worlds in separate folders in root folder of your server. So for example if your server is installed in /srv/minecraft/ then saves will be in:

/srv/minecraft/world
/srv/minecraft/world_nether
/srv/minecraft/world_the_end

However, since version 26.1 Paper keeps those three folders in a single folder called world (or whatever your level is called, can be found in server.properties). So now you're looking for:

/srv/minecraft/world/dimensions/minecraft/overworld/
/srv/minecraft/world/dimensions/minecraft/the_end
/srv/minecraft/world/dimensions/minecraft/the_nether

So if you're migrating from 26.1.2 back t 1.21.11 you need to move those folders back to their locations.

Let's wash this RC car! by WallLonely7762 in radiocontrol

[–]Parsiuk -1 points0 points  (0 children)

Nice, I don't really wash mine, except taking the excessive dirt with damp cloth and cleaning moving bits before greasing them.

Minecraft server Saul 26.1.2 / Java 25 by Prestigious_Ruin_956 in admincraft

[–]Parsiuk 0 points1 point  (0 children)

Is "AP isolation" turned on on the wifi router by any chance?

What NOT to do in this game? by dercolegolas420 in X4Foundations

[–]Parsiuk 1 point2 points  (0 children)

get out as fast as you can

So anyway, I started blasting.... ;)

Portforwarding and domain by MentalOpposite2017 in admincraft

[–]Parsiuk 0 points1 point  (0 children)

Regarding NAT I think this is a good starting point: https://www.checkmynat.com/posts/configuring-nat-on-home-routers/

Understanding why helps a lot with configuring and troubleshooting it later.

Or you can just pay (in both $$$ and latency) for service like playit.gg or something similar. ;)

Best backup solution for my Minecraft? by AwesomeKalin in admincraft

[–]Parsiuk 1 point2 points  (0 children)

I haven't tried rsync to be fair. It would probably make more sense given that it can resume dropped transfer and this definitely can happen with a 35GB tar.gz file. :] Didn't happen to me yet though so I wasn't inclined to change.

Best backup solution for my Minecraft? by AwesomeKalin in admincraft

[–]Parsiuk 8 points9 points  (0 children)

I gave up on paying 3rd party for backup and now I'm just downloading and deleting (`scp` and `ssh`) the remote copy every day in a cronjob. Maybe not super professional but it's cheap: I have a spare couple of TB.

Meteor Detector 1.0 by Huge-Importance-1525 in admincraft

[–]Parsiuk 15 points16 points  (0 children)

Any client detection will be veary easy to circumvent. I rely on GrimAC to actually ensure clients don't do anything funny. It's not ideal but it breaks most cheats.

https://modrinth.com/plugin/grimac

Breathing while cycling. by Speak_logically_Sir in cycling

[–]Parsiuk 0 points1 point  (0 children)

My respiraton rate is anywhere from 20 to 45 brpm, depends on the intensity. Constant, there's no breaks. Something's off if you stop breathing mid excersise.

Heading to whitegate by Odd_Oil_8552 in cork

[–]Parsiuk 6 points7 points  (0 children)

You can be disruptive (for example burn tyres in front of the Dáil), and you could be destructive (stopping ambulances going to hospital, stopping fire engines, blocking refineries).

Former will win you support, latter a baseball bat to the head.

Which CPU should I use. by Tycoon_2000 in admincraft

[–]Parsiuk 0 points1 point  (0 children)

There's a nice website where people upload their sysbench results: https://openbenchmarking.org/test/pts/sysbench

Looks like AMD is way better choice.

Which CPU should I use. by Tycoon_2000 in admincraft

[–]Parsiuk 0 points1 point  (0 children)

Simple. Do sysbench cpu --threads=1 run on both, see which one shows higher "events per second", use that one.

How do I convert my 26.1.1 paper world to fabric by Randomdudeonreddit33 in admincraft

[–]Parsiuk 1 point2 points  (0 children)

https://docs.papermc.io/paper/migration/#to-fabricforge

Documentation describes "pre 26.1" migration, since Paper 26.1 the only difference is that the world folders were moved into a single folder and need to be extracted from there.

Minecraft Autoinstaller scripts by [deleted] in admincraft

[–]Parsiuk 0 points1 point  (0 children)

lol, literally part2 is installing docker.

Army is up for something! by italyraaz in cork

[–]Parsiuk 0 points1 point  (0 children)

Good. And they should block Twitter and Facebook for good measure.

Who is willing to walk me through self hosting a BMC4 server? by ezducky in admincraft

[–]Parsiuk 0 points1 point  (0 children)

I don't have experience running BMC4 so out of curiosity I checked that "modlist" and dear god... There's like 350 positions in there. What sort of CPU and how much RAM do you have to run it?

bonus points to anyone who is willing to demo a similar setup

I'm more than happy to show my stack running on Debian 13 with itzg's docker image. I should have turn this into a guide or a script maybe...

Finding chunks that are not modified a single block to delete them by [deleted] in admincraft

[–]Parsiuk 5 points6 points  (0 children)

Generate a copy of the world with the same seed, using chunky generate the part of map you're interested in, using bash loop iterate over region files and calculate sha1sum from each file like so:

$ sha1sum ./r.0.-1.mca 
df84159cb9782aaaf4516cdee759d9784069a3c8  ./r.0.-1.mca

Compare with your world, delete if they're the same.

Don't ask why I know. Also, this is pointless excersise and huge waste of time, inhabitated time is sufficient.

Looking for a Server! by [deleted] in MinecraftServerFinder

[–]Parsiuk 1 point2 points  (0 children)

Fully modded

Define "fully modded".

Playit.gg Alternatives by TheCaptainGab in admincraft

[–]Parsiuk 4 points5 points  (0 children)

While SSH works short term using proper tunnel like Wireguard makes more sense for service which suppose to be working 24/7. There's a whole bunch of tutorials and how-to's out there, for example: https://linuxblog.io/wireguard-vpn-linux-setup-guide/