mirror of
https://github.com/YouHaveTrouble/minecraft-optimization.git
synced 2026-05-11 22:06:56 +00:00
mention command function datapacks
This commit is contained in:
@@ -13,3 +13,6 @@ Bukkit and spigot are basically in maintenence mode. They update version and cri
|
|||||||
|
|
||||||
## Avoid shared hosting if possible
|
## Avoid shared hosting if possible
|
||||||
Shared hosts are usually the cheapest option, and that's for a reason. They offer you 2 types of resources - guaranteed and shared. Guaranteed resources are usually laughably low and may be even not enough to run a server for a few players. Shared resources is different story, that's usually enough to run a server with decent performance. There is a catch though. Shared resources, like name implies are shared between your server and other servers on the same physical machine. Your server can only benefit from having them when no other server uses them. The situation where your server fully utilises shared resources is pretty much impossible to happen, as most shared hosts oversell the resources. Like airplane tickets, hosting site sells more resources than they have available in hopes that not all of them will be used. This often leads to situations where all servers are bogged down because there aren't enough resources to spare.
|
Shared hosts are usually the cheapest option, and that's for a reason. They offer you 2 types of resources - guaranteed and shared. Guaranteed resources are usually laughably low and may be even not enough to run a server for a few players. Shared resources is different story, that's usually enough to run a server with decent performance. There is a catch though. Shared resources, like name implies are shared between your server and other servers on the same physical machine. Your server can only benefit from having them when no other server uses them. The situation where your server fully utilises shared resources is pretty much impossible to happen, as most shared hosts oversell the resources. Like airplane tickets, hosting site sells more resources than they have available in hopes that not all of them will be used. This often leads to situations where all servers are bogged down because there aren't enough resources to spare.
|
||||||
|
|
||||||
|
## Avoid datapacks that use command functions
|
||||||
|
Datapacks that run commands are extremely laggy. It may not be much with a few players on, but that doesn't scale well with playercount and will lag your server pretty quickly if you get more players. Datapacks that modify biomes/loottables etc are fine. If they use command functions you're better off looking for a plugin alternative.
|
||||||
Reference in New Issue
Block a user