I want to make command of counting as below.
Is there any command that can counting each items by chat?
ex) There are Shark and Frog, they have “0” point.
If you chat Shark +1 or -1, Frog +1 or -1 than their score are changed.
Result = Shark : -2, Frog : +5
The $(count) variable is what matches what you want the best, however, it won’t be able to do everything the way you want: it can only go up, and if you have two of them in one command you can’t affect one without affecting the other.