Advertisement
hanakocz

Vault problem

Apr 16th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 15.85 KB | None | 0 0
  1. [17:01:11] [Server thread/INFO] [universalcoinseconomy.UniversalCoinsPluginMain/]: [UniversalCoinsEconomy] Loading UniversalCoinsEconomy v1.6.40
  2. [17:01:11] [Server thread/ERROR] [org.bukkit.craftbukkit.v1_7_R4.CraftServer/]: Unresolved compilation problems:
  3.     The import net.milkbowl cannot be resolved
  4.     The import net.milkbowl cannot be resolved
  5.     The import net.milkbowl cannot be resolved
  6.     The import universalcoins cannot be resolved
  7.     Economy cannot be resolved to a type
  8.     Economy cannot be resolved to a type
  9.     The method getName() of type UCEconomy must override or implement a supertype method
  10.     The method hasBankSupport() of type UCEconomy must override or implement a supertype method
  11.     EconomyResponse cannot be resolved to a type
  12.     The method bankBalance(String) of type UCEconomy must override or implement a supertype method
  13.     EconomyResponse cannot be resolved to a type
  14.     The method bankDeposit(String, double) of type UCEconomy must override or implement a supertype method
  15.     EconomyResponse cannot be resolved to a type
  16.     The method bankHas(String, double) of type UCEconomy must override or implement a supertype method
  17.     EconomyResponse cannot be resolved to a type
  18.     The method bankWithdraw(String, double) of type UCEconomy must override or implement a supertype method
  19.     EconomyResponse cannot be resolved to a type
  20.     The method createBank(String, String) of type UCEconomy must override or implement a supertype method
  21.     EconomyResponse cannot be resolved to a type
  22.     The method createBank(String, OfflinePlayer) of type UCEconomy must override or implement a supertype method
  23.     The method createPlayerAccount(String) of type UCEconomy must override or implement a supertype method
  24.     The method createPlayerAccount(OfflinePlayer) of type UCEconomy must override or implement a supertype method
  25.     UniversalAccounts cannot be resolved
  26.     The method createPlayerAccount(String, String) of type UCEconomy must override or implement a supertype method
  27.     The method createPlayerAccount(OfflinePlayer, String) of type UCEconomy must override or implement a supertype method
  28.     The method currencyNamePlural() of type UCEconomy must override or implement a supertype method
  29.     The method currencyNameSingular() of type UCEconomy must override or implement a supertype method
  30.     EconomyResponse cannot be resolved to a type
  31.     The method deleteBank(String) of type UCEconomy must override or implement a supertype method
  32.     EconomyResponse cannot be resolved to a type
  33.     The method depositPlayer(String, double) of type UCEconomy must override or implement a supertype method
  34.     EconomyResponse cannot be resolved to a type
  35.     ResponseType cannot be resolved to a variable
  36.     The method depositPlayer(OfflinePlayer, double) from the type UCEconomy refers to the missing type EconomyResponse
  37.     EconomyResponse cannot be resolved to a type
  38.     The method depositPlayer(OfflinePlayer, double) of type UCEconomy must override or implement a supertype method
  39.     UniversalAccounts cannot be resolved
  40.     UniversalAccounts cannot be resolved
  41.     EconomyResponse cannot be resolved to a type
  42.     ResponseType cannot be resolved to a variable
  43.     EconomyResponse cannot be resolved to a type
  44.     ResponseType cannot be resolved to a variable
  45.     EconomyResponse cannot be resolved to a type
  46.     The method depositPlayer(String, String, double) of type UCEconomy must override or implement a supertype method
  47.     EconomyResponse cannot be resolved to a type
  48.     ResponseType cannot be resolved to a variable
  49.     The method depositPlayer(String, double) from the type UCEconomy refers to the missing type EconomyResponse
  50.     EconomyResponse cannot be resolved to a type
  51.     The method depositPlayer(OfflinePlayer, String, double) of type UCEconomy must override or implement a supertype method
  52.     The method depositPlayer(OfflinePlayer, double) from the type UCEconomy refers to the missing type EconomyResponse
  53.     The method format(double) of type UCEconomy must override or implement a supertype method
  54.     The method fractionalDigits() of type UCEconomy must override or implement a supertype method
  55.     The method getBalance(String) of type UCEconomy must override or implement a supertype method
  56.     The method getBalance(OfflinePlayer) of type UCEconomy must override or implement a supertype method
  57.     UniversalAccounts cannot be resolved
  58.     UniversalAccounts cannot be resolved
  59.     The method getBalance(String, String) of type UCEconomy must override or implement a supertype method
  60.     The method getBalance(OfflinePlayer, String) of type UCEconomy must override or implement a supertype method
  61.     The method getBanks() of type UCEconomy must override or implement a supertype method
  62.     The method has(String, double) of type UCEconomy must override or implement a supertype method
  63.     The method has(OfflinePlayer, double) of type UCEconomy must override or implement a supertype method
  64.     UniversalAccounts cannot be resolved
  65.     UniversalAccounts cannot be resolved
  66.     The method has(String, String, double) of type UCEconomy must override or implement a supertype method
  67.     The method has(OfflinePlayer, String, double) of type UCEconomy must override or implement a supertype method
  68.     The method hasAccount(String) of type UCEconomy must override or implement a supertype method
  69.     The method hasAccount(OfflinePlayer) of type UCEconomy must override or implement a supertype method
  70.     UniversalAccounts cannot be resolved
  71.     The method hasAccount(String, String) of type UCEconomy must override or implement a supertype method
  72.     The method hasAccount(OfflinePlayer, String) of type UCEconomy must override or implement a supertype method
  73.     EconomyResponse cannot be resolved to a type
  74.     The method isBankMember(String, String) of type UCEconomy must override or implement a supertype method
  75.     EconomyResponse cannot be resolved to a type
  76.     The method isBankMember(String, OfflinePlayer) of type UCEconomy must override or implement a supertype method
  77.     EconomyResponse cannot be resolved to a type
  78.     The method isBankOwner(String, String) of type UCEconomy must override or implement a supertype method
  79.     EconomyResponse cannot be resolved to a type
  80.     The method isBankOwner(String, OfflinePlayer) of type UCEconomy must override or implement a supertype method
  81.     The method isEnabled() of type UCEconomy must override or implement a supertype method
  82.     EconomyResponse cannot be resolved to a type
  83.     The method withdrawPlayer(String, double) of type UCEconomy must override or implement a supertype method
  84.     EconomyResponse cannot be resolved to a type
  85.     ResponseType cannot be resolved to a variable
  86.     The method withdrawPlayer(OfflinePlayer, double) from the type UCEconomy refers to the missing type EconomyResponse
  87.     EconomyResponse cannot be resolved to a type
  88.     The method withdrawPlayer(OfflinePlayer, double) of type UCEconomy must override or implement a supertype method
  89.     UniversalAccounts cannot be resolved
  90.     UniversalAccounts cannot be resolved
  91.     EconomyResponse cannot be resolved to a type
  92.     ResponseType cannot be resolved to a variable
  93.     EconomyResponse cannot be resolved to a type
  94.     ResponseType cannot be resolved to a variable
  95.     EconomyResponse cannot be resolved to a type
  96.     ResponseType cannot be resolved to a variable
  97.     EconomyResponse cannot be resolved to a type
  98.     The method withdrawPlayer(String, String, double) of type UCEconomy must override or implement a supertype method
  99.     EconomyResponse cannot be resolved to a type
  100.     ResponseType cannot be resolved to a variable
  101.     The method withdrawPlayer(OfflinePlayer, double) from the type UCEconomy refers to the missing type EconomyResponse
  102.     EconomyResponse cannot be resolved to a type
  103.  initializing UniversalCoinsEconomy v1.6.40 (Is it up to date?)
  104. java.lang.Error: Unresolved compilation problems:
  105.     The import net.milkbowl cannot be resolved
  106.     The import net.milkbowl cannot be resolved
  107.     The import net.milkbowl cannot be resolved
  108.     The import universalcoins cannot be resolved
  109.     Economy cannot be resolved to a type
  110.     Economy cannot be resolved to a type
  111.     The method getName() of type UCEconomy must override or implement a supertype method
  112.     The method hasBankSupport() of type UCEconomy must override or implement a supertype method
  113.     EconomyResponse cannot be resolved to a type
  114.     The method bankBalance(String) of type UCEconomy must override or implement a supertype method
  115.     EconomyResponse cannot be resolved to a type
  116.     The method bankDeposit(String, double) of type UCEconomy must override or implement a supertype method
  117.     EconomyResponse cannot be resolved to a type
  118.     The method bankHas(String, double) of type UCEconomy must override or implement a supertype method
  119.     EconomyResponse cannot be resolved to a type
  120.     The method bankWithdraw(String, double) of type UCEconomy must override or implement a supertype method
  121.     EconomyResponse cannot be resolved to a type
  122.     The method createBank(String, String) of type UCEconomy must override or implement a supertype method
  123.     EconomyResponse cannot be resolved to a type
  124.     The method createBank(String, OfflinePlayer) of type UCEconomy must override or implement a supertype method
  125.     The method createPlayerAccount(String) of type UCEconomy must override or implement a supertype method
  126.     The method createPlayerAccount(OfflinePlayer) of type UCEconomy must override or implement a supertype method
  127.     UniversalAccounts cannot be resolved
  128.     The method createPlayerAccount(String, String) of type UCEconomy must override or implement a supertype method
  129.     The method createPlayerAccount(OfflinePlayer, String) of type UCEconomy must override or implement a supertype method
  130.     The method currencyNamePlural() of type UCEconomy must override or implement a supertype method
  131.     The method currencyNameSingular() of type UCEconomy must override or implement a supertype method
  132.     EconomyResponse cannot be resolved to a type
  133.     The method deleteBank(String) of type UCEconomy must override or implement a supertype method
  134.     EconomyResponse cannot be resolved to a type
  135.     The method depositPlayer(String, double) of type UCEconomy must override or implement a supertype method
  136.     EconomyResponse cannot be resolved to a type
  137.     ResponseType cannot be resolved to a variable
  138.     The method depositPlayer(OfflinePlayer, double) from the type UCEconomy refers to the missing type EconomyResponse
  139.     EconomyResponse cannot be resolved to a type
  140.     The method depositPlayer(OfflinePlayer, double) of type UCEconomy must override or implement a supertype method
  141.     UniversalAccounts cannot be resolved
  142.     UniversalAccounts cannot be resolved
  143.     EconomyResponse cannot be resolved to a type
  144.     ResponseType cannot be resolved to a variable
  145.     EconomyResponse cannot be resolved to a type
  146.     ResponseType cannot be resolved to a variable
  147.     EconomyResponse cannot be resolved to a type
  148.     The method depositPlayer(String, String, double) of type UCEconomy must override or implement a supertype method
  149.     EconomyResponse cannot be resolved to a type
  150.     ResponseType cannot be resolved to a variable
  151.     The method depositPlayer(String, double) from the type UCEconomy refers to the missing type EconomyResponse
  152.     EconomyResponse cannot be resolved to a type
  153.     The method depositPlayer(OfflinePlayer, String, double) of type UCEconomy must override or implement a supertype method
  154.     The method depositPlayer(OfflinePlayer, double) from the type UCEconomy refers to the missing type EconomyResponse
  155.     The method format(double) of type UCEconomy must override or implement a supertype method
  156.     The method fractionalDigits() of type UCEconomy must override or implement a supertype method
  157.     The method getBalance(String) of type UCEconomy must override or implement a supertype method
  158.     The method getBalance(OfflinePlayer) of type UCEconomy must override or implement a supertype method
  159.     UniversalAccounts cannot be resolved
  160.     UniversalAccounts cannot be resolved
  161.     The method getBalance(String, String) of type UCEconomy must override or implement a supertype method
  162.     The method getBalance(OfflinePlayer, String) of type UCEconomy must override or implement a supertype method
  163.     The method getBanks() of type UCEconomy must override or implement a supertype method
  164.     The method has(String, double) of type UCEconomy must override or implement a supertype method
  165.     The method has(OfflinePlayer, double) of type UCEconomy must override or implement a supertype method
  166.     UniversalAccounts cannot be resolved
  167.     UniversalAccounts cannot be resolved
  168.     The method has(String, String, double) of type UCEconomy must override or implement a supertype method
  169.     The method has(OfflinePlayer, String, double) of type UCEconomy must override or implement a supertype method
  170.     The method hasAccount(String) of type UCEconomy must override or implement a supertype method
  171.     The method hasAccount(OfflinePlayer) of type UCEconomy must override or implement a supertype method
  172.     UniversalAccounts cannot be resolved
  173.     The method hasAccount(String, String) of type UCEconomy must override or implement a supertype method
  174.     The method hasAccount(OfflinePlayer, String) of type UCEconomy must override or implement a supertype method
  175.     EconomyResponse cannot be resolved to a type
  176.     The method isBankMember(String, String) of type UCEconomy must override or implement a supertype method
  177.     EconomyResponse cannot be resolved to a type
  178.     The method isBankMember(String, OfflinePlayer) of type UCEconomy must override or implement a supertype method
  179.     EconomyResponse cannot be resolved to a type
  180.     The method isBankOwner(String, String) of type UCEconomy must override or implement a supertype method
  181.     EconomyResponse cannot be resolved to a type
  182.     The method isBankOwner(String, OfflinePlayer) of type UCEconomy must override or implement a supertype method
  183.     The method isEnabled() of type UCEconomy must override or implement a supertype method
  184.     EconomyResponse cannot be resolved to a type
  185.     The method withdrawPlayer(String, double) of type UCEconomy must override or implement a supertype method
  186.     EconomyResponse cannot be resolved to a type
  187.     ResponseType cannot be resolved to a variable
  188.     The method withdrawPlayer(OfflinePlayer, double) from the type UCEconomy refers to the missing type EconomyResponse
  189.     EconomyResponse cannot be resolved to a type
  190.     The method withdrawPlayer(OfflinePlayer, double) of type UCEconomy must override or implement a supertype method
  191.     UniversalAccounts cannot be resolved
  192.     UniversalAccounts cannot be resolved
  193.     EconomyResponse cannot be resolved to a type
  194.     ResponseType cannot be resolved to a variable
  195.     EconomyResponse cannot be resolved to a type
  196.     ResponseType cannot be resolved to a variable
  197.     EconomyResponse cannot be resolved to a type
  198.     ResponseType cannot be resolved to a variable
  199.     EconomyResponse cannot be resolved to a type
  200.     The method withdrawPlayer(String, String, double) of type UCEconomy must override or implement a supertype method
  201.     EconomyResponse cannot be resolved to a type
  202.     ResponseType cannot be resolved to a variable
  203.     The method withdrawPlayer(OfflinePlayer, double) from the type UCEconomy refers to the missing type EconomyResponse
  204.     EconomyResponse cannot be resolved to a type
  205.  
  206.     at universalcoinseconomy.UCEconomy.<init>(UCEconomy.java:6) ~[UCEconomy.class:?]
  207.     at universalcoinseconomy.UniversalCoinsPluginMain.setupEconomy(UniversalCoinsPluginMain.java:30) ~[?:?]
  208.     at universalcoinseconomy.UniversalCoinsPluginMain.onLoad(UniversalCoinsPluginMain.java:18) ~[?:?]
  209.     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:325) [CraftServer.class:1.7.10-R0.1-SNAPSHOT]
  210.     at net.minecraft.world.storage.SaveHandler.initBukkitData(SaveHandler.java:461) [ayq.class:?]
  211.     at net.minecraft.world.storage.SaveHandler.func_75757_d(SaveHandler.java:137) [ayq.class:?]
  212.     at net.minecraft.world.World.<init>(World.java:360) [ahb.class:?]
  213.     at net.minecraft.world.WorldServer.<init>(WorldServer.java:160) [mt.class:?]
  214.     at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:367) [MinecraftServer.class:?]
  215.     at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:336) [lt.class:?]
  216.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
  217.     at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement