[Open Beta][WEB/ADMIN] SpaceBukkit - Web Administration the awesome way

Discussion in 'Bukkit Tools' started by Antariano, Sep 13, 2011.

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

    jasvecht

    You could, for example, download it to a temporary folder and use the filemtime() function to generate date-based version indicators. I agree its not as clean as normal versions, but it'd work. Perhaps add a hook into Jenkins that automagically pulls the version should it be hosted there?


    You could perhaps offer such a thing for plugins outside of bukget too. Who knows. Just brainstorming a bit.


    Edit: forgot to mention, you could also take the hacky whacky road and try to read the file version from the description, I can't think of a function to do it so you'd have to use a workaround. But it should be possib.e
     
  2. Offline

    NeatMonster

    I've found their Jenkins. With Jenkins everything is possible. :p
     
    dragonhib likes this.
  3. Offline

    M1sT3rM4n

    SOOOO WHEN'S THE OPEN BETA

    *gets baseball bat
     
  4. Offline

    Jamy

    SOOON ;) Want a sneak peak? :p
     
  5. Offline

    M1sT3rM4n

    I would love to!
     
  6. Offline

    Jamy

    [​IMG]
    [​IMG]
     
  7. Offline

    M1sT3rM4n

    But... THE PICTURE IS BROKEN!
     
  8. Offline

    Jamy

    Blame dropbox, I'll reupload them tomorow ;)
    Goodnight :D
     
  9. Offline

    M1sT3rM4n

    NO! You use www.imgur.com RIGHT NOW AND REPOST.
     
  10. Offline

    dragonhib

    Hey SpaceBukkit Team !!

    Is the code of Chunkster & MapAutoTrim included in the SpaceBukkitPlugin or we have to download them ?
     
  11. Offline

    MrRedLogan

    damn. I cant wait till this comes out... Looks way better than MyMcAdmin.... <3
     
  12. Offline

    NeatMonster

    Included.
     
  13. Offline

    dragonhib

    Ok Thanks :) that means the option is fully fonctionnal & user-friendly.. good work !!

    Will the chunkster page be integrate options for remove mobs, remove vehicles, etc (chunkster v0.3) ?
     
  14. Offline

    Antariano

    whoops, when did that come out? lol, I'll implement it as soon as I can
     
    dragonhib likes this.
  15. Offline

    dragonhib

    One more time : Thanks to the whole SpaceBukkit Team for reactivity, good stuff and... well simply awesomeness. Keep up the good work ;)
     
  16. Offline

    dark_hunter

    Wish I could try this, but never got accepted. :(
     
  17. Offline

    Lolmewn

    Authentication server down or something?
    When starting the RTOOLKIT it stops working on Loading SpaceBukkitRTK.jar ..
    and after some time it gives a big HTTP timeout error.

    Same thing for plugin.
     
  18. Offline

    B3NW

    Hopefully it's prep for the open beta ;) They might have to take the server down during the process.
     
  19. I've got a little bit of a issue.
    Code:
    2012-01-28 00:36:58 [SEVERE] java.net.ConnectException: Connection timed out
    2012-01-28 00:36:58 [SEVERE]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    2012-01-28 00:36:58 [SEVERE]     at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
    2012-01-28 00:36:58 [SEVERE]     at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
    2012-01-28 00:36:58 [SEVERE]     at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
    2012-01-28 00:36:58 [SEVERE]     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
    2012-01-28 00:36:58 [SEVERE]     at java.net.Socket.connect(Socket.java:546)
    2012-01-28 00:36:58 [SEVERE]     at java.net.Socket.connect(Socket.java:495)
    2012-01-28 00:36:58 [SEVERE]     at sun.net.NetworkClient.doConnect(NetworkClient.java:178)
    2012-01-28 00:36:58 [SEVERE]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:409)
    2012-01-28 00:36:58 [SEVERE]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:530)
    2012-01-28 00:36:58 [SEVERE]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:240)
    2012-01-28 00:36:58 [SEVERE]     at sun.net.www.http.HttpClient.New(HttpClient.java:321)
    2012-01-28 00:36:58 [SEVERE]     at sun.net.www.http.HttpClient.New(HttpClient.java:338)
    2012-01-28 00:36:58 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:935)
    2012-01-28 00:36:58 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:876)
    2012-01-28 00:36:58 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:801)
    2012-01-28 00:36:58 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
    2012-01-28 00:36:58 [SEVERE]     at me.neatmonster.spacebukkit.utilities.Utilities.isValidLicense(Utilities.java:123)
    2012-01-28 00:36:58 [SEVERE]     at me.neatmonster.spacebukkit.SpaceBukkit.onEnable(SpaceBukkit.java:54)
    2012-01-28 00:36:58 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    2012-01-28 00:36:58 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
    2012-01-28 00:36:58 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    2012-01-28 00:36:58 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
    2012-01-28 00:36:58 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
    2012-01-28 00:36:58 [SEVERE]     at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
    2012-01-28 00:36:58 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
    2012-01-28 00:36:58 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    2012-01-28 00:36:58 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    2012-01-28 00:36:58 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    2012-01-28 00:36:58 [SEVERE] ----------------------------------------------------------
    2012-01-28 00:36:58 [SEVERE] | License invalid or expired! See spacebukkit.xereo.net. |
    2012-01-28 00:36:58 [SEVERE] ----------------------------------------------------------
    2012-01-28 00:36:58 [INFO] ----------------------------------------------------------
    2012-01-28 00:36:58 [INFO] |             SpaceBukkit is now disabled!               |
    2012-01-28 00:36:58 [INFO] ----------------------------------------------------------
    SpaceBukkit is just running fine on my other server which is running the 1.1RB (1818), but the server I've got running 1.0RB (1597) gives me this error.
    It also does whine about the Module. Whats up with it?
     
  20. Offline

    Lolmewn

    ibab it died :O
     
  21. Offline

    Antariano

    ibab. please post on github as always. I'm trying to understand what's happening, please hold on.
     
  22. I tried, but it gives me "404".
     
  23. Offline

    NeatMonster

  24. Offline

    Jamy

    It was, it is back now, sorry for the incovienence ;)
     
  25. Offline

    Lolmewn

    Close Enough! :D
     
  26. Offline

    M1sT3rM4n

    WHAT? Even this loser got into closed beta and NOT ME?
     
  27. Offline

    Lolmewn

    That's because you're an even bigger loser ;D
     
  28. Offline

    M1sT3rM4n

    [​IMG]
     
  29. Offline

    rblxyddiv

    you do understand this is already the end of January
    :p
     
  30. Offline

    Nathan C

Thread Status:
Not open for further replies.

Share This Page