Possible to remove login to minecraft to join my server?

Discussion in 'Bukkit Help' started by reeper_sniper, Aug 15, 2011.

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

    reeper_sniper

    Hello everyone, before I explain, I want to say that my intent is to not have a server for players who don't own the game. I am a senior this year, and I know a lot of people that play minecraft. So my idea was to make my server able to play at/during school(every student has a laptop) so anyone could connect through out the day. The only issue is that my school has a web filter, and they have blocked minecraft.net, meaning nobody can 'login' to their account and are forced to play in offline mode. Is there any way around this or any way to get my server to not require a minecraft login somehow? Thanks!
     
  2. Offline

    spunkiie

    server.properties:

    online-mode=false
     
  3. Offline

    AgentKid

  4. Offline

    reeper_sniper

    This does work, but now my issue is that any offline player is just considered 'player' by default, detecting multiple logins and booting people if other players named 'player' join. Is there any way for my server to forcefully rename people until they can use authme? I know you can change your client name changing something in the minecraft launch settings, but some people may be confused by that.
     
  5. Offline

    JWhy

    There are also nickname "loaders" on the web
     
  6. Offline

    Arthurdd1994

    You can create a batch file (If you're using windows) and enter:
    Code:
    java -Xms512m -Xmx1024m -cp "%APPDATA%\.minecraft\bin\*" -Djava.library.path="%APPDATA%\.minecraft\bin\natives" net.minecraft.client.Minecraft "YourNameHere"
    Just change "YourNameHere" to, for example "Arthurdd1994" Remember to leave the quotation marks.
     
    Supersam654 and vapid2323 like this.
  7. Offline

    ehart42

    you could use the cracked minecraft launcher. also if you find a way of making a server could you reply to me
     
  8. Offline

    Supersam654

    I am going to have to keep this little bit of code handy :D
     
    AgentKid and Arthurdd1994 like this.
Thread Status:
Not open for further replies.

Share This Page