Cannot Use Statistics

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Parrothead

Member
Feb 1, 2017
27
3
3
29
Skript: 2.2-Fixes-V9b
Minecraft: 1.9

Some statistics (particularly specific statistics) are throwing out errors on my server. I can get simple ones like jumping and mob kills, but complicated ones like diamond blocks mined just don't work.

The expression Player Statistics (linked below) works just fine:
code_language.skript:
message "You have totally killed %value of player kills of player% players."

The statistics following, however, are completely broken and throw out a "can't understand this expression":
code_language.skript:
message "You have mined dirt %value of mine block with material dirt of player% times"
message "%value of use item with material diamond pickaxe of player%"
message "%value of break item with material wooden axe of player%"
message "%value of craft item with material wooden axe of player%"
message "You have totally killed %value of kill entity with entity zombie of player% zombies."
message "You have died by a creeper %value of entity killed by with entity creeper% times."

Whereas this just throws out an internal error:
code_language.skript:
!message "%value of mine block of player%"

Using https://www.skunity.com/search?search=statistic# for reference
 
Status
Not open for further replies.