Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
|
The main file for the config io. More...
#include <memory>
#include <rapidjson/document.h>
#include <types/chatmessage.h>
#include <utils/file.h>
#include <plugins/luaheaders.h>
Go to the source code of this file.
Classes | |
class | Field< T > |
The Field Object for the Config. More... | |
class | Config |
The config class. More... | |
Macros | |
#define | CONFIG_FIELDS |
List of all the config fields. | |
#define | MC_VERSION_NUMBER 47 |
The Version Number. | |
#define | MC_VERSION_NAME "Mineserver 1.8.9" |
The Version Name. | |
The main file for the config io.
#define CONFIG_FIELDS |
List of all the config fields.
List of all of the above config fields, used as a handy tool to run similar functions on all of the fields by defining the UF(x) macro.
#define MC_VERSION_NAME "Mineserver 1.8.9" |
The Version Name.
The corresponding version name that should be sent to connecting clients.
#define MC_VERSION_NUMBER 47 |
The Version Number.
The corresponding version number for MC 1.8.9. From wiki.vg, of course.