Lupicus / VendingMachine

Vending Machine for Minecraft
https://www.curseforge.com/minecraft/mc-mods/vending-machine
MIT License
1 stars 2 forks source link

Config file doesn't get placed into config folder #2

Closed djmattyg007 closed 4 years ago

djmattyg007 commented 4 years ago

A copy of the vm-server.toml file doesn't get placed into the config folder. This makes it difficult to manage for modpack authors. If a copy of that file is present in the config folder, it doesn't seem to get used anyway.

Lupicus commented 4 years ago

Server configs don't go in config folder. I'm currently not sure if this is the correct type of config for what I intend, due to the current state of configs, but it seems to work at this time. For modpack authors, you should be placing this file in defaultconfigs folder, so it places it in every world created.

djmattyg007 commented 4 years ago

Perhaps it should be a -common config file instead of a -server config file?

Lupicus commented 4 years ago

It could be possible. There seems to be no description on the behavior the different types of config files. The settings are intended for server side, so that was what I choose. When I get a chance I'll look into common.

Lupicus commented 4 years ago

I read some about this and it seem that common will probably work.

Lupicus commented 4 years ago

The latest version is now in the config folder as a common config.