Recuiting for Liquid Nitrogen

Discussion in 'Bukkit Discussion' started by LNitrogen, Feb 29, 2012.

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

    LNitrogen

    [​IMG]

    Liquid Nitrogen, ( LNitrogen ), is a new coding group on the bukkit scene.

    We make plugins and maybe some mods mods in the future... If you have any experience with that.

    Liquid Nitrogen is not recruiting any more members until further notice. We have enough developers for now.

    Post a reply:

    What is your experience with the bukkit API:
    What plugins have you made:
    Why do you want to join LN:
    Give me a sample of bukkit plugin code: (in [code ][/code ] tags)
    And finally, do you have a github account?

    Current members:
     
  2. Oh my. Is the Bukkit Consulting Group Firm combining powers?! Don't have any time right now but I wish you all good luck and hope you will have something awesome to show in the near future! :)
     
    tyzoid likes this.
  3. Offline

    tyzoid

    Thank you :)

    We are reviving a couple of plugins of mine - one I took over, and never did anything with (heavenActivity), and another that I wrote 6 months ago (chestTrap)
     
  4. Offline

    codename_B

    I'll hire your whole team for #bananacode :p
     
  5. Offline

    DrAgonmoray

    "hire"
    waaaat.
    I can use Github now :D

    P.S. I would like to be unabanned from @bananacode. you banned me as a joke like 5 months ago and never unbanned me :(
     
  6. Offline

    hammale

    lol no :)
     
  7. Offline

    DrAgonmoray

    hammale
    Sounds interesting enough. DrAgonmoray on github.
    :D
     
  8. Offline

    hammale

    wow i really thought u were tyzoid for a few sec...i think i need new glasses :) o and if ur interested u probably wanna tag someone who knows wat there doing here. (hint try tyzoid or billofbong) but u has my approval!
     
  9. Offline

    billofbong

    Yup, me too.

    We just need @tyzoid's approval now.
     
  10. Offline

    tyzoid

    +1 from me :)

    Welcome to LNitrogen (if you want to be in it)

    Edit:
    I didn't make myself clear enough :) My vote was for DrAgonmoray

    billofbong is already in the group :p
     
  11. Offline

    DrAgonmoray

    Is that for me too? :D
     
  12. Offline

    tyzoid

    read above edit :)
     
  13. Offline

    billofbong

    Welcome!
    tyzoid, add him to the conversation
     
  14. Offline

    tyzoid

    I don't have access to the original conversation.

    I can add him to the group one though...
     
  15. Offline

    billofbong

    That's what I meant ;)
     
  16. Offline

    DrAgonmoray

    Huzzah!
     
  17. Offline

    codename_B

    Oh whoops, what's the host?
     
  18. Offline

    billofbong

  19. Offline

    DrAgonmoray

    wat?
    your mibbit. #bananacode
    DrAgonmoray
     
  20. Offline

    billofbong

    Woooooaaaaah that was a quick reply :eek:
     
    nunber1_Master likes this.
  21. Offline

    codename_B

    I mean your host/irc name XD
     
  22. Offline

    hammale

    How did he get banned in the 1st place? :)
     
  23. Offline

    DrAgonmoray

    DrAgonmoray
     
  24. Offline

    codename_B

    done
     
  25. Offline

    AlbireoX

    What is your experience with the bukkit API: 7 / 10
    What plugins have you made: Loads of private plugins. SpawnCountdown and parts of AntiPvPLogger.
    Why do you want to join LN: It's been a while since I've been on a team. Also, I want to meet some fellow coders.
    Give me a sample of bukkit plugin code: (in [code ][/code ] tags)

    Not specifically Bukkit:
    Code:
        protected void doPavement(PlatMapContext context, SurroundingRoads roads, ByteChunk chunk) {
            chunk.setLayer(context.streetLevel, pavementId);
     
            int pStart = (ByteChunk.WIDTH >> 1) - 1;
            int pEnd = pStart + 2;
     
            RoadOrientation ro = roads.getOrientation();
     
            if (ro.equals(RoadOrientation.NS)) {
                for (int i = 0; i < 3; i++) {
                    int line = i * 5; //4 for the line, 1 for spacing
                    int lineEnd = line + 4;
                    chunk.setBlocks(pStart, pEnd, context.streetLevel, context.streetLevel + 1, line, lineEnd, medianId);
                }
            } else if (ro.equals(RoadOrientation.WE)) {
                for (int i = 0; i < 3; i++) {
                    int line = i * 5; //4 for the line, 1 for spacing
                    int lineEnd = line + 4;
                    chunk.setBlocks(line, lineEnd, context.streetLevel, context.streetLevel + 1, pStart, pEnd, medianId);
                }
            }
        }
    
    And finally, do you have a github account?

    I wouldn't join a team who didn't use Git. https://github.com/simplyianm
     
  26. Offline

    billofbong

    I've been looking at your posts and you seem like a good guy. I also like your factions replacement. I'm not sure what tyzoid or hammale or DrAgonmoray will say, because we already have 4 members, but you got a +1 from me!
     
  27. Offline

    tyzoid

  28. Offline

    DrAgonmoray

  29. Offline

    billofbong

    AlbireoX, hammale has cast his vote! Welcome to LiquidNitrogen! I will add you to the conversations.
     
  30. Offline

    hammale

Thread Status:
Not open for further replies.

Share This Page