Snowiiii / Pumpkin

Empowering everyone to host fast and efficient Minecraft servers.
MIT License
580 stars 25 forks source link

Permission system #35

Open Snowiiii opened 3 weeks ago

Snowiiii commented 3 weeks ago

We want to have an good Permission system using SQL Databases

zp3x commented 3 weeks ago

I can do that.

Snowiiii commented 3 weeks ago

I can do that.

great, go ahead

Erb3 commented 3 weeks ago

I think it makes sense to use SQLite, or a similar file-based database.

Snowiiii commented 3 weeks ago

I think it makes sense to use SQLite, or a similar file-based database.

Yep, I already had that in mind

Bryntet commented 1 week ago

Why would we want a database for permissions, and not just store it on the player? Or are we thinking its stored on both? Like its loaded from a db when player joins?