mcpyproject / McPy

A open source Minecraft server written 100% in Python
GNU Affero General Public License v3.0
82 stars 16 forks source link

Add server properties file #13

Closed arslee07 closed 3 years ago

arslee07 commented 4 years ago

I think it will be correct if we add a file in which it will be possible to change the properties of the server, for example, its port, the maximum number of players, etc.

tazz4843 commented 4 years ago

Will be done once fundamental parts of the server (threading, networking, etc) are all working properly.

ghost commented 4 years ago

Exceedingly useful module which you should absolutely use to do this https://pypi.org/project/toml/

(if you don't want it to be strictly compatible with the original server)

randomairborne commented 4 years ago

I could make a GUI to set this up