NivixX / NDatabase

💾 NDatabase is a lightweight and easy to use indexed key-value store database framework mainly aimed for minecraft bukkit/spigot servers and is multi-platform
MIT License
48 stars 2 forks source link

Issue on Home System #17

Open davidegrigioni opened 2 hours ago

davidegrigioni commented 2 hours ago

I'm trying to do a home system using NDatabase and my current issue is the following:

Here is the Home Model: https://gist.github.com/davidegrigioni/03f64f69e17b942c309a543f1ad23dfe HomeCommand: https://gist.github.com/davidegrigioni/f3e192e15af6915033e38d1f11e251bc Player Model: https://gist.github.com/davidegrigioni/79866b7a15dd9f346ae07b1fbd0a1084

davidegrigioni commented 2 hours ago

Also my goal is to insert the homes in the playerprofile but i'm unsure on how to do it