Dev Need a Coder for a Custom Minecraft server i want to host.

Discussion in 'Hobbies' started by Killamarshall, Oct 10, 2014.

  1. Killamarshall

    Killamarshall Hmm... interesting.. Smite anyone?? VIP

    Me and a Buddy of mine have a really good idea that i do not wish to release at this time, if you have a decent coding ability and time on your hands please add and message me on steam so my friend and i and i can talk to you.


    I need a person Quite Experienced in Java to do this.
     
    Last edited: Oct 14, 2014
  2. Linkthedinosaur

    Linkthedinosaur Self Proclaimed Master of the No Scope VIP

    I can drink Java just about as good as the other guy. I say you give me a chance.
     
  3. You would need someone good in Java not JavaScript. JavaScript is mostly used in web-development. I would say I would do it but with college and stuff I can't afford to waste more time. But good luck. Coming from someone that has developed for and hosted a minecraft server for many years it is very tough and stressing.
     
    • Informative Informative x 1
  4. My Dime Is Up

    My Dime Is Up Its my dime to code VIP

    I can do it. Although im working with LUA im sure i can try to handle the server too :D Ill be in. PM me or leave a post here tellin if u need me
     
  5. Killamarshall

    Killamarshall Hmm... interesting.. Smite anyone?? VIP

    if you could add me on steam i would be happy to tell you and get you in on this.
     
  6. im currently learning java at college, maby one day i can help you.
     
  7. Mr. Disco

    Mr. Disco Jeff Lynne is a musical genius. VIP

    I just want to let you know java is nothing like lua. It is more advance(you could say) to make a hello world come out in cmd.exe you need something like

    public class HelloWorldMain
    public static void (code.. (I forgot)

    compared to lua

    print(Hello World)

    /* Make a note with this.
    *More notes
    */ (Ilike HTML, huh?)

    compared to lua

    --Make a note with this
     
  8. Taco_Rocket

    Taco_Rocket G-G-G-Godmin VIP

    or how about just a simple

    system.out.println("Hello World");
     
    • Disagree Disagree x 1
    • Informative Informative x 1
  9. Mr. Disco

    Mr. Disco Jeff Lynne is a musical genius. VIP

    Oh that's the code?

    I thought you needed to set up the classes first.
     
  10. Taco_Rocket

    Taco_Rocket G-G-G-Godmin VIP

    Yep. You don't even need to import any packages like you need to do headers in C++

    Java does have it pros and cons.
     
    • Agree Agree x 1
  11. Mr. Disco

    Mr. Disco Jeff Lynne is a musical genius. VIP

    Yeah.. I was going off C# is just like java. Learn one and you can learn the other one in no time. I thought it would be the same.(last time I looked into java they told me to do that.) Anyway, nice tip. Every coding language has it's pros and cons.