Heres the situation: I have set up and can run the server perfectly, I can access it on my computer (the same computer that runs the server) 100% but the moment I try access it from any other computer (I wanted to get my friend to join and when he couldn't I tried the laptop which is on the local network and it too didn't work). I have just moved from Minecraft_Server to CraftBukkit... when I try the Minecraft_Server it works perfectly and both the laptop and my friend can connect to it. Yet when I try CraftBukkit with the EXACT same settings (I literally copied and pasted the server.properties file over to the CraftBukkit folder) it allows me to connect (using the same server on the list) but not the others... PLEASE NOTE: I do NOT run them at the same time so it not a port conflict) I have also opened the port for both inbound TCP and UDP and outbound TCP and UDP on my firewall and still nothing anyone have some advice? Thanks a million Justin ------------------------------------------------------------------------------ 1. What OS are you using (Brand and version - Ex. Windows XP SP3)? Windows 7 SP1 2. What architecture is the OS you are running (x64 or x86)? 64 3. What version and architecture is your java install? (Type: java -version in command prompt.) 1.7.0_05 and its x64 4. Are you running any wrappers? McMyAdmin, mcadmin, Hamachi, etc? No 5. What build of CraftBukkit are you running? CraftBukkit version g-b2262jnks (MC: 1.2.5) (Implementing API version 1.2.5-R5.0) 6. What command are you using to run your CraftBukkit server? @ECHO OFF IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" java -Xms1024M -Xmx2048M -jar "%~dp0craftbukkit-1.0.0-snapshot.jar" IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-1.0.0-snapshot.jar" 7. What plugins are you running? WorldEdit, WorldGuard