EchoPet

EchoPet

882k Downloads

Problem with diacritics (windows server 2008 R2 Enterprise)

Monty70 opened this issue · 2 comments

commented

Good day.
We are running several minecraft servers all with Spigot (Build 1280). Some servers are running on Lunix and other on Windows server 2008 R2 Enterprise. On servers that are running on Linux we have no problems with plugin Echopet, but on Windows we have a problem with file Pets.yml.
When player use in his pets name diacritics (for example when player Monty70 use name: +ìšèøžýáíé) for his pet, file size of Pets.yml increasesto 100MB and then server crash.

For illustration how file Pets.yml looks then: http://hastebin.com/recufupavu.sm

Is there any way how to prevent using pet names with diacritics?

Server crash log: http://hastebin.com/vaxofoyoka.coffee

commented

Set stripDiacriticsFromNames to true (which is set to true by default as of that commit).

commented

Thank you very much for the quick fix.

Monty70