jurassicplayer / NekoLoliBot

0 stars 0 forks source link

Token Function #7

Closed jurassicplayer closed 9 years ago

jurassicplayer commented 9 years ago

Extend the token functions to include: -Add looting -Add giving -Add asking for number of tokens in circulation -Add asking for top10 token holders

jurassicplayer commented 9 years ago

Added looting from other people. Has a 5% penalty chance that has double losses.

Still need to add other options.

jurassicplayer commented 9 years ago

Added giving tokens to other people. Added asking for the number of tokens in circulation.

Still need to add asking for top 10 token holders. Should split off store completely into a new plugin. -Add gift tokens (admin)

jurassicplayer commented 9 years ago

Split off the store into a new plugin. Changed tokens to the normal thing I'm doing with most of my plugins (class tokenManager) that deals with giving/taking/top10/mining/circulation.

Added temporary "admin" commands for giving and taking tokens from users. Requires users to have actually been "seen" by the bot and have enough tokens to take.

Original issue has been accomplished, temporary admin commands to be addressed in a separate "Admin" issue.