Testing Plugins Without Internet Connection?

Discussion in 'Plugin Development' started by krazytraynz, Jun 5, 2013.

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

    krazytraynz

    I'm gonna be on a plane for most of the day in a few days, and I was wondering if there was any way to run and join a server without having any internet connection. I might as well use the free time to update some plugins I haven't touched in a while.
     
  2. Offline

    Junrall

    You can run the server on your computer then connect to "localhost"
    You might experience a bit of lag on a laptop doing this... but hey... it'll help with boredom during the flight!
    I fly all the time and I do this too :p
     
  3. Offline

    Wingzzz

    Go into your servers.properties file and set:
    Code:
    online-mode: false
    I believe that should work.
     
  4. Offline

    Garris0n

    Both of these together are required.
     
Thread Status:
Not open for further replies.

Share This Page