Daily Reward module for Store: Players get rewards for logging in daily
Config will be auto generated. Default:
{
"daily_rewards": {
"1": 1000,
"2": 2000,
"3": 3000,
"4": 4000,
"5": 5000,
"6": 6000,
"7": 7000
},
"daily_commands": [
"daily",
"claimdaily"
],
"daily_message_type": 1, // 1 = simple message | 2 = detailed message
"database_host": "localhost",
"database_port": 3306,
"database_name": "name",
"database_user": "root",
"database_password": "password"
}