Database Basics
Databases are organized collections of information that enable applications and servers to persistently store, organize, and quickly access data. In the context of Minecraft servers, they are responsible for storing all key information - from player permissions and statistics to server logs. Choosing the right database determines the performance, stability, and scalability of your server.
How to Add a Resource Pack to a Server?
Adding your own resource pack (Resource Pack / Texture Pack) allows you to completely change the visual style of your server. You can introduce custom item textures, 3D models, user interface (UI) elements, or dedicated music. Most importantly, a properly configured pack will download automatically for every player upon joining the server.
How to Properly Pre-generate a World? (Chunky)
Terrain generation is the most CPU-intensive process on a Minecraft server. When a player runs into unexplored regions, a single server thread must perform billions of complex calculations in real time: generate a 3D noise grid, determine biomes, place caves, inject ores, and generate structures. If 5 players do this simultaneously in different directions, the server chokes and immediately drops TPS.
How to Upload or Reset a World?
Whether you want to continue your private single-player world (Singleplayer) with friends on the server, or simply want to start your adventure anew on a fresh map – this guide will walk you through the entire process step-by-step using direct SFTP file transfer.