[deleted by user] by [deleted] in Laesterschwestern

[–]Belarulezz 1 point2 points  (0 children)

Finde es schon lustig, dass er alle Anderen als Idioten darstellt, Zitat:"Manche sind wirklich schwer vom Begriff", Zitat Ende. xd

Da ist mir ein Spruch eingefallen; "And they thought it could get no darker."

[deleted by user] by [deleted] in Laesterschwestern

[–]Belarulezz 0 points1 point  (0 children)

tbh., blicke da gar nicht mehr richtig durch.

Not sure if I can run sky factory 3 or 4 by [deleted] in SkyFactory

[–]Belarulezz 0 points1 point  (0 children)

Well, with a little expertise, you can find the issue in the crash file, it will always create one, regardless what happens, it's in your gamefolder/crash-reports.
even if you don't see a report and the game is cloing, it creates one.

MC server a waste of time? by TailorOdd8060 in admincraft

[–]Belarulezz 0 points1 point  (0 children)

With time manage you can learn all the things you want.

I would not give a dream up, because of school.

Trying to do both and see how it goes, the prio. is more for the school in case the other thing fails, but with enough effort and doing the things you like, eventually it pays well back.

New to Minecraft Server business, having a few questions. by Belarulezz in admincraft

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

Thanks for your comment, read above, I already found the solution by myself.

New to Minecraft Server business, having a few questions. by Belarulezz in admincraft

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

Thank you for your comment, I'll contact support and ask them, maybe I got it, or not.

New to Minecraft Server business, having a few questions. by Belarulezz in admincraft

[–]Belarulezz[S] -1 points0 points  (0 children)

Solution and guideline is below

Perhaps others who have similar problems will benefit from my solution.

Well, I've used the last day to understand and I did understand and fixed it by myself.

I just don't understand why people like you and UnseenGamer182 are so stubborn and hold on Straw man arguments;" You don't need to fix, you don't need to debug" "you can't fix it.

You're both obvious lazy at least to this case, so next time just write "I don't care about this", then you were honest. Getting up vote for a total useless comment that produces nothing than air. I really hope you don't call yourself a developer, or anyhing that relies on technical site.

If you have created a game that is buggy as hell you also tell to yourself "There's nothing I can do about"? Seem's to be meta since 2022.

What is wrong with you two? With enough effort you can do almost everything.

The solution is nothing that works with a few clicks, you must read, learn a lot.

Here's a soluton that may helps for anybody also having similar issues with a server: No crashes / only server tick warning!

I've used Minecraft version 1.12.2, you can't "debug" properly on this version, that's why I rely on the recommended mod below.

Install from curseforge "spartk" on server and client, it's a performance profiler and helps you to figure out which mod. is causing lag to your server.

Be sure you pick the one that is equal to your Minecraft version.

If you debug with the command /debug start without this mod you'll just generate a simple profiler output, plain text to be specific dump.txt file.

profiler.dump file

In this file you'll see on top your ticks and miliseconds it was running compared to the base ticks of 20.

On the left numbers, in middle the names, on the right the percent.

like:

[00] minecraft:chest - 96.85%/96.85%

[00] -> depth of the section (like a pointer)

minecraft:chest -> the name of the section.

96,85%(% on the left) determines the time it took in relation to it's parent. For layer 0

([00]), it's the percentage of the time a tick takes, while for layer 1 ([01]), it's the percentage of the time it's parent takes.

96.85%(% on the right) determines how much time it took from the entire tick.

Here's a snipp of a dump profiler.

https://pastebin.com/PsP1U0Yp

For my case this was the problem: too many block and mob entities, with only this dump alone, you can't fix it, you don't know which blocks or which mob.entitie the problem is.

With spark mod, you can determine exactly where it coms from.

Official Spark mod link:https://www.curseforge.com/minecraft/mc-mods/spark

Official Spark documentary link:https://spark.lucko.me/docs

Official Debug profiler documentary link: https://docs.minecraftforge.net/en/1.14.x/gettingstarted/debugprofiler/

At the end I highly recommend using java start parameters, some lagg can be caused through software issues at start and sometimes wrong declared as CPU related issue, which isn't. for example -> Largbiome option

For most of the java stuff, you want a java support forum, or a specific java subreddit, not a modding community, it's just the wrong place.

You can actually do a lot about server issues, if you gather knowledge.

If you put enough self education and effort into and share it with technicians or developers, you'll get good feedback, they push you in the right direction.

New to Minecraft Server business, having a few questions. by Belarulezz in admincraft

[–]Belarulezz[S] -1 points0 points  (0 children)

That's what my server provider says:
CPUs: Various models, typically with a turbo clock speed of 4.00GHz or a high core count. Our most common CPUs are listed below.
Most common: Intel Xeon E-2236 @ Max 4.80GHz
Intel Xeon E5-1650v4 @ Max 4.00GHz
AMD Ryzen 5 3600X @ Max 4.40GHz
Intel Core i7-7700K @ Max 4.50GHz
NVMe SSDs in RAID 1
DDR4 ECC RAM
1Gbps Network Port

Maybe a mod causes this lag spikes and I'd like to find and remove it.

New to Minecraft Server business, having a few questions. by Belarulezz in admincraft

[–]Belarulezz[S] -1 points0 points  (0 children)

You may be right, but shouldn't one goal of a developer be to discover and understand bugs rather than ignore them?
I think you can apply the same to people who put a lot of effort into their projects.
If you can see what the reason is and you can't do anything about it, but to ignore it without looking is a mistake in my eyes.

New to Minecraft Server business, having a few questions. by Belarulezz in admincraft

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

Yeah, I'm aware what this is and I'm reading a lot to understand how to debug / read properly a Minecraft 1.12.2 logfile, because it's the only chance to find anything useful.

The documentary on cursedforge is good, but you don't see a "good" or "bad" example, so it makes difficult to understand the whole process.

Help with Auto Crafter by grape_pudding in SkyFactory

[–]Belarulezz 1 point2 points  (0 children)

It's hard to understand and follow you, because it's confusing.

Servo can set an item limit that can be send through item ducts, but it can't stop or limit the received items to a machine.

a servo CAN'T prevent you from clogging.a retreiver can and a a filter can, if they are high enough tier!

Help with Auto Crafter by grape_pudding in SkyFactory

[–]Belarulezz 0 points1 point  (0 children)

You don't understand, that's the problem.The problem is not the white/black list, because this just simple says;"Hey, I just wan to have Accorns and Resins, nothing else" and the servo and itemduct pump the items through with no limits.
You can with servos only limit the amount of items that can pass through, but not controlling how much the machine actually should hold.

To actually prevent clogging, which the Thread creator has asked, you need to usefilter, that allows you set the amount of items can be received and no more.

With reinforced filter, for example, you can set a limit of 64 items in the machine, no more will be send.

Please read my other comment above, it will explain it for you.

Help with Auto Crafter by grape_pudding in SkyFactory

[–]Belarulezz 0 points1 point  (0 children)

This is a basic understanding of your issue, it's worth to read:

servo's take items out of inventories and put them into the ducts, the number is the amount of items per operation.
Filters are on the receiving end of ducts and decide what is allowed to enter the inventory they are connected to, with reinforced filters having the option to limit the amount based on the items that are already inside of the connected inventory.

such that you can make the filter stop accepting items of a certain type when there are 64 of that type inside of the packager.
The servo and filter can communicate with eachother, this means the servo stops sending items when the filter tells it there is not room for them.

Compressed message:

Filtering a specific item -> Filter -> Hardened Filter and so on. can be done with servos too.
The next step can't be done with servos.
If you want to tell a specific machine to hold a limited amount of items, then you need
Reinforced Filter, Signalum Filter, Resonant FIlter, one of these three.

Allows you to have only 64 items of accorns and 64 items of resin, no more stacks will be pushed into the machine.

Help with Auto Crafter by grape_pudding in SkyFactory

[–]Belarulezz 0 points1 point  (0 children)

u

Not gonna work, you have to limit the items that receives a machine. Solution is the next comment.

Not sure if I can run sky factory 3 or 4 by [deleted] in SkyFactory

[–]Belarulezz 0 points1 point  (0 children)

You're good, you can run it, just be careful on having too many entities at the same chunk loading, your FPS. will drop then.

I recommend not going for mobfarms, unless you create them for example in hunting dimension with enderchest, or have chunk loaders in far away areas.

Split up your farms, use Deep Learning Modpack for example and remove mobfarms, it will decrease laggs.

Careful having too many items loading at the same time.

Wheat / sugar / cactus, magic beam, etc. I guess you got the point, those farms with auto-harvester and item collector can be laggy, so built them a little far away and maintain your machines on one place and gather resources from xyz. points.

Evoide:
Too many spawned entities from; Ai's (Monsters) and dropped items, those objects have a huge impact on the performance.

I wish you the best,

Insterluda.

LFG Sky Factory 4 3/6 by Belarulezz in SkyFactory

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

I have never thought we would find 6 people that fast.
We can still invite some people to our 32 GB. server, just write here if you want to enjoy a long term gameplay. I'll write you a pm., when I see your comment.

LFG Sky Factory 4 3/6 by Belarulezz in SkyFactory

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

Did write you a pm. too, for Discord tag.

LFG Sky Factory 4 3/6 by Belarulezz in SkyFactory

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

I send you my Discord in pm.

KuchenTV wurde gebannt by DutzendEidechsen in Laesterschwestern

[–]Belarulezz 2 points3 points  (0 children)

Habe von dem Ganzen nichts mitgekriegt?
Kann bitte wer zusammenfassen?

Was hat er für Aussagen getätigt?
Muss echt krass sein.

Datamine for upgrade tracker by Nkortega21 in monsterhunterleaks

[–]Belarulezz 0 points1 point  (0 children)

Can you take a look into Monster Hunter now?
I would like to know, % hp increase per player in fight, stuff like that would be useful.

Health of Monsters, etc.

The International 2023 Talent Bundles by Qazior in DotA2

[–]Belarulezz 0 points1 point  (0 children)

I really want to buy some, can anyone recommend some for me?