Skip to content

How to create your own configurations

King Kong edited this page Dec 8, 2019 · 1 revision

TenIO has its own configuration file with base necessary values for starting a server. For the detail, you can find in TenIOConfiguration.example.xml. Besides, it also allows you to create your own configuration values by extending the BaseConfiguration class and the TenIOConfiguration.xml file. This configuration object is created for the first time and once when the server starts running. Therefore, you can not change it during the running time. It means any changes must require restarting the server.