nanite / Default-Server-Properties

Simple Forge mod that allows modpack developers to setup default server properties
Mozilla Public License 2.0
1 stars 0 forks source link

how do i set it up in my modpack its not working[Issue] #2

Closed Thunderrock424242 closed 10 months ago

Thunderrock424242 commented 10 months ago

Minecraft Version

1.20.1

Modloader

forge 47.2.0

Mod version

idk

Latest version?

Repeatable?

Link to log files

idk

Steps to reproduce the issue

No response

Description of the issue you are having

i need help setting up my mod idk how to do it i looked at the mod home page and idk how

Information

MichaelHillcox commented 10 months ago

Just add a default-server.properties to your root game folder / modpack

Example:

hardcore=true
hide-online-players=true
level-name=hello
level-seed=4832758927459874
level-type=default
max-players=15
motd=fuckgaz
network-compression-threshold=156
online-mode=false

This will now be merged with a fresh server properties :D

Thunderrock424242 commented 10 months ago

Just add a default-server.properties to your root game folder / modpack

Example:


hardcore=true

hide-online-players=true

level-name=hello

level-seed=4832758927459874

level-type=default

max-players=15

motd=fuckgaz

network-compression-threshold=156

online-mode=false

This will now be merged with a fresh server properties :D

So like modpack name/ local and I would put it there or in the modpack name/ file here?