{
"TimeMode": 0, // 0 - seconds | 1 - minutes | 2 - hours | 3 - days)
"ServerId": 0, // SERVER ID
"UseCenterHtmlMenu": true, //If `true`, the menu will be in the center, if `false`, it will be in the chat. Note that if you have another plugin that uses `CenterHtml`, server crashes may occur
"ServerIP": "0.0.0.0", // default ip
"ServerPort": 27015, // default port
"ReOpenMenuAfterItemClick": true,//Whether to reopen the menu after selecting an item | true - yes | false - no
"VipLogging": true, //Whether to log VIPCore | true - yes | false - no
"Connection": {
"Host": "host",
"Database": "database",
"User": "user",
"Password": "password",
"Port": 3306
}
}
vip.json文件
{
"Delay": 2.0
"Groups": {
"VIP1": {
"Values": {
"feature1": value1,
"feature2": value2
}
}
}
}
如果你是一个开发者,并且想开发新的vip模组,你需要: