We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c068ecd commit c22405dCopy full SHA for c22405d
src/main/java/cat/nyaa/nyaacore/utils/VaultUtils.java
@@ -8,7 +8,7 @@
8
import org.bukkit.entity.Player;
9
import org.bukkit.plugin.RegisteredServiceProvider;
10
11
-public class VaultUtil {
+public class VaultUtils {
12
public static Economy getVaultEconomy() {
13
if(eco == null){
14
RegisteredServiceProvider<Economy> provider = Bukkit.getServer().getServicesManager().getRegistration(Economy.class);
0 commit comments