SkillAgentSearch skills...

Credits

Plugin credits like discord probot

Install / Use

/learn @Laith98Dev/Credits
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Credits

  • Plugin credits like discord probot.

Commands

Command | Description | Aliases --- | --- | --- /credits | To see your credits | /c /credits <PlayerName> | To see the credits of a specific person | /c <PlayerName> /credits <PlayerName> <Count> <Reason> | Transfer credits to someone | /c <PlayerName> <Count> <Reason> /daily | To get your daily reward | /d

API

  • use Laith98Dev\Credits\Main;
  • $api = Main::getInstance();
  • $api->getCredits(Player); // to get player credits
  • $api->addCredits(Player, $count); // to add credits
  • $api->reduceCredits(Player, $count); // to reduce credits
  • $api->transferCredits(Player, $toName, $count, $reason); // to transfer credits

Other

  • Donate

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks4

Languages

PHP

Security Score

70/100

Audited on Jun 26, 2024

No findings