zoqaiowa.blogg.se

Modding a minecraft server
Modding a minecraft server










modding a minecraft server

Logical client - The logical client is what accepts input from the player and relays it to the logical server.The logical server always runs in a thread named the Server Thread. The logical server is present within a physical server, but it also can run inside a physical client together with a logical client, as a single player world. Logical server - The logical server is what runs game logic: mob spawning, weather, updating inventories, health, AI, and all other game mechanics.Physical server - Often known as the dedicated server, the physical server is the entire program that runs whenever you launch any sort of minecraft_server.jar that does not bring up a playable GUI.All threads, processes, and services that run during the game’s graphical, interactable lifetime are part of the physical client. Physical client - The physical client is the entire program that runs whenever you launch Minecraft from the launcher.Here we disambiguate the four possible meanings of “client” and “server”: Easy, right?Īs it turns out, there can be some ambiguity even with two such terms. After all, a client is what the user interacts with, and a server is where the user connects for a multiplayer game. When we say “client” or “server”, it usually follows with a fairly intuitive understanding of what part of the game we are talking about. There are many, many common misconceptions and mistakes regarding siding, which can lead to bugs that might not crash the game, but can rather have unintended and often unpredictable effects. A very important concept to understand when modding Minecraft are the two sides: client and server.












Modding a minecraft server