v4
Misc improvements to the code, most notably:
- Removal of a JSON parser dependency (not really needed as C# has a built-in module for that).
- Usage of
ConcurrentDictionary
to store player inventories (should fix some issues where players would join the server and don't get the skins initially).