Help would be amazing at this point.

Discussion in 'Bukkit Help' started by randomness6400, Jul 21, 2011.

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

    randomness6400

    Ive Managed to Port Forward and I can run a Minecraft Vanilla server but not a Bukkit Server... Anyone know why this is?

    Thanks A TON!

    OS: Windows 7
    X64
    Java version 1.6.0_26
    This error does not happen in a vanilla server.
    It just says Connection Refused: connect.
    This is without plugins.
    I just recently Port Forwarded.
    I added the new rule to Inbound and outbound also.
     
  2. Offline

    Orcem12

    -|- What you need to include to get help: -|-
    • What exactly your issue/problem is.
    -|- Have you tried?: -|-
    • Reading installation guides to install/make a Bukkit server?
    -Orcem
     
  3. Offline

    randomness6400

    Yes i just did a fresh install following all the steps and everyone is still getting : Connection refused: Connect
     
  4. Offline

    Jaker232

    Is your firewall on? If so, you'll need to open TCP port 25565 (or your port digit.)
     
  5. Offline

    randomness6400

    Where exactly do i go to do that xD
    or could i just turn it off?
     
  6. Offline

    Orcem12

    Do you want a Bukkit server? Or vanilla server?
     
  7. Offline

    randomness6400

    Bukkit Server.
    Also i disabled my firewall and now it seems as (connecting to the server...) is staying up longer than before but it still times out
     
  8. Offline

    LightKing

    Post server.properties?
     
  9. Offline

    randomness6400

    #Minecraft server properties
    #Sat Jul 16 14:02:15 EST 2011
    level-name=world
    allow-nether=true
    view-distance=10
    spawn-monsters=true
    online-mode=true
    spawn-animals=true
    max-players=20
    server-ip=
    pvp=true
    level-seed=
    server-port=25565
    allow-flight=false
    white-list=false
     
  10. Offline

    Orcem12

    Anyway you can post a screenshot of your .bat directory?
     
  11. Offline

    randomness6400

    By This you mean? I wasn't quite sure so i took two screen shots not sure if either of them is what you mean...
    [​IMG]

    [​IMG]
     
  12. Offline

    Orcem12

    Thank you, Try this for your new .bat
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    "C:\Program Files\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar "%BINDIR%\craftbukkit-0.0.1-snapshot.jar"
    PAUSE
    
    If not Replace C:\Program Files\Java\jre6\bin\java.exe with wherever your Java.exe is located.
     
  13. Offline

    randomness6400

    It seems to be working for most players but some still can't join
     
  14. Offline

    Bubylou

    are they receiving the same error. make sure they have the correct ip.
     
Thread Status:
Not open for further replies.

Share This Page