[Mac Only] AutoBukkitServer [Easy]

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

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

    hawkfalcon

    Wait for mojang
     
  2. Offline

    TnT

    hawkfalcon likes this.
  3. Offline

    Techn0Nut96

    Thanks Guys!

    It still gives me the same message tho ._.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 29, 2015
  4. Offline

    hawkfalcon

    No problem!
     
  5. Offline

    programmeur2149

    it give me the same message too
     
  6. Offline

    hawkfalcon

    It's an issue on mojang's end.
     
  7. Offline

    hawkfalcon

    I am currently looking for someone to join the ABS team. Requirements: must have a basic knowledge of applescript. Please let me know below if you are interested.
     
  8. Offline

    Chyndi


    Hi Hawkfalcon,

    I did as you advised and replaced the generated world file with my own world file.

    TRIAL#1 - using my own internal IP address
    I enter multiplayer mode and try to join my server
    Log in screen shows me this message: "Internal exception: java.net.SocketTimeoutException:read timed out"

    TRIAL #2 - using localhost as my server address (since I am running the server from my own laptop)
    Log in screen shows me the same message: "Internal exception: java.net.SocketTimeoutException:read timed out"

    Also, prior to any of these trials, this warning popped up in Terminal:
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?

    Please help. I really want try playing in my old world using the server software you made. :(

    Thanks!
     
  9. Offline

    hawkfalcon

    :3 how much ram do you have/are you allocating? You really should be able to connect to it while the server is running... (You are running the server, and keeping it running while you are trying to connect, right?)
     
  10. Offline

    Techn0Nut96

    What do i do if when i start the server it says perhaps theres a server already running in this port? Do i have to change my port, and if so how?
     
  11. Offline

    hawkfalcon

    Restart your computer.
     
  12. Offline

    Techn0Nut96

    Thanks so much!! I downloaded your MCTag plugin as well and it is amazing. one of the best ive downloaded
     
    hawkfalcon likes this.
  13. Offline

    Chyndi


    I allocated 1G for the game. I have 2.4G processor speed in my laptop. I think that warning might have popped up because I was doing a video edit at the same time. Yup, I start up the server and I keep it running while trying to connect. Eeeep, what do you think is going wrong? :(
     
  14. Offline

    hawkfalcon

    Not sure what the problem is, make a thread in the general help section, maybe people can help there. Sorry:(
     
  15. Offline

    Techn0Nut96

    Can anyone please help me with my permissons.yml file nothing ive tried has worked
     
  16. Offline

    hawkfalcon

    I wouldn't recommend using the permissions.yml file, your best bet is to get a permissions plugin such as bPermissions.
     
  17. Offline

    Techn0Nut96

    I tried that but i still couldn't find a tutorial that helped me any. Im desperate now so I might even be able to fiquere out if i could even find a good example
     
  18. Offline

    Chyndi

    Ok, I'll do that. Thanks anyway! :p
     
    hawkfalcon likes this.
  19. Offline

    hawkfalcon

    Did your problem get solved?:)
     
  20. Offline

    Techn0Nut96

    When i try to start my server the startup stops and WARNING says running without spout. and then it times out. he has always said running without spout but only today was it not allowing the server to start. any ideas?
     
  21. Offline

    hawkfalcon

    Spout??? wtf?
    What plugins do you have?
     
  22. Offline

    Techn0Nut96

    bartersigns/chestshop/colorme/craftscrips/essentails/esssentialsgeoip/foundboxx/groupmanager/iconomy/jail/jobs/lwc/mctag/voxelsniper/worldedit

    It is working now but it took 19 seconds to load. no idea what I did differently the second time but it took 3X longer

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 29, 2015
  23. Offline

    hawkfalcon

    Interesting:3
    Glad it works:)
     
  24. Offline

    -_Husky_-

    Source?
     
  25. Offline

    hawkfalcon

    *.* Written in applescript. It's not obfusicated, go ahead on right click to see it.
     
  26. Offline

    -_Husky_-

    Righto.

    I was thinking it was in Objective-C, Nevermind. C:
     
  27. Offline

    hawkfalcon

    Thats the eventual plan for it :3 (yeah right)
     
  28. Offline

    -_Husky_-

    If you wanted, I could help. I know some Objective-C

    Anyway, ontopic, Great tool for people that have no clue on command line.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 29, 2015
  29. Offline

    Applesauce26

    This happens even without your easy install.



    java.lang.NullPointerException
    at java.io.Reader.<init>(Reader.java:61)
    at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
    at net.minecraft.server.AchievementMap.<init>(SourceFile:15)
    at net.minecraft.server.AchievementMap.<clinit>(SourceFile:9)
    at net.minecraft.server.Statistic.g(SourceFile:37)
    at net.minecraft.server.CounterStatistic.g(SourceFile:15)
    at net.minecraft.server.StatisticList.<clinit>(SourceFile:27)
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:605)
    at org.bukkit.craftbukkit.Main.main(Main.java:143)
    java.lang.ExceptionInInitializerError
    at net.minecraft.server.LocaleI18n.<clinit>(SourceFile:4)
    at net.minecraft.server.Item.s(SourceFile:459)
    at net.minecraft.server.StatisticList.a(SourceFile:138)
    at net.minecraft.server.StatisticList.c(SourceFile:85)
    at net.minecraft.server.Item.<clinit>(SourceFile:263)
    at net.minecraft.server.Block.<clinit>(Block.java:639)
    at net.minecraft.server.StatisticList.a(SourceFile:121)
    at net.minecraft.server.StatisticList.<clinit>(SourceFile:55)
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:605)
    at org.bukkit.craftbukkit.Main.main(Main.java:143)
    Caused by: java.lang.NullPointerException
    at java.io.Reader.<init>(Reader.java:61)
    at java.io.InputStreamReader.<init>(InputStreamReader.java:80)
    at net.minecraft.server.LocaleLanguage.e(SourceFile:30)
    at net.minecraft.server.LocaleLanguage.<init>(SourceFile:17)
    at net.minecraft.server.LocaleLanguage.<clinit>(SourceFile:8)
    ... 10 more
    logout

    [Process completed]
     
  30. Offline

    -_Husky_-

    Bukkit issue, change builds
     
Thread Status:
Not open for further replies.

Share This Page