Hi all,
I am currently trying to set up a small testserver with some friends. There are some points where I am stumbling at the moment and a helping hand would be awesome
I am currently trying to set up a small testserver with some friends. There are some points where I am stumbling at the moment and a helping hand would be awesome
- How to configure the modules? Let's say I have two different Modules which offer a gameplay and some others which should be tuned by some kind of "server configuration". What I would like to do is just to add some kind of file (e.g. a config.yml?) where i can put everything together (including sections to tune the modules) or a comparable alternative.
- I have seen issue https://github.com/MovingBlocks/Terasology/issues/2436 and https://github.com/MovingBlocks/FacadeServer but not used the Facade yet. Before I saw the module, I thought about implementing the server as dropwizard application plus one shared module which allows other modules to add their own extensions to the REST-API. Maybe something similar exists already for a global configuration?