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: hastebin
Class: hastebin
build.gradle: hastebin
This is the project settings within my IDE as well: