[DEV] NOW OPEN: Mine-Cafe.com - Dev. Cafe (Minecraft/Bukkit Code Snippit Repository)

Discussion in 'Resources' started by tha d0ctor, Jul 16, 2011.

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

    tha d0ctor

    Dev Cafe
    from Mine-Cafe.com
    I saw it suggested on the website earlier and I have been thinking of this for quite some while so here it is. It is the first part of a whole new Minecraft / Bukkit Community website.​
    There really isn't a central place for: Plugin APIs, Plugin SRC, code snippets etc.​
    Currently the site doesn't work well for trying to post snippets with browsers other than Internet Explorer and Chrome. You can give FireFox a shot if you would like.​
    Currently the only feature the website has is this, but soon it will have:​
    Forums.​
    Development blogs​
    Skins​
    Reviews​
    Texture Packs​
    Downloads​
    Server hosting​
    Servers​
    Etc...​
    Please post any questions, concerns and suggestions here!​
     
    CreepersGonnaCreep and Slayer9x9 like this.
  2. Offline

    Techwiz101

    Looks good.
    But change the example start.bat to
    Code:
    echo off
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit.jar
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    pause
    ^^ 64Bit with 1GB Ram
    and
    Code:
    echo off
    java -Xincgc -Xmx1G -jar craftbukkit.jar
    pause
    ^^ 32Bit with 1GB Ram
     
  3. Offline

    tha d0ctor

    Thanks for the heads up, updating now!
     
  4. Offline

    Bubby4j

    I'd suggest this start.bat
    Code:
    @ECHO OFF
    TITLE Minecraft Bukkit Server
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar "%~dp0craftbukkit.jar"
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86"  java -Xincgc -Xmx1G -jar "%~dp0craftbukkit.jar"
    PAUSE
    It detects the processor architecture, plus gives the cmd a cool title!
     
  5. Offline

    tha d0ctor

    feel free to register and post you own renditions of start bats, there is no "right way" IMO

    I can certainly add that. I need to add some linux examples. Hopefully some people join up and post to help everyone out!
     
  6. Offline

    tha d0ctor

    Bump! We need some people to help share snippets and aid the community!
     
  7. Offline

    oyasunadev

    The registration form does not work...
     
  8. Offline

    tha d0ctor

    it worked for my test account that I just created a test account with a spare email of mine

    PM me if you still have issues and I can manually create your account for you, my guess is you overlooked something though

    are you doing the captcha correctly? does your password meet the strength requirements (8 characters total, atleast one must be a number)
     
  9. Offline

    tha d0ctor

    its nice to see the snippet library starting to fill up, keep posting guys!

    also you can attach files to attach your source codes aswell!
     
  10. Offline

    tha d0ctor

    Bump, I just added a URL shortner to my site as well since a lot of the guys here use sketchy ones
     
  11. Offline

    tha d0ctor

    bump, we're starting to get a decent amount of content, keep on posting!
     
  12. Offline

    tha d0ctor

    thanks! I encourage everyone to post whatever they can, the more we can centralize everything useful the better ;)
     
  13. Offline

    tha d0ctor

    keep 'em coming guys, the library is starting to get well populated!
     
  14. Offline

    tha d0ctor

    thanks for contributing everyone, keep it up!
     
  15. Offline

    tha d0ctor

    anyone have any linux start scripts they would like to share for this resource?
     
  16. Offline

    tha d0ctor

    just added some more stuff, keep on posting!
     
  17. Offline

    tha d0ctor

    we're almost at our 50th post and we're just getting started, keep it up! ;)
     
  18. Offline

    tha d0ctor

    just added some more content, glad to see this is getting some good use!
     
  19. Offline

    tha d0ctor

    keep 'em coming everyone ! :cool:
     
  20. Offline

    PatrickFreed

    Wow, you did a really nice job with that.
     
  21. Offline

    tha d0ctor

    thanks! :cool: just trying to help out ;)
     
  22. Offline

    tha d0ctor

    keep up the good work everyone!
     
  23. Offline

    tha d0ctor

    back to the top ;)
     
  24. Offline

    tha d0ctor

    w00t 1000 views!

    I just posted a few more,there is more to come after that!
     
  25. Offline

    tha d0ctor

    keep them coming ;)
     
  26. Offline

    tha d0ctor

    back to the top ;)
     
  27. Offline

    Derjyn

    I know it's been almost a year. But I can't help myself. I love this site! Best 404 I've never seen.
     
  28. Offline

    EnvisionRed

    [​IMG]
    But seriously, forum necromancy is bad.
     
  29. Offline

    Derjyn

    Yes, yes it is. Thanks for adding to it just to educate me on fora manners.

    Now, my post did have an ulterior motive; what happened to the Dev Cafe? Is it, or something similar still around?
     
Thread Status:
Not open for further replies.

Share This Page