mirror of
https://github.com/SunNetservers/MiniGames.git
synced 2025-07-13 19:44:43 +02: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