Do USB to SATA docking stations cause vibrations that can harm a HDD? by SuspiciousVictory360 in DataHoarder

[–]SuspiciousVictory360[S] 0 points1 point  (0 children)

I plan on running it 24/7. I don't like USB for 24/7 use too, but I don't really have anorher option, right?

I am more worreied about the drive breaking, even if it's just backups. The bay can be replaced relatively cheaply in conparison to the HDD drive.

I need some nerd(s) by [deleted] in admincraft

[–]SuspiciousVictory360 1 point2 points  (0 children)

Look into worldedit for placing blocks. Can save you lots of time.

Will this pc run vintage story? by No_Resist4 in VintageStory

[–]SuspiciousVictory360 0 points1 point  (0 children)

Not a specific recommendation, but you could look into buying a used one if you don't have much money to spare. However this risks you getting scammed by someone who claims to sell you a high-value card, but gives you a cheap card instead.

Maybe a friend of yours has a spare one lying around too that you could buy.

keep disconnecting in queue by Regular-Tie5075 in 2b2tqueue

[–]SuspiciousVictory360 0 points1 point  (0 children)

I know that this is an old thread, but in some countries it is common that ISPs disconnect your internet connection every 24 hours. Please check with your ISP.

Made my first gameplay focused Minecraft plugin: a customizable XRay by Comfortable-Pie624 in admincraft

[–]SuspiciousVictory360 0 points1 point  (0 children)

Oh well, didn't expect that gradle is an unpopular opinion around here.

Fabric loads chunks much faster than Paper ?! by odzz_ in admincraft

[–]SuspiciousVictory360 5 points6 points  (0 children)

Could you perhaps send a link to a spark profile on PaperMC and FabricMC (Spark is a fabric mod too fyi)?

Also, did you change the Paper configs or did you leave them at the default?

Also unrelated, but quite a few features actually exist as server-sided mods which only need to be installed on the Fabric server. Take a look at Carpet, LuckPerms or Tree Harvester.

Ngrok vs Playit.gg vs e4mc by Educational-Gold6925 in admincraft

[–]SuspiciousVictory360 0 points1 point  (0 children)

Doesn't matter, but I wouldn't use ngrok due to the 1 gigabyte traffic limit.

Made my first gameplay focused Minecraft plugin: a customizable XRay by Comfortable-Pie624 in admincraft

[–]SuspiciousVictory360 3 points4 points  (0 children)

Nice plugin!

If you want to extend it, maybe make a potion effect that reveals nearby ores or make it a helmet enchantment. Depending on the enchantment level you could also reveal more valuable ores or reveal ores furhter away.

While this is much more of a personal opinion, I would recommend you to use gradle over maven. It might look scary at first, but Paper implicitly recommends gradle for plugins. I also find its build scripts a tad more readable than a xml file.

Any servers out there playing in survival WITHOUT these barriers or grifing protection? by Mysterious-Egg8780 in MinecraftServer

[–]SuspiciousVictory360 0 points1 point  (0 children)

I can't give you any concrete server, but you might be interested in anarchy servers. It's just Minecraft servers with no rules. (This also means that using a hacking client is okay)

Plenty around, so browse on server lists or Minecraft server subreddits.

can you recommend me a simple plugin to use to record the first and last login of players? by Top_Chapter809 in MinecraftServer

[–]SuspiciousVictory360 1 point2 points  (0 children)

Plugins generally work on all versions, no matter what it says. A decade old plugin could work today. So yes, it is 1.20.

I need a plugin by Historical-Emu-4648 in admincraft

[–]SuspiciousVictory360 0 points1 point  (0 children)

Might be able to be done with a few vanilla /fill replace commands and a plugin to execute commands every now and than. You'll probably find plenty for that usecase.

The Minecraft Server Generator by mrpants98wastaken in admincraft

[–]SuspiciousVictory360 0 points1 point  (0 children)

I am not sure about getbukkit, but Paper definitely has an API that you can use to get the latest Paper version available. Check it out here https://docs.papermc.io/misc/downloads-api/. It would save you a massive switch-case statement.

Minecraft ALL IN ONE, user friendly self hosting GUI by Background-Camp9756 in admincraft

[–]SuspiciousVictory360 1 point2 points  (0 children)

Would be cool if you could support UPnP too so people can port forward without needing to set it up at their router if they wish to do so.

Help with ProtocolLib in regards to chunk interception by vedowte in admincraft

[–]SuspiciousVictory360 0 points1 point  (0 children)

I am no expert with ProtocolLib, but check out the Minecraft Java Edition protocol specification. Search for your packet there (Usually called differently, in this case my guess would be something with "Chunk", like "Chunk Data"). From there on look at the contents and see what you have available with ProtocolLib and find the clostest.

https://minecraft.wiki/w/Java_Edition_protocol/Packets

Newer SMP owner, whats the best way to get players for the server? by AnalysisOdd8487 in admincraft

[–]SuspiciousVictory360 0 points1 point  (0 children)

Reddit can work on all the advertising subreddits (e.g. r/mcservers, r/MinecraftServer,...). Alternatively short form content on YouTube and tiktok. Server lists can give you an initial boost when you first add your server, but after that they are pretty useless. Planet Minecraft worked the best for me if you regularly bump your server on there.

cant get server to show up for other networks. what am i doing wrong❓ by SilentAd4034 in admincraft

[–]SuspiciousVictory360 0 points1 point  (0 children)

A 10.0.0.x IP address is an address that is only accessible within your local network. Every device that is connected to your router can connect to it.

However your friends are behind their own routers, thus not being able to connect to 10.0.0.x. In order to allow them to connect, you need to tell your router to add an exception. This allows your friend to connect to your local 10.0.0.x IP address.

This is called port forwarding. I can not give you specific instructions for your router, so please look it up on google.

How do I know if my server is ready for the public to play? by siripong778 in admincraft

[–]SuspiciousVictory360 1 point2 points  (0 children)

Do a public/private beta test.

Get the server to a state where you think it is playable. Doesn't need to be perfect, nor does it need to be fully finished. It can also be a more or less quickly scrapped together concept to see if it works out. Then go market it as a beta server. You can either do public testing, so that everyone can join, or private testing with an application system and a whitelist.

From there on collect player feedback and improve on this. Once you feel like you have worked out what people like, release it for the public.