gero
gero
AAdmincraft
Created by gero on 9/22/2024 in #questions
Wrong formula for pre-1.19.4 horse breeding?
This was easier than I thought hahah Just in case someone will ever have the same issue, here is the real formula implemented in 1.18.2: The base formula is correct ((value of parent 1 + value of parent 2 + random value) / 3, but the random value is generated in a very specific way. Random value for speed: (0.44999998807907104 + (random double between 0 and 1) * 0,3 + (random double between 0 and 1) * 0,3 + (random double between 0 and 1) * 0,3) * 0,25 Random value for max health: 15 + (random integer between 0 and 7) + (random value between 0 and 8) Random value for jump strength: 0.4000000059604645 + (random double between 0 and 1) * 0,2 + (random double between 0 and 1) * 0,2
8 replies
AAdmincraft
Created by gero on 9/22/2024 in #questions
Wrong formula for pre-1.19.4 horse breeding?
I think I have no other choice. Thanks 🙂
8 replies
AAdmincraft
Created by gero on 9/22/2024 in #questions
Wrong formula for pre-1.19.4 horse breeding?
Bump 🙂
8 replies
AAdmincraft
Created by ɐɯndǝɥʇɐɯnʎ on 8/13/2024 in #questions
I wanna host a Minecraft Server with round about 30-40 Players where should I host
If hosting providers don't oversell, they advertise it very clearly on their page because it is very uncommon.
242 replies
AAdmincraft
Created by ɐɯndǝɥʇɐɯnʎ on 8/13/2024 in #questions
I wanna host a Minecraft Server with round about 30-40 Players where should I host
If they don't do it, they advertise it as a rootserver. They would be dumb if they don't do it, because thats what the people are looking for.
242 replies
AAdmincraft
Created by ɐɯndǝɥʇɐɯnʎ on 8/13/2024 in #questions
I wanna host a Minecraft Server with round about 30-40 Players where should I host
Servers where you are guaranteed to get the performance you pay for. On non-rootserver VPSs, the whole (real) server has e.g. 256GB RAM, but the provider sells 512GB RAM, because not everyone uses their full resources.
242 replies
AAdmincraft
Created by ɐɯndǝɥʇɐɯnʎ on 8/13/2024 in #questions
I wanna host a Minecraft Server with round about 30-40 Players where should I host
If you are looking for a good KVM Root Server in Germany, you could take a look at https://bero-host.de/server/prepaid-kvm-rootserver-paket-mieten
242 replies
AAdmincraft
Created by ɐɯndǝɥʇɐɯnʎ on 8/13/2024 in #questions
I wanna host a Minecraft Server with round about 30-40 Players where should I host
It could absolutely work, but you will almost always achieve better performance with a dedicated server.
242 replies
AAdmincraft
Created by ɐɯndǝɥʇɐɯnʎ on 8/13/2024 in #questions
I wanna host a Minecraft Server with round about 30-40 Players where should I host
I can only speak for me, but I haven't had any performance problems with over 50 players at peak times. I guess it depends a lot on what the players are doing and how aggressive you configure your performance-relevant values.
242 replies
AAdmincraft
Created by ɐɯndǝɥʇɐɯnʎ on 8/13/2024 in #questions
I wanna host a Minecraft Server with round about 30-40 Players where should I host
It is true that the CPU is pretty old, but not a deal-breaker for most minecraft server (at least not for the server I'm working on :))
242 replies
AAdmincraft
Created by cal on 8/13/2024 in #questions
Lib question
And as far as I know, Spigot Library Loader does not let you relocate the packages, which could lead to overlapping dependencies, but I'm not that sure on this one.
14 replies
AAdmincraft
Created by cal on 8/13/2024 in #questions
Lib question
Spigot Library Loader is useless for including your own library, because it is highly unlikely you will have the opportunity to upload it to Maven Central. Also, Spigot Library Loader is only available for 1.16.5+.
14 replies
AAdmincraft
Created by cal on 8/13/2024 in #questions
Lib question
There is a small library called Libby, which lets you load any dependency at runtime without shading it into the file. Basically the same thing as the library option in spigot 1.16.5 plus, but with support for 1.8 and any maven repo / jar file. https://github.com/AlessioDP/libby
14 replies
AAdmincraft
Created by ɐɯndǝɥʇɐɯnʎ on 8/13/2024 in #questions
I wanna host a Minecraft Server with round about 30-40 Players where should I host
If you want something very price-efficient, take a look at Contabo for VPS or Hetzner for Dedicated Servers and use TCPShield for DDoS protection.
242 replies
AAdmincraft
Created by gero on 8/12/2024 in #questions
Why is there no server software making use of the JNI/FFI?
Thanks anyways 🙂
14 replies
AAdmincraft
Created by gero on 8/12/2024 in #questions
Why is there no server software making use of the JNI/FFI?
Thanks for your answer. It's really hard to imagine that JNI is even slower than some of the heavy functions in vanilla etc and here (https://stackoverflow.com/questions/7699020/what-makes-jni-calls-slow) they claim the call isn't that slow (or is it something else than the call itself?).
14 replies
AAdmincraft
Created by NhotCutii on 8/4/2024 in #questions
I can't do ranks in luckperm
You need some kind of chat formatting plugin, e.g. LPC, but there are many more. I prefer HuskChat which offers way more functionality than just putting prefixes and suffixes in chat, like profanity checking, spam filter and color support. https://www.spigotmc.org/resources/huskchat-elegant-beautiful-chat-discord-hook-ai-filters-emojis-group-pms-customizible.94496/
10 replies