Open realNikkii opened 2 years ago
Added a simple steal command which gives a random amount of coins, should still add a cooldown though.
Steal command has a cooldown now, every command has a cooldown property too, cooldown: 0 = no cooldown
Cooldown system actually works now via a unique string stored in a Set called "commandOnCooldownID" (Commit 7a8181877b4f7963fdb41beeccce6fc11704c4d0)
It should be possible to gain "NecoCoins" by some means.
Some ideas are: just executing a command which you can use in intervals, have (a) command(s) that require the user to perform some sort of task, depending on how they did, they gain NecoCoins, a more risky but more rewarding "gambling" system.