PlaceholderAPI hook

This commit is contained in:
HaHaWTH
2024-07-14 16:24:04 +08:00
parent e0bf35284c
commit 731c6477a5
8 changed files with 126 additions and 2 deletions
@@ -37,7 +37,7 @@ public class GeoIpService {
private volatile boolean downloading;
@Inject
GeoIpService(@DataFolder File dataFolder){
GeoIpService(@DataFolder File dataFolder) {
this.dataFile = dataFolder.toPath().resolve(DATABASE_FILE);
// Fires download of recent data or the initialization of the look up service