[INACTIVE][ADMN] BukkitUp v2.0 - Keep your server current! [UPDATED!]

Discussion in 'Inactive/Unsupported Plugins' started by Lamp, Jan 18, 2011.

  1. Offline

    Lamp

    NOW DOWNLOADS ONLY RECOMMENDED CRAFTBUKKIT BUILDS

    I got fed up with having to check for updates daily so I wrote this handy plugin to do it for me!

    Pros: automatic checking and file downloading

    Tested on CraftBukkit version: 53+

    To install simply place the jar in your plugins directory

    Usage: simply close your server and replace the jar with the downloaded one

    Edit:

    There is also one property you can add / edit into server.properties
    Code:
    auto-download-updates=true
    
    EDIT: UPDATED TO 2.0 NOTE: Upon initial placement "Integration" of the BukkitUp plugin your version will be read as -1, this will change upon the first run as bukkitup updates.

    Download: - BukkitUp

    Source: - BukkitUp
     
  2. Offline

    Maddin

    thx alot it works ^^
     
  3. Offline

    lukegb

    This is a warning heads up: Bamboo will being going down.

    Use http:/jenkins.lukegb.com/job/dev-CraftBukkit/api/json as an alternative to screenscraping (if you remove the trailing 'json' from the URL, some documentation will appear).

    Thanks for your co-operation :)
     
  4. Offline

    Kaikz

    Just put this in your start script before the java bit:
    Code:
    rm -f craftbukkit.jar
    wget --no-check-certificate -r -l 0 -O craftbukkit.jar http://artifacts.lukegb.com/artifactory/libs-snapshot-local/org/bukkit/craftbukkit/0.0.1-SNAPSHOT/craftbukkit-0.0.1-SNAPSHOT.jar
    
     
  5. This only work for Linux-User for Windows and Mac-User I will write a new Plugin based on the new URL from lukegb, thanks for this.
     
  6. Offline

    Kevin Forte

    Code:
    2011-02-20 15:29:33 [INFO] [BukkitUp]: Checking for updates to CraftBukkit...
    2011-02-20 15:29:33 [INFO] [BukkitUp]: unable to grab version
    Problem?
     
  7. Offline

    ImontypythonI

    newfag here. sorry about the noobiness, but I don't understand how to use it. I put it in my plugins and added the thing to the properties, but how do I actually use it?
     
  8. Offline

    Sol

    This plugin is broken since bukkit source changed from bamboo to it's own in-house "thing" (which sucks compared to bamboo for navigation at least, IMO).

    You are best off looking at the guy who posted above you, though I'm personally not a huge fan of the way his plugin works, at least it works. I, at the moment, am downloading builds manually (since the last 15 builds have done nothing except break stuff anyway).

    ~Sol
     
  9. Offline

    lukegb

    It's not inhouse, it's Jenkins. :p
     
  10. Offline

    Lamp

    No worries, I was on an extended vacation; I'll be fixing this shortly.
     
  11. Offline

    jordanneil23

    Thank god. I used this to make a plugin that auto downloads the bukkit jar for plugin making but now neither work as I am to lazy to fix them :p
     
  12. Offline

    Lamp

    You'll be pleased to know, I have completely rewritten it; And it's better than ever!
     
  13. Just installed this plugin. "This server is running Craftbukkit version git-Bukkit-"8845ffe" (MC: 1.2_01)".
    Get this error message in the console.

    Code:
    23-Feb-2011 01:41:59 org.bukkit.plugin.SimplePluginManager loadPlugins
    SEVERE: Could not load plugins\BukkitUp.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:79)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:117)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:82)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:53)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:171)
            at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:158)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:110)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.NoSuchMethodException: ws.triii.bukkitup.PluginMain.<init>(org.bukkit.plugin.PluginLoader, org.bukk
    it.Server, org.bukkit.plugin.PluginDescriptionFile, java.io.File, java.io.File, java.lang.ClassLoader)
            at java.lang.Class.getConstructor0(Unknown Source)
            at java.lang.Class.getConstructor(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
            ... 8 more
     
  14. Offline

    jordanneil23

    Put auto-download-updates=true in your server.properties, if that's not the problem wait for Lamp to come back on.

     
  15. I forgot that line the first time; I removed the plugin while it didn't work, and removed the line. But I put it back in and double checked it, and got the same error :-(

    Edit: Just made a test server with a later build of craftbukkit (b416 instead of my b339) and it works fine. So I guess my live server version is just a tad too old!
     
  16. Offline

    jordanneil23

    Glad you figured it out :D
     
  17. Thanks!
    Now I just gotta wait for some of my plugins to get updated, and then I can update craftbukkit. Last time I tried the console practically blew up in my face, so I just stuck with 339!
     
  18. Offline

    Lamp

    That's actually not needed anymore; the new version default downloads it if the line isn't present.

    Glad you resolved it, good to know it only works with 53+ then i'll update it!
     
  19. Offline

    jordanneil23

    @Lamp

    Saw that in the source, forgot about it... oops. :p
     
  20. Offline

    Lamp

    It's alright, The first BukkitPp i wrote in a hurry, this one should be a lot better :D (I fixed a lot of those small annoyances)
     
  21. Offline

    Sol

    No worries Lamp. Welcome home I guess :D

    I'll be updating to your new version now cheers!

    ~Sol
     
  22. Offline

    Zyndr0me

    You are awesome! <3
     
    jordanneil23 likes this.
  23. Offline

    Lamp

    Thanks, Hope it transitions easy!

    :D
     
  24. Offline

    warthelm

    plz plz plz help since i downloaded this i got this 20:09:13 [INFO] Starting minecraft server version Beta 1.3
    20:09:13 [INFO] Loading properties
    20:09:13 [INFO] Starting Minecraft server on 7.4.242.107:25565
    20:09:13 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    20:09:13 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    20:09:13 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    20:09:13 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    20:09:13 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-493-
    g8b5496e-b493jnks (MC: 1.3)
    20:09:13 [INFO] Preparing level "survival123"
    20:09:13 [INFO] Preparing start region
    20:09:14 [SEVERE] Could not load plugins\AuthMe.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:80)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:129)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.bukkit.fabe.AuthMe.AuthMe.<init>
    ()
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:75)
    ... 8 more
    20:09:14 [INFO] [BukkitUp]: [Warning] auto-download-updates property not found,
    autodownloading updated builds by default
    20:09:14 [INFO] [BukkitUp]: BukkitUp V.2.0 by Triii.ws, Now initialized & checki
    ng for updates....
    20:09:14 [INFO] [BukkitUp]: Server is up to date!
    20:09:14 [INFO] Done (0,091s)! For help, type "help" or "?"
    20:10:12 [INFO] 143 recipes


    i am runing LANserver for my friends
     
  25. Offline

    Sol

    The problem you are having is being caused by AuthMe.jar, not BukkitUp...

    ~Sol
     
  26. Offline

    azzy6105

    I LOVE YOU THANK YOU SOOO MUCH
     
  27. Offline

    Noah1997

    Your explanation on installation is a little confusing? You say say "replace the jar with the downloaded one". Which one?
     
  28. Offline

    CorneliousJD

    Does BukkitUp not work anymore?
     
  29. Offline

    seanie.dolan

    sorry,but I'm afraid u have a a broken link
     
  30. Offline

    4am

    This plugin has been inactive for quite some time now. It was last tested on CraftBukkit version (called a "recommended build") number 53. We are currently on 1060. So, yeah.
     

Share This Page