I cant install plugins please help

Discussion in 'Bukkit Help' started by mineykong, Mar 19, 2011.

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

    mineykong

    Hi i'm having some trouble installing plugins ive installed worldgurad and world edit and bukkit with out any problems but now all the plugins i try to install don't work and ive followed all the steps from videos on how to install plugins. The first picture is where i have bukkit and my server stuff and the second is where i have plugins. Thank you. Picture1.png
    Picture2.png
     
  2. Offline

    Insep

    I will run through a checklist of possible issues.

    Starting off, are your plugins up to date with the current release of Craftbukkit?
     
  3. Offline

    mineykong

    im sorry but im quite new to this how could i check that ?
     
  4. Offline

    Insep

    Well, let's start off with something a bit easier. What happens when you launch your server? Does anything spam your GUI/Command prompt? Or does it start up as usual?
     
  5. Offline

    mineykong

    well i normally just host it with the craftbukkit and it doesnt show anything but when i use minecraft_server [INFO] Starting minecraft server version Beta 1.3
    [INFO] Loading properties
    [INFO] Starting Minecraft server on *:25565
    [WARNING] **** FAILED TO BIND TO PORT!
    [WARNING] The exception was: java.net.BindException: Address already in use: JVM_Bind
    [WARNING] Perhaps a server is already running on that port?
    i think becuase the craftbukkit is open. but when craftbukkit is closed its all normal
     
  6. Offline

    Insep

    Ok, so you're running off of command prompt, right? (The little black window with white text).

    If so, and all starts well with no errors.. I'm puzzled. Will you shutdown your server for me and bring it back up and copy & paste what it says? (You can do so by right clicking in the command prompt, clicking 'Mark' on the right-click menu, then highlighting the entire text and hitting the 'Enter' key on your keyboard.)
     
  7. Offline

    mineykong

    ummm no i dont think i am running it of command promt like when i double click craftbukkit to run the server it doesnt open anything.
     
  8. Offline

    Insep

    Which program do you run your server off of?
     
  9. Offline

    mineykong

    craftbukkit seems to run it
     
  10. Offline

    Insep

    Craftbukkit doesn't 'run' your server, it's merely a modification.

    Which one of these looks more like the file you use to launch (start) your server?

    [​IMG]
     
  11. Offline

    mineykong

    i can use the minecraft_server (the first one) but even when thats not open if i double click craftbukkit i can connect to the server
     
  12. Offline

    Insep

    You mean this one?

    [​IMG]
     
  13. Offline

    mineykong

    yh thats it
     
  14. Offline

    Insep

    Alright. I don't know how you're doing it, but I'm going to set you up with a batch file (like the one in my first picture with the file with the name 'Run')

    It might solve your problem. What version of Windows do you have? (XP, 7, 2000, ect) and 32 bit or 64 bit?
     
  15. Offline

    mineykong

    windows 7 32 bit
     
  16. Offline

    Insep

    Here are directions on how to set up a batch file. Don't let it overwhelm you, it's really easy. Just follow the directions and you'll figure it out.

    1. Open notepad and type what is in the code section:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar "%BINDIR%\craftbukkit-0.0.1-snapshot.jar"
    PAUSE
    
    Note: The name of the craftbukkit jar above must match the one you downloaded. (currently craftbukkit-0.0.1-snapshot.jar)

    2. Save the document as RUN.bat (not as a .txt)
    3. Double Click RUN.bat and your server SHOULD start
     
  17. Offline

    mineykong

    thank you i will try that when i get back i have to go for i abit now but thank you for all the help :)
     
  18. Offline

    Insep

    Your welcome. Hope it all works for you. Let me know if it does/doesn't!
     
  19. Offline

    mineykong

    09:34:08 [INFO] Starting minecraft server version Beta 1.3
    09:34:08 [INFO] Loading properties
    09:34:08 [INFO] Starting Minecraft server on *:25565
    09:34:08 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-516-
    gdf87bb3-b531jnks (MC: 1.3)
    09:34:08 [INFO] Preparing level "Super awsomeness free build"
    09:34:08 [INFO] Preparing start region
    09:34:09 [SEVERE] Could not load plugins\BackupPlugin.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:60)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
    ... 9 more
    09:34:09 [SEVERE] Could not load plugins\hSpleef.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:60)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
    ... 9 more
    09:34:09 [INFO] WorldGuard loaded.
    09:34:09 [SEVERE] com/earth2me/essentials/Essentials loading EssentialsSpawn v2.
    0.297 (Is it up to date?)
    java.lang.NoClassDefFoundError: com/earth2me/essentials/Essentials
    at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpaw
    n.java:36)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:451)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:217)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.earth2me.essentials.Essentials
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:30)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 11 more
    09:34:09 [INFO] WorldEdit 4.1 enabled.
    09:34:09 [INFO] WorldEdit: No known permissions plugin detected. Using configura
    tion file for permissions.
    09:34:09 [INFO] WorldGuard: No known permissions plugin detected. Using configur
    ation file for permissions.
    09:34:09 [INFO] WorldGuard: Single session is enforced.
    09:34:09 [INFO] WorldGuard: TNT ignition is blocked.
    09:34:09 [INFO] WorldGuard: Lighters are blocked.
    09:34:09 [INFO] WorldGuard: Lava fire is blocked.
    09:34:09 [INFO] WorldGuard: All fire spread is disabled.
    09:34:09 [INFO] WorldGuard 4.0-alpha1 enabled.
    09:34:09 [INFO] Done (0.133s)! For help, type "help" or "?"
    >
    I did the run.bat like you said and this is what it says
     
  20. Offline

    Insep

    It seems your plugins are either not up to date, or are missing some files. I will find you an appropriate link to download these plugins soon.
     
  21. Offline

    mineykong

Thread Status:
Not open for further replies.

Share This Page