Skip to content

good-live/DailyCredits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

DailyCredits

This hasn't been tested in full depth. Usage on your own risk.

Commands

  • sm_getcredits - Command to get the daily credits

Config (configs/days.cfg)

"Days"
{
	"2"
	{
		"amount"  "30"
	}
	"1"
	{
		"amount"  "20"
	}
	"0"
	{
		"amount"  "10"
	}
}

You can add as much days as you want. Important The days are evaluated by their position in the config. Not by their name! (See the exampel)

Database

You'll need to add a 'dailycredits' entry to your database.cfg. The tables will be created automaticly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages