Default Server Properties

Default Server Properties

5M Downloads

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

Closed this issue ยท 2 comments

commented

Minecraft Version

1.20.1

Modloader

forge 47.2.0

Mod version

idk

Latest version?

  • Yes

Repeatable?

  • Yes

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

  • I have provided as much information as possible
commented

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

commented

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?