[Mac Only] AutoBukkitServer [Easy]

Discussion in 'Bukkit Tools' started by hawkfalcon, May 19, 2012.

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

    Adzkii

    camrynn.m
     
  2. Offline

    TheUltimante

    I have a problem, a simple one. How do you stop and start the server? (Oop's I know how to start) and where is control panel thing?
     
  3. Offline

    IamCanwedoit

    Hey, thank you so much for trying to help!
    I uploaded the picture to imager like you asked, here is the link: http://imgur.com/6D0xTLa
    Thank you so much!

    :)


    TheCanwedoit
     
  4. Offline

    Blkscorpion2

    same terminal your running the server from, just type: stop
     
  5. Offline

    -_Husky_-

    That looks like a timeout on Mojang's end. Is the issue still persisting? And on other servers aswell?
     
  6. Offline

    IamCanwedoit

    I finally got it to work! YAY! The Bukkit Server can only run on 1.6.4 right? Or is it updated for the newer versions of minecraft?

    Also, one last question: The only thing left to do now, would be to port forward, and then the server should be able to be joined by others, is this correct?

    Thank you so much for your help Husky, I would not have expected you to still be around, since the tool came out a while ago! :)

    Thank you for all the help and quick responses, you are a great person, and a great "forum-er"(may not be a real word...)

    Talk to you soon!

    TheCanwedoit
     
  7. Offline

    -_Husky_-

    If you have the other JAR files of the newer versions of Minecraft, it should work if you replace the original.

    Yes, all you have left to do is port forward, and then people are ready to join!

    Thanks for all your kind words :)
     
  8. Offline

    IamCanwedoit

    Thank YOU for the help! :)

    See you soon!

    TheCanwedoit
     
  9. Offline

    Vacuum_Guy

    When i load the console it says: INVALID CRAFTBUKKIT.JAR FILE THEN IT LOGSS OUT
    HOW I FIX????????
     
  10. Offline

    IamCanwedoit

    Hey everyone! I have one more question regarding upgrading the server to say, 1.7.2.

    Do I just set my minecraft launcher to 1.7.2 and find the minecraft.jar file in application support, or do I have to download a new craftbukkit.jar file? I tried to the the second option but it did not work... Any ideas?

    Thank you so much!

    TheCanwedoit
     
  11. Offline

    SuddenDeath237

    Yeah, your site download page will not work. It just does this:
     

    Attached Files:

  12. Offline

    ahitt6345

    Every time I try to start my server with the start.sh file it gives the following error:

    Last login: Fri Mar 13 12:11:41 on ttys000
    My-Macbook-Air:~ Me$ /Users/Me/Desktop/minecraft/start.sh ; exit;
    Unable to access jarfile nogui
    logout

    [Process completed]

    I am using a macbook air with OSX Yosemite.
    Using latest Java
    and Ran your uhh, xcode project in order to get it.
    I really want a server and this seemed like the simplest way to do it. please help :)
     
  13. Offline

    Hoolean

    Please open the start.sh file in TextEdit and paste the contents in [code] [/code] on here. :)
     
  14. Offline

    ahitt6345

    Nevermind....
    Code:
    #!/bin/sh
    cd "$( dirname "$0" )"
    java -Xms1024M -Xmx1024M -jar nogui -o true
    
    the issue is still very much alive...

    see my issue on github it is better informed

    I got another error in my xcode console. It was telling me that my java was not updated which I think is wierd because I have Java 8
    Code:
    *** WARNING *** You are not using Java 7 or above. Although this will work, it is highly discouraged due to the security issues present.
    
    *** WARNING *** Use java -version to check your version and update as soon as possible.
    
    Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
    
    at org.objectweb.asm.ClassReader.readLabel(ClassReader.java:2175)
    
    at org.objectweb.asm.ClassReader.readCode(ClassReader.java:1171)
    
    at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1017)
    
    at org.objectweb.asm.ClassReader.accept(ClassReader.java:693)
    
    at org.objectweb.asm.ClassReader.accept(ClassReader.java:506)
    
    at net.md_5.ss.repo.RuntimeRepo.getClass0(RuntimeRepo.java:27)
    
    at net.md_5.ss.repo.ClassRepo.getClass(ClassRepo.java:22)
    
    at net.md_5.ss.repo.AggregateRepo.getClass0(AggregateRepo.java:30)
    
    at net.md_5.ss.repo.ClassRepo.getClass(ClassRepo.java:22)
    
    at net.md_5.ss.remapper.EnhancedRemapper.findMethodDeclarer(EnhancedRemapper.java:67)
    
    at net.md_5.ss.remapper.EnhancedRemapper.mapMethodName(EnhancedRemapper.java:33)
    
    at net.md_5.ss.remapper.MethodRemapper.visitMethodInsn(MethodRemapper.java:120)
    
    at org.objectweb.asm.ClassReader.readCode(ClassReader.java:1416)
    
    at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1017)
    
    at org.objectweb.asm.ClassReader.accept(ClassReader.java:693)
    
    at org.objectweb.asm.ClassReader.accept(ClassReader.java:506)
    
    at net.md_5.ss.model.ClassInfo.remap(ClassInfo.java:120)
    
    at net.md_5.ss.SpecialSource.map(SpecialSource.java:96)
    
    at net.md_5.ss.SpecialSource.main(SpecialSource.java:44)
    
    Exception in thread "main" java.lang.RuntimeException: Error running command, return status !=0: [java, -jar, BuildData/bin/SpecialSource-2.jar, map, -i, work/minecraft_server.1.8.3.jar, -m, BuildData/mappings/bukkit-1.8.3-cl.csrg, -o, work/mapped.73f3c166.jar-cl]
    
    at org.spigotmc.builder.Builder.runProcess(Builder.java:488)
    
    at org.spigotmc.builder.Builder.main(Builder.java:269)
    
    <Edit by mrCookieSlime: Merged posts.>
     
    Last edited by a moderator: Mar 13, 2015
  15. Offline

    Hoolean

    Your start.sh line should look like this :3

    Code:
    java -Xms1024M -Xmx1024M -jar "your jar name/path here" nogui -o true
     
  16. Offline

    EmperatorKing

    Hi, I do all but the file that creates me don't have the server_starter.command what can I do?
     
  17. Offline

    Noamboy123

    love it so much!
     
  18. Offline

    TooMuch4U

    The jar file doesn't get created for me!?!?
     

    Attached Files:

  19. Offline

    DoctorDna

    Hi, I just used your AMAZING SOFTWARE! and chose a bukkit server but in my minecraft folder, I do not see a Plugin folder. D: The only Folders I see are the following: apache-maven, build Data, CraftBukkit, Bukkit, Spigot, and Work. Plz help D: Do I need to set up a spigot server? Plz help
    -Doc
     
  20. Offline

    gomalley411

    After the server was done being created, the app crashed and deleted all the server files. Please fix this. Thanks!
    EDIT: Also, it now refuses to let me connect with the message "Protocol Family Unavailable."
     
  21. Offline

    ryanz5502

    Once i open the folder it has three things in it and terminal says

    Unable to access jarfile nogui
    logout

    same Thing Happened to me

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 29, 2015
  22. CraftBukkir and Spigot got DMCA'd so the file will not be able to be downloaded. I'm guessing the program downloads from here but since the downloads are down that is not possible.
     
  23. Offline

    Supersmokio63

    Srry i have a problem : when the installer opens start.sh the terminal says this:
    Unable to open nogui file.
    Plz anyone help me?
     
  24. Offline

    lgc4 helps

    [quote uid=90615576 name="hawkfalcon" post=1126914]
    [​IMG]
    AutoBukkitServer is back - as AutoMCServer!
    Automatically set up your own Minecraft server
    The premier auto minecraft server maker
    Only for Mac!
    Supports Bukkit, Spigot, and Vanilla

    [​IMG]
    Donate:

    <Edit by Moderator: Redacted bit url>
    Installation:
    Just run the program and choose some options to install a server!

    Features:
    * Install your own Minecraft server in minutes
    * Choose which server type to use (Bukkit/Spigot/Vanilla)
    * Easy automated setup
    * Progress bar, many options, fancy GUI.
    * Over <font color="rgb(0, 128, 0)">30,000 </font>servers set up (Most when this was AutoBukkitServer)

    Notes:
    - This tool is only for Macs.
    - Spigot and Bukkit take longer as they need to compile from scratch, using BuildTools.

    Please like and donate if this helps you! Everything counts!

    Support:
    For problems with the installer, please post here.
    Thank you for using AutoBukkitServer!
    [/QUOTE]

    there is some problems

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Feb 19, 2017
  25. Offline

    DragonSlayerzXx

    I need help with my server.


    Here is a Screen Shot
     

    Attached Files:

  26. Offline

    ItzFlixli

    Hey Im gonna say this is one of the most amazing things in the world I didnt know having a server was that easy but theres one little problem I accidentally started a vanilla server when I wanted to make a Bukkit server and my question is how can I delete the server I have and make another one
     
  27. Offline

    Vader2908

    Hey, I was trying to make a bukkit server with your installer, but when it finishes, my command console says it couldn't open jarfile nogui. then when i open the folder, the only things in there are: eula.txt, server.properties, start.sh and ops.json. How do I fix this?
     
  28. Online

    timtower Administrator Administrator Moderator

  29. Offline

    Pommesreaktor

    I have the same problem, and I accept the EULA
     
Thread Status:
Not open for further replies.

Share This Page