CraftBukkitUpToDate
Keep your Server/Plugins up to date
After the plugin detect a new build, it download to bukkit_update in the main-Folder. After that you must stop your server and copy the craftbukkit.jar from bukkit_update to your main-Folder.
After Version 1.4 I support plugins if a new version found it download to build_update/plugins. After that stop your server and copy/move the new files to your plugin-Folder
This is no autoupdater, it only download the new Version do the update-Folder, the user have to copy the files. On this way, he know which plugins he update and can check if he like to update.
I recommend to save your old craftbukkit.jar/plugin before update. Not all builds from CraftBukkit work correctly.
Features
Download the newest build to build_update Config-File in plugins/CraftBukkitUpToDate/CraftBukkitUpToDate.properties
- to enable/disable automatic download
- updateChannel (to choose between rb, beta or dev)
- set craftBukkitName (Default: craftbukkit.jar)
- deactivate pluginLog
- deactivate craftBukkitUpdateCheck
- blacklist to add Plugins, you don't want to update (blacklist=test1.jar;test2.jar)
- deactivate automatic pluginUpdateCheck
- deactivate serverLog if new Version available (broadcastOnlyToOps=true) Check for update in a configurable period.
- Configurable in CraftBukkitUpToDate.properties in milliseconds lowest value is 24 hours standard is 24 hours Broadcast if new update available (To all Ops, or via Permissions).
- Configurable in CraftBukkitUpToDate.properties default value is true
- Additional Plugin-Dirs to check (if you have a dir additionalPlugins in your Bukkit-Folder add additionalPluginDirs=additionalPlugins/)
Command to start plugin-Check, to start type /uptodate plugin
Command to start the update-Check, to start type /uptodate update
All commands work also at Server-Console type only craftbukkituptodate or uptodate without /
Automaticly download new updates for Plugins
- Download new updates in build_update/plugins
- plugin.properties with links to the plugins, this one download automaticly if a new one at my server
Pail Gui-Support check Thread for more infos
Permissions
Permissions/GroupManager is optional else only ops can use the commands. Available permission nodes are (case sensitive):
- craftbukkituptodate.broadcast - these users get a message if a new build available
- craftbukkituptodate.plugin - these users can use plugin-Command
- craftbukkituptodate.update - these users can use the update-Command
Automatic update
For Linux-User, if you like to move your new plugins automaticly, try the script from Myx0x3: http://forums.bukkit.org/threads/ad...ugins-up-to-date-400.5026/page-10#post-122380
or for more features use the one from Tealk: http://dev.bukkit.org/bukkit-plugins/linux-server-startscript-menu/
or use the Bukkit-Build-In: You can configured it by yourself, all you must do is to open the bukkit.yml and change the update-folder to ../bukkit_update/plugins. I don't recommend this, because all plugins updated automaticly without any user-interactions.
My Plugin didn't supported, how i get it to work with CButD?
There are three ways, you have to make only one of them:
1. Add it to http://dev.bukkit.org/. Your link should be like the jar-File-Name if your jar-File example.jar your link on dev.bukkit.org should be http://dev.bukkit.org/bukkit-plugins/example/. If not no problem you have two other options:
2. Add dev-url to your plugin.yml this should look like : dev-url: http://dev.bukkit.org/bukkit-plugins/example/, please replace the url with your one, else it didn't work. Also you should know that only dev.bukkit.org-Urls works.
Here is a example plugin.yml:
name: Your name main: Your main class version: Your version dev-url: http://dev.bukkit.org/bukkit-plugins/replace this with your url of dev-Bukkit/ commands: your command: description: descrition usage: /<command> <function> [buildnumber] aliases: [alias1, alias2]
3. If option 1 and option 2 didn't work for you let me know this and I add it to my plugin.properties. Please remember I only support dev.bukkit.org-Plugins.
Also you should know that your project at dev.bukkit.org should contain file-Downloads, else I have no chance to check for updates and download the newest version.
Forum
Need help or have any questions use the Forum: http://dev.bukkit.org/bukkit-plugins/craftbukkituptodate/forum/
Video
https://www.youtube.com/watch?v=XWdpz6JsWRk
FAQ
Did the plugin.properties update automaticly?
Yes, if a new one available it update automatic.
Did you download all plugins every time to check for updates?
No, I use the rss-Feed of dev-bukkit
Do you automatic update my plugins?
No I'm only download the new version to bukkit_update/plugins you have to copy them to your Plugin-Folder. I will never implement a autoupdater, you are the Admin and you have to choose which plugins you like to update. This is only a little help to do this.
How can I choose if between recommend and beta version?
In CraftBukkitUpToDate.properties set recommendedBuild=true, if you like the recommend Build, or recommendedBuild=false if you like the beta-Version.
Now that Bukkit supports a plugin update folder, will CBUTD add support for it, so we are able to run a /reload after CBUTD runs and have the updated plugins load?
Not by default. But you can configured it by yourself, all you must do is to open the bukkit.yml and change the update-folder to ../bukkit_update/plugins. I don't recommend this, because all plugins updated automaticly without any user-interactions.
Can I add additonal Plugin Folders that will be check if I like to deactivate a plugin but check for updates?
Yes, use the additionalPluginDirs-Option in the CraftBukkitUpToDate.properties
-
View User Profile
-
Send Message
Posted Aug 5, 2013I added a couple of new plugins to the list, here is the updated version!
http://bitbin.it/PseqXHA3
EDIT: Oops, wrong place, sorry!
-
View User Profile
-
Send Message
Posted Aug 5, 2013@vivosims
Yes
-
View User Profile
-
Send Message
Posted Jul 29, 2013will the 1.6.1 build work with 1.6.2? because it was bug fixes
-
View User Profile
-
Send Message
Posted Jul 15, 2013nice plugin
-
View User Profile
-
Send Message
Posted Jul 14, 2013@JoshiTheElder
second that :-)
-
View User Profile
-
Send Message
Posted Jul 10, 2013and what is the rb channel thing
and can you make it so that it will also check for an update using a comand
what is a dirs
why does it sometimes say download.falil and plugin.fail in the plugins folder that is in the craftbukkit uptodate folder and the plugins in the plugins folder thsat is in the craftbukkit upto date folder is that the updated version
-
View User Profile
-
Send Message
Posted Jul 5, 2013CBUTD is a great plugin! Although some of my plugins need to have their dev url added lol. But I recommend this to everyone =D perfect tool for players and devs alike, so everyone is on the "same page"!
-
View User Profile
-
Send Message
Posted Jul 5, 2013Could *please* remove this dreaded 24h restriction? Sometimes i actually *want* to run the update check earlier (especially when i'm about to configure my server), so this restriction is rather annoying as-is.
Thx
-
View User Profile
-
Send Message
Posted Jul 5, 2013@Ruprect_Denmark
Please update your Java to 7, you using the older Java 6.
-
View User Profile
-
Send Message
Posted Jul 5, 2013Using latest build (#2807) MC 1.6.1 - CBUTD fails:
-
View User Profile
-
Send Message
Posted Jul 4, 2013Your newest update, I believe is slightly broken.
First install and it's given me:
It doesn't do any checks for updates and it doesn't download.
Tested On:
Inside
Nothing in the plugin.fail file.
I've forced doing uptodate update and gives me the same error, I've restarted and deleted the CraftBukkitUptoDate files numerous times and it's the same result.
-
View User Profile
-
Send Message
Posted Jul 4, 2013@NoFear13
I wuv you...
-
View User Profile
-
Send Message
Posted Jul 4, 2013@semirotta
Yes
-
View User Profile
-
Send Message
Posted Jul 4, 2013Wait did i understand correctly:
This updates the craftbukkit automatically to the RECOMMENDED build
and
updates PLUGINS I use too?
-
View User Profile
-
Send Message
Posted Jul 4, 2013Looks great.
-
View User Profile
-
Send Message
Posted Jul 4, 2013@Tealk123
You're sure you run it on CraftBukkit?
-
View User Profile
-
Send Message
Posted Jul 4, 20132013-07-04 17:02:22 [INFO] [[0;33;1mCButD[0;37;1m][0;31;1m Plugin-Update-Check started[m
2013-07-04 17:02:23 [WARNING] CraftBukkitUpToDate a Error:
java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: org/yaml/snakeyaml/constructor/Constructor$ConstructYamlObject
at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at de.nofear13.craftbukkituptodate.CraftBukkitUpToDateHelper.updatePlugins(CraftBukkitUpToDateHelper.java:1148)
at de.nofear13.craftbukkituptodate.CraftBukkitUpToDateHelper$1.run(CraftBukkitUpToDateHelper.java:821)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: org/yaml/snakeyaml/constructor/Constructor$ConstructYamlObject
at org.yaml.snakeyaml.constructor.Constructor.<init>(Constructor.java:82)
at org.yaml.snakeyaml.constructor.Constructor.<init>(Constructor.java:65)
at org.yaml.snakeyaml.constructor.Constructor.<init>(Constructor.java:55)
at org.yaml.snakeyaml.Yaml.<init>(Yaml.java:65)
at de.nofear13.craftbukkituptodate.CraftBukkitUpToDateHelper.updateThisPlugin(CraftBukkitUpToDateHelper.java:1305)
at de.nofear13.craftbukkituptodate.UpdatePluginCall.call(UpdatePluginCall.java:45)
at de.nofear13.craftbukkituptodate.UpdatePluginCall.call(UpdatePluginCall.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 15 more
-
View User Profile
-
Send Message
Posted Jul 2, 2013and what is the rb channel thing
-
View User Profile
-
Send Message
Posted Jul 2, 2013and can you make it so that it will also check for an update using a comand
-
View User Profile
-
Send Message
Posted Jul 2, 2013what is a dirs