-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Statistic support #4687
Comments
while statistics would be useful, I don't think removing the time played expression is necessary |
This is not necessary because the syntax |
Removing a pretty much used expression is to be avoided unless for a very good/important reason which this isn't of type |
But if this does not affect the work of existing scripts, then what could be wrong? |
a couple reasons -
|
Initially, I assumed that all time related statistics would be timespans. This requires additional processing. |
There will be one expression and it will look something like this |
Suggestion
The API has a class org.bukkit.Statistic which is currently not used in the Skript. Except for one expression
new ExprTimePlayed #2522
This expression can be replaced with ExprStatistic for offline players and adding a new Statistic Skript type.
Why?
Some of the statistics may be useful for conditions. For example, the number of deaths or the time since the last sleep.
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: