Aurora Lahtela
Aurora Lahtela
In addition to this the remove_join_addresses command should support removing single join address from all servers
Is the geolocation map somehow unfit for this purpose (to get the general idea anyway) - I would much rather avoid dealing with timezones in all ways possible https://www.youtube.com/watch?v=-5wpm-gesOY
The website you linked states *GeoIP2 Precision web services except Country* contain TimeZones, but Plan is using the Country database
Looks like GeoLite2 City database would also have timezone available. I'll take it to consideration.
### TODO - Look into Geolite 2 City database - Does it have countries? (Can it replace the existing database?) - Does migration need deleting Country database file? - Is...
```sql SELECT name as server_name, world_name, MAX(session_end) as last_accessed FROM plan_worlds w JOIN plan_world_times wt on w.id=wt.world_id JOIN plan_sessions s on s.id=wt.session_id JOIN plan_servers se on se.id=s.server_id GROUP BY server_name,...
It is certainly possible, but the drawback and bottleneck is that duplicate detection needs to happen in memory, and everything being moved needs to be fetched into memory. The datasets...
This is a bit complicated but might be doable. The complexities in this: - If Plan is installed on both BungeeCord and Bukkit server, and the player leaves, the server...
Split from #2241
Please send a heap dump so that memory usage can be analyzed https://www.baeldung.com/java-heap-dump-capture