Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
Since you are only hosting 4 servers even a 5600X would be able to host them to full capacity
In the API, does ViolationEvent.setCancelALL(true) cancel all of the violations of the given hack? I am trying to prevent the plugin from logging...
Umm... Levitation trips the fly check (Purpur 1.17.1, Default config with sensitivity: 3) Edit: spider check doesn't like it either! [IMG]
I had to code the same problem. Here is a solution in Kotlin that uses an EnumMap to cache the keys on startup to achieve extremely fast lookup....
Looks like the plugin needs to be updated for Bungeecord 1.17.1. I hope it comes soon.
Just in case anyone else is wondering, if you are using ViaVersion to support the new 1.17 clients with this Hologram.kt, you need to add this...
Is there an API? I would like to create a system that adds each player's skin to the resource pack zip before sending it, while still using the...
Ok, actually after reading the documentation on how to install it, it seems like I can just store all the worlds in a single server with...
I'm currently looking into using this plugin for minigame maps, since this seems like a perfect solution and far more performant than my current...
Any improvement to speed check dragbacks in the last update? Sometimes people in my server have been kicked from the speed check just by logging...
The newest update broke something in the PlayerMoveEvent. I detect player jumping by checking if the "from" location was on the ground (y position...
Could you go in a bit more detail on how to do this? Shaving off some server startup time would be amazing. It's currently sitting at ~40 seconds...
Well, Aikar's flags were terribly inefficient for a minigame server. My test server needed 7GB allocation on Aikar's flags to stay smooth while...
Currently I am just pasting map schematics at the start of every game, so there's not really a need for a world file at all. My startup times are...
Just to be clear, in this thread I was asking for insights on alternatives to the typical Aikar's flags to keep the game smooth, while consuming...
Sorry for not noticing the update for a few days. I've just noticed that with the latest release version of viaversion, the italic item names are...
It seems like even using &r the item names remain italic at least on my (1.12.2) server. Seems to be a 1.16.4 client change but idk whether it's...
Thanks, I've just checked my config and it seems like the spawn of all of my worlds were being loaded on my test server, I've fixed that (the...
I'm wondering how I can reduce the amount of RAM I have to allocate to servers on my 1.12 minigame network. I am currently using the Aikar's...
Barriers seem to be regarded as solid blocks by LightCleaner at least on 1.12.2, and the auto WorldEdit fix doesn't work here because of WorldEdit...