Plugin's not loading

Discussion in 'Bukkit Help' started by Cmarenburg, May 13, 2012.

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

    Cmarenburg

    Hey there, using the latest RB i am unable to get plugins to load. The plugin directory does exist but for some reason bukkit is not loading the plugins. I have confirmed that the plugins well work the the latest RB. My server is runing Ubuntu 10.04, openJDK 6. Correct permissons have been given to all the folder's
     
  2. Do you get any errors in console when the server loads up? Can you post your server.log from startup so I can take a look?
     
  3. Offline

    Cmarenburg

    No errors and here's the snippet of server.log where it starts up, all the rest is us just chating

    Code:
    2012-05-07 19:55:22 [INFO] Starting minecraft server version 1.2.5
    2012-05-07 19:55:22 [INFO] Loading properties
    2012-05-07 19:55:22 [WARNING] server.properties does not exist
    2012-05-07 19:55:22 [INFO] Generating new properties file
    2012-05-07 19:55:22 [INFO] Starting Minecraft server on *:25565
    2012-05-07 19:55:22 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R1.0-b2149jnks (MC: 1.2.5) (Implementing API version 1.2.5-R1.0)
    2012-05-07 19:55:22 [WARNING] Failed to 012-05-07 19:55:22 [INFO] Starting minecraft server version 1.2.5
    2012-05-07 19:55:22 [INFO] Loading properties
    2012-05-07 19:55:22 [WARNING] server.properties does not exist
    2012-05-07 19:55:22 [INFO] Generating new properties file
    2012-05-07 19:55:22 [INFO] Starting Minecraft server on *:25565
    2012-05-07 19:55:22 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R1.0-b2149jnks (MC: 1.2.5) (Implementing API version 1.2.5-R1.0)
    2012-05-07 19:55:22 [WARNING] Failed to load ban list: java.io.FileNotFoundException: banned-players.txt (No such file or directory)
    2012-05-07 19:55:22 [WARNING] Failed to load ip ban list: java.io.FileNotFoundException: banned-ips.txt (No such file or directory)
    2012-05-07 19:55:22 [WARNING] Failed to load operators list: java.io.FileNotFoundException: ops.txt (No such file or directory)
    2012-05-07 19:55:22 [WARNING] Failed to load white-list: java.io.FileNotFoundException: white-list.txt (No such file or directory)
    2012-05-07 19:55:23 [INFO] Preparing level "world"
    2012-05-07 19:55:23 [INFO] Default game type: 0
    2012-05-07 19:55:23 [INFO] Preparing start region for level 0 (Seed: 8795833313723649053)
    2012-05-07 19:55:24 [INFO] Preparing spawn area: 12%
    2012-05-07 19:55:25 [INFO] Preparing spawn area: 24%
    2012-05-07 19:55:26 [INFO] Preparing spawn area: 36%
    2012-05-07 19:55:27 [INFO] Preparing spawn area: 48%
    2012-05-07 19:55:28 [INFO] Preparing spawn area: 57%
    2012-05-07 19:55:29 [INFO] Preparing spawn area: 69%
    2012-05-07 19:55:30 [INFO] Preparing spawn area: 81%
    2012-05-07 19:55:31 [INFO] Preparing spawn area: 93%
    2012-05-07 19:55:31 [INFO] Preparing start region for level 1 (Seed: 8795833313723649053)
    2012-05-07 19:55:32 [INFO] Preparing spawn area: 4%
    2012-05-07 19:55:33 [INFO] Preparing spawn area: 16%
    2012-05-07 19:55:34 [INFO] Preparing spawn area: 28%
    2012-05-07 19:55:35 [INFO] Preparing spawn area: 40%
    2012-05-07 19:55:36 [INFO] Preparing spawn area: 52%
    2012-05-07 19:55:37 [INFO] Preparing spawn area: 61%
    2012-05-07 19:55:38 [INFO] Preparing spawn area: 77%
    2012-05-07 19:55:39 [INFO] Preparing spawn area: 93%
    2012-05-07 19:55:40 [INFO] Preparing start region for level 2 (Seed: 8795833313723649053)
    2012-05-07 19:55:40 [INFO] Preparing spawn area: 8%
    2012-05-07 19:55:41 [INFO] Preparing spawn area: 52%
    
     
  4. Are you sure that's the complete startup part of the log? What you posted cuts off before the server fully starts up.
     
  5. Offline

    Cmarenburg

    Well i know it's not the full log as i can not select the full start up, none the less i have confrimed that the rest is just spawning.

    2012-05-07 19:55:36 [INFO] Preparing spawn area: 52%
    2012-05-07 19:55:37 [INFO] Preparing spawn area: 61%
    2012-05-07 19:55:38 [INFO] Preparing spawn area: 77%
    2012-05-07 19:55:39 [INFO] Preparing spawn area: 93%
    2012-05-07 19:55:40 [INFO] Preparing start region for level 2 (Seed: 8795833313723649053)
    2012-05-07 19:55:40 [INFO] Preparing spawn area: 8%
    2012-05-07 19:55:41 [INFO] Preparing spawn area: 52%
    2012-05-07 19:55:42 [INFO] Preparing spawn area: 93%
    after that it is solely chatting
     
  6. Offline

    C0nsole

    So are you sure you are putting the files that end in .jar into your plugins folder?
     
  7. Offline

    Cmarenburg

    Yes i am sure i have not only checked in FTP but in shell...
     
  8. Offline

    ajbarr

    My friend is having the same exact same issue and we cant get it to work it loads the world but after that it just starts with the chat she gets the same script as you i will post if we find a solution but nothing has worked so far :/
     
Thread Status:
Not open for further replies.

Share This Page