Help me, I have a problem

Discussion in 'Plugin Development' started by rfsantos1996, Jun 3, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    rfsantos1996

    I am trying to make my fixed version of Regios, but i get a error when i starts the server, and i know why, but i dont know how to solve:

    Error on the log:
    2012-06-03 10:43:01 [SEVERE] Could not load 'plugins\Regios.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.Error: Unresolved compilation problems:
    The import net cannot be resolved
    The import net cannot be resolved
    The import org.getspout cannot be resolved
    SpoutPlayer cannot be resolved to a type
    SpoutPlayer cannot be resolved to a type
    Economy cannot be resolved to a type
    Permission cannot be resolved to a type
    Permission cannot be resolved to a type
    The method getRegistration(Class<Permission>) from the type ServicesManager refers to the missing type Permission
    Permission cannot be resolved to a type
    Permission cannot be resolved to a type
    Permission cannot be resolved to a type
    Economy cannot be resolved to a type
    The method getRegistration(Class<Economy>) from the type ServicesManager refers to the missing type Economy
    Economy cannot be resolved to a type
    Economy cannot be resolved to a type
    Economy cannot be resolved to a type

    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:213)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:189)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.Error: Unresolved compilation problems:
    The import net cannot be resolved
    The import net cannot be resolved
    The import org.getspout cannot be resolved
    SpoutPlayer cannot be resolved to a type
    SpoutPlayer cannot be resolved to a type
    Economy cannot be resolved to a type
    Permission cannot be resolved to a type
    Permission cannot be resolved to a type
    The method getRegistration(Class<Permission>) from the type ServicesManager refers to the missing type Permission
    Permission cannot be resolved to a type
    Permission cannot be resolved to a type
    Permission cannot be resolved to a type
    Economy cannot be resolved to a type
    The method getRegistration(Class<Economy>) from the type ServicesManager refers to the missing type Economy
    Economy cannot be resolved to a type
    Economy cannot be resolved to a type
    Economy cannot be resolved to a type

    at couk.Adamki11s.Regios.Main.Regios.<init>(Unknown Source)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145)
    ... 8 more

    This is because i compiled without having the Spout API and other plugins API (Vault and others that i dont know), where do I get them?
     
  2. Offline

    colony88

    Just import them like you do with bukkit.jar ?
     
  3. Offline

    rfsantos1996

    But, where can i get it? I know that i need import, but dont know how to get it
     
  4. Offline

    colony88

  5. Offline

    Sleaker

    You're missing Vault.
     
Thread Status:
Not open for further replies.

Share This Page