mirror of
https://github.com/SunNetservers/MiniGames.git
synced 2025-12-04 09:58:47 +01:00
Finishes the reward tab completer
This commit is contained in:
@@ -325,6 +325,11 @@ public final class MiniGames extends JavaPlugin {
|
||||
log(Level.WARNING, "Unable to register PlaceholderAPI parkour expansion!");
|
||||
}
|
||||
}
|
||||
if (Bukkit.getPluginManager().getPlugin("Vault") != null) {
|
||||
setupVault();
|
||||
} else {
|
||||
log(Level.WARNING, "Vault not found. Economy and Permission rewards are unavailable.");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user