WorldGuard

WorldGuard

8M Downloads

Export profiles.sql to MySQL

LadyCailinBot opened this issue ยท 5 comments

commented

WORLDGUARD-3202 - Reported by Kamil.alias.Warwarin

Add support for storage profiles in MySQL.

commented

Comment by sk89q

Can you explain / elaborate?

commented

Comment by Kamil.alias.Warwarin

WorldGuard 6 store profiles (UUID and last seen name) in "WorldGuard/cache/profiles.sql". Why not use MySQL for this?

commented

Comment by sk89q

Main reason is because SQLite support needs to exist for people without MySQL, and adding MySQL support means more time spent on profile cache code, when profile cache data isn't that important.

commented

Comment by Kamil.alias.Warwarin

Is very important for weibste integration. People don't remember own UUID so "last seen name" is needed.

commented

Comment by sk89q

I will never find time to do this.