← Назад к ресурсам

Default Server Properties

Allows modpack developers to define default server properties. Typically used for things like a default level type

Modrinth utility

Описание

# Default Server Properties A very simple mod that mixins into the game to allow a modpack developer to define a `default-server.properties` in the root of the pack. This will then override the default creation of the `server.properties` file. The beauty of this method is that you only need to set the properties that you want to change by default in the `default-server.properties` as the game's native loading will take care of the rest. [![BisectHosting](https://www.bisecthosting.com/partners/custom-banners/1c9b9598-52f3-402c-84a8-84f7779e1360.webp)](https://www.bisecthosting.com/mikey?rel=modrinth) ## How to use Create a `default-server.properties` file in the games root folder. If there is no `default-used.marker` in the `local` folder, then the mod will attempt to load that default data in and inject it to the normal default creation of the `server.properties`... simples.