I’m designing a minecraft plugin that contains lots of data within a PlayerData class, stored as an entity. A relatively simple application of Morphia. However during runtime I have an issue on this code line:
final PlayerData result = datastore.find(“playerData”, PlayerData.class).filter(Filters.eq(“uuid”, player.getUniqueId().toString())).first();
However the error seems entirely unrelated to anything within the code.
Error: https://rythm.online/eporexumic.properties
Class: https://rythm.online/ebohoxejay.kotlin
build.gradle: https://rythm.online/yenaporahi.csharp
This is the project settings within my IDE as well: