SUPER WEB BLOGInternet surveyHow to Create a MinecraftServerNovember 22, 2019First we play on other people’s servers, and then the thought comes to our mind: why don’t I make my own?And really, why not? Of course, you can immediately go look for paid hosting, order a couple of dozen slots and try topromote your server. Butwhat if you do not have money or you are not going to pay for hosting because of the principle? Then feel free to create a server on your own computer, if, of course, you have good internet andgood hardware. We will not consider how to install astandard Minecraftserver, because most of them have been using Bukkit servers for a long time. So we will not lag behind life.So, we will not complicate your work and immediately offer ready-made server assemblies,the linkto which is below, and it will be very simple for you to configure your server and will not need to search and configure a bunch ofplugins.But if you want to persevere and want to create a server from scratch, thendownload the emptyserver, which you also have with us. First you’llhave to startit by selecting a shortcut depending on the bit depth of your x64 or x86 operating system (you can find out these parameters by going to the properties of the folder on my computer). After starting the server, all the necessary files will appear and you can close it. Next, you need to editthe server settingsto your values by opening the server.properties file. You will see something like this:
#Minecraft server properties#Thu Jul 04 18:26:08 2019generator-settings=allow-nether=truelevel-name=worldallow-flight=falseserver-port=25565level-type=DEFAULTlevel-seed=server-ip=max-build-height=256spawn-npcs=truewhite-list=falsespawn-animals=truehardcore=falsetexture-pack=online-mode=truepvp=truedifficulty=1server-name=Unknown Servergamemode=0max-players=20spawn-monsters=truegenerate-structures=trueview-distance=10motd=A Minecraft ServerLet’s see what this meansand the most important settings. So...generator-settings –flat worldseed generation settingsallow-nether –parameter of transition to the underworldlevel-name –world nameallow-flight –server flight settingsserver-port –server portlevel-type –world type parameterslevel-seed –grain (special combinationsfor generating the world)server-ip –server ip addressmax-build-height–a parameter that limits the world to a height, after the border of which it will not be possible to break and install blocks, except for destruction using TNT.spawn-npcs –parameter allowing or prohibiting the appearance of NPC on the serverwhite-list–line to turn on and off the white sheet (players who can log into the server)spawn-animals –parameter responsible for spawn animalshardcore –enable hardcore mode, in which after death it will be impossible to log into the server