I started the server by the command:
java -mx8g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port 9000 -timeout 15000
WhenI submitted the following text: 小明吃了个冰棒,它很甜。

It returns like this:

I have checked the Chrome Developer Tools:
data sent:

response:

The corefs object is empty.
And the following command returns the same result.
java -Xmx8g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -serverProperties StanfordCoreNLP-chinese.properties -port 9000 -timeout 15000
Does CoreNLP Server support Chinese coreference resolution? If not now, will it be added in the future version?