[INACTIVE][ADMN] BukkitUpdater v0.3 - Plugin Manager for CraftBukkit [670]

Discussion in 'Inactive/Unsupported Plugins' started by KokaKiwi, Mar 3, 2011.

  1. Offline

    KokaKiwi

    BukkitUpdater - Plugin Manager for CraftBukkit:
    Version: v0.3

    BukkitUpdater is a plugin manager which allow you to control plugins like packet manager 'apt' for Linux.

    Plugins list is based on decentralized plugin's repositories (XML files), which can be personalised in config.yml file.

    A XML plugin's repository should be written as follows:

    Code:
    <plugin>
        <id>bukkitupdater</id>  <!-- Plugin ID, must be in lower case - REQUIRED -->
        <name>BukkitUpdater</name> <!-- Plugin name, must be the same name that plugin's description show - REQUIRED -->
        <version>0.1</version> <!-- Version, must be in format "NUMBER.NUMBER.etc..." NO LETTERS! - REQUIRED -->
        <author>KokaKiwi</author> <!-- Author, not used but - REQUIRED -->
        <url>http://github.com/KokaKiwi/BukkitUpdater</url> <!-- Plugin website URL - OPTIONAL -->
        <file-type>archive</file-type> <!-- File type (jar for .jar, archive for .zip) Tar.Gz not implemented - REQUIRED -->
        <file-url>http://kokakiwi.github.com/test.zip</file-url> <!-- Plugin file URL - WARNING : Don't use https:// in file URL, BukkitUpdater couldn't check them for the moment - REQUIRED -->
        <dependencies> <!-- Plugin dependencies - OPTIONAL -->
            <dep id="kiwiplugin" version="1.1" /> <!-- Plugin dependency, "id" is dependency's ID, version not used - OPTIONAL -->
        </dependencies>
        <website>http://www.minerepo.tk</website>
        <description>Bukkit plugins and core updater</description>
        <bukkit-build>670</bukkit-build> <!-- CraftBukkit Core Build dependency - OPTIONAL -->
    </plugin>
    A website is in preparation. It will allow all plugins developers to register their plugins to an "official" repository.

    Features:
    • Based on decentralized plugin's repositories (XML files)
    • Allow you to install a plugin directly from console or IG
    Commands: /updater <subcommand> <args> (Works in console too, without "/")

    • /updater update : Update all installed plugins
    • /updater check : Check updates, but didn't download them
    • /updater install <pluginID> : Install a plugin defined by his ID
    • /updater remove <pluginID> : Remove a plugin defined by his ID
    • /updater purge <pluginID> : Remove a plugin and delete his data folder (usually "plugins/[pluginName]")
    • /updater enable <pluginID|pluginName> : Enable a plugin
    • /updater disable <pluginID|pluginName> : Disable a plugin
    • /updater load <pluginName> : Load a jar file located at "plugin" folder with name "[pluginName].jar"
    • /updater info <pluginID> : Get infos about a plugin
    Download BukkitUpdater
    Source Code

    Changelog:
    Show Spoiler

    Version 0.3
    • Added Info command
    • Improved List command
    • Added website and description field to plugin definition in XML file
    • Some minors modifications
    Version 0.2.3
    • Added eisental fixes and adding :)
    Version 0.2.2
    • Bugs fixes
    Version 0.2.1
    • Quick changes to fix somes urgent bugs.
    • Changed repository to MineRepo repository
    Version 0.2
    • Added "/updater list" command (only installed subcommand is on, "avalailable" is unimplementable, too long if there is a lot of plugins)
    • Added "http://bukkitupdater.tk/updateList.xml" to default repositories. You must delete your config.yml file to update it!
    Version 0.1.1
    • Added local repository
    • Fixed somes bugs
    Version 0.1
    • First release, with some bugs that will be fixed soon

    ToDo:
    • Add a cache system (to prevent error during loading update lists)
    • Add dependencies versions support (some plugins can't work with certains plugins version)
    • Add plugin files cache, for backup old plugins versions (if new version crash the server)
     
    ksevelyar and cobra1162 like this.
  2. Offline

    Wulfspider

    That is probably because @KokaKiwi added the new repo of his that doesn't actually work. :p
    If you have it in the config.yml, it will cause errors trying to read it.
     
  3. Offline

    Weegee

    Oh, sorry, I meant 556, not 566 ^^'
     
  4. Offline

    Josh Harwood

    so what should i remove to get it working :s i #'d out the kokakiwi one and it's still Fecked
     
  5. Offline

    Wulfspider

    What does your config file look like right now?

    I'm not really sure any of the repos are maintained right now. I might setup one soon for AuthDB and others.
     
  6. Offline

    Josh Harwood

    Server output:
    Code:
    2011-03-26 17:51:17 [INFO] LWC    Loading shared objects
    2011-03-26 17:51:17 [INFO] LWC    Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    2011-03-26 17:51:17 [INFO] [BlockPaint] version 1.4 is enabled!
    2011-03-26 17:51:17 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2011-03-26 17:51:17 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2011-03-26 17:51:17 [INFO] GroupManager version 1.0(alpha-5) is enabled!
    2011-03-26 17:51:17 [INFO] Fake Permissions version 2.5.1 is enabled!
    2011-03-26 17:51:17 [INFO] WorldEdit 4.2 enabled.
    2011-03-26 17:51:17 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-03-26 17:51:17 [INFO] Loaded Essentials build 2.0.299 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-03-26 17:51:17 [INFO] Loaded EssentialsProtect build 2.0.299 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-03-26 17:51:17 [INFO] DropChest version 0.6.2 is enabled!
    2011-03-26 17:51:17 [INFO] Lockette version 1.3.1 is being enabled!  Yay!
    2011-03-26 17:51:17 [INFO] Lockette: Detected craftbukkit build [556] ok.
    2011-03-26 17:51:17 [INFO] Lockette: Linked to Nijikokun's Permissions plugin version 2.0
    2011-03-26 17:51:17 [INFO] Lockette: Ready to protect your containers.
    2011-03-26 17:51:17 [INFO] Minecart Mania Automations version 1.04 is enabled!
    2011-03-26 17:51:17 [INFO] Minecart Mania Admin Controls version 1.04 is enabled!
    2011-03-26 17:51:17 [INFO] PhatLoots 0.2 is enabled!
    2011-03-26 17:51:17 [INFO] PhatLoots Successfully linked with Permissions!
    2011-03-26 17:51:17 [INFO] BukkitUpdater : Using Group Manager v1.0(alpha-5)
    2011-03-26 17:51:17 [INFO] BukkitUpdater : Local repository created.
    2011-03-26 17:51:17 [INFO] BukkitUpdater : Updating...
    2011-03-26 17:51:18 [INFO] BukkitUpdater : New CraftBukkit build available (#556), this server using build #544 !
    2011-03-26 17:51:18 [INFO]                 You should update the server. New version downloaded in bukkitUpdater folder.
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Checking updates from repository in cache...
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'BlockPaint' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'WorldEdit' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'EssentialsProtect' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'DropChest' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Lockette' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Minecart Mania Automations' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Minecart Mania Admin Controls' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'PhatLoots' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Stats' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Minecart Mania Chest Control' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'RealShop' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'EssentialsServerlist' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Minecart Mania Sign Commands' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'BigBrother' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'dynmap' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Minecart Mania Station' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Minecart Mania Autocart' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Minecart Mania Pressure Plates' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'EssentialsSpawn' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Elevators' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'LWC' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'iConomy' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'EssentialsChat' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Residence' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'ecoCreature' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'TimeAnnounce' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'CraftIRC' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'AutoSave' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Minecart Mania Core' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'MobControl' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Server Port' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Achievements' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'MobileAdminBukkit' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Essentials' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Honeypot' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater : Plugin 'Minecart Mania Spawner' isn't in loaded repositories
    2011-03-26 17:51:18 [INFO] BukkitUpdater v0.1 is enabled!
    2011-03-26 17:51:18 [INFO] [Stats-0.8] Need to download 1 file(s)
    2011-03-26 17:51:18 [INFO] [Stats-0.8]  - Downloading file : http://dev.craftland.org/stats/Stats.jar
    2011-03-26 17:51:18 [INFO] [Stats-0.8] Update failed: plugins/Stats/plugins/Stats.jar (No such file or directory)
    2011-03-26 17:51:18 [SEVERE] java.io.FileNotFoundException: plugins/Stats/plugins/Stats.jar (No such file or directory)
    2011-03-26 17:51:18 [SEVERE]     at java.io.FileOutputStream.open(Native Method)
    2011-03-26 17:51:18 [SEVERE]     at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    2011-03-26 17:51:18 [SEVERE]     at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    2011-03-26 17:51:18 [SEVERE]     at com.nidefawl.Stats.util.Updater.update(Updater.java:465)
    2011-03-26 17:51:18 [SEVERE]     at com.nidefawl.Stats.util.Updater.checkDist(Updater.java:157)
    2011-03-26 17:51:18 [SEVERE]     at com.nidefawl.Stats.Stats.onEnable(Stats.java:519)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:260)
    2011-03-26 17:51:18 [SEVERE]     at com.earth2me.essentials.commands.Commandreloadall.run(Commandreloadall.java:34)
    2011-03-26 17:51:18 [SEVERE]     at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:56)
    2011-03-26 17:51:18 [SEVERE]     at com.earth2me.essentials.Essentials.onCommand(Essentials.java:586)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:221)
    2011-03-26 17:51:18 [SEVERE]     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:380)
    2011-03-26 17:51:18 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:366)
    2011-03-26 17:51:18 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    2011-03-26 17:51:18 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-26 17:51:18 [INFO] [Stats-0.8] Need to download 2 file(s)
    2011-03-26 17:51:18 [INFO] [Stats-0.8]  - Downloading file : http://dev.craftland.org/stats/Stats.jar
    2011-03-26 17:51:18 [INFO] [Stats-0.8] Update failed: plugins/Stats/plugins/Stats.jar (No such file or directory)
    2011-03-26 17:51:18 [SEVERE] java.io.FileNotFoundException: plugins/Stats/plugins/Stats.jar (No such file or directory)
    2011-03-26 17:51:18 [SEVERE]     at java.io.FileOutputStream.open(Native Method)
    2011-03-26 17:51:18 [SEVERE]     at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    2011-03-26 17:51:18 [SEVERE]     at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    2011-03-26 17:51:18 [SEVERE]     at com.nidefawl.Stats.util.Updater.update(Updater.java:465)
    2011-03-26 17:51:18 [SEVERE]     at com.nidefawl.Stats.util.Updater.checkAchDist(Updater.java:181)
    2011-03-26 17:51:18 [SEVERE]     at com.nidefawl.Stats.Stats.onEnable(Stats.java:520)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:260)
    2011-03-26 17:51:18 [SEVERE]     at com.earth2me.essentials.commands.Commandreloadall.run(Commandreloadall.java:34)
    2011-03-26 17:51:18 [SEVERE]     at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:56)
    2011-03-26 17:51:18 [SEVERE]     at com.earth2me.essentials.Essentials.onCommand(Essentials.java:586)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:221)
    2011-03-26 17:51:18 [SEVERE]     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:380)
    2011-03-26 17:51:18 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:366)
    2011-03-26 17:51:18 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    2011-03-26 17:51:18 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-26 17:51:18 [INFO] [Stats-0.8] Need to download 2 file(s)
    2011-03-26 17:51:18 [INFO] [Stats-0.8]  - Downloading file : http://dev.craftland.org/stats/Stats.jar
    2011-03-26 17:51:18 [SEVERE] java.io.FileNotFoundException: plugins/Stats/plugins/Stats.jar (No such file or directory)
    2011-03-26 17:51:18 [SEVERE]     at java.io.FileOutputStream.open(Native Method)
    2011-03-26 17:51:18 [SEVERE]     at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    2011-03-26 17:51:18 [SEVERE]     at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    2011-03-26 17:51:18 [SEVERE]     at com.nidefawl.Stats.util.Updater.update(Updater.java:465)
    2011-03-26 17:51:18 [SEVERE]     at com.nidefawl.Stats.Stats.onEnable(Stats.java:529)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:260)
    2011-03-26 17:51:18 [SEVERE]     at com.earth2me.essentials.commands.Commandreloadall.run(Commandreloadall.java:34)
    2011-03-26 17:51:18 [SEVERE]     at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:56)
    2011-03-26 17:51:18 [SEVERE]     at com.earth2me.essentials.Essentials.onCommand(Essentials.java:586)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    2011-03-26 17:51:18 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:221)
    2011-03-26 17:51:18 [SEVERE]     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:380)
    2011-03-26 17:51:18 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:366)
    2011-03-26 17:51:18 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    2011-03-26 17:51:18 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-26 17:51:18 [INFO] [Stats-0.8] Converted 0 stat files to MySQL
    2011-03-26 17:51:18 [INFO] [Stats-0.8] Using Nijis Permissions for permissions
    2011-03-26 17:51:18 [INFO] [Stats-0.8] Plugin Enabled
    2011-03-26 17:51:18 [INFO] Minecart Mania Chest Control version 1.04b is enabled!
    2011-03-26 17:51:18 [INFO] [RealShop] version [0.55] (tickleman) loaded
    2011-03-26 17:51:18 [INFO] EssentialsServerlist version 2.0.299 by Vimae Development enabled.
    2011-03-26 17:51:18 [INFO] Minecart Mania Sign Commands version 1.04b is enabled!
    2011-03-26 17:51:18 [INFO] [BBROTHER] BBData MySQL Driver r1 loaded!
    2011-03-26 17:51:18 [INFO] [BBROTHER] Permissions enabled using: GroupManager v1.0(alpha-5)
    2011-03-26 17:51:18 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-03-26 17:51:18 [INFO] [BBROTHER] BigBrother 1.7.1 enabled
    2011-03-26 17:51:18 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    2011-03-26 17:51:18 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    2011-03-26 17:51:18 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    2011-03-26 17:51:18 [INFO] Loading renderer 'org.dynmap.kzedmap.CaveTileRenderer'...
    2011-03-26 17:51:18 [INFO] Activated world 'world' in Dynmap.
    2011-03-26 17:51:18 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    2011-03-26 17:51:18 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    2011-03-26 17:51:18 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    2011-03-26 17:51:18 [INFO] Dynmap WebServer started on null:8123
    2011-03-26 17:51:18 [INFO] Minecart Mania Station version 1.04a is enabled!
    2011-03-26 17:51:18 [INFO] Minecart Mania Autocart version 1.04 is enabled!
    2011-03-26 17:51:18 [INFO] Minecart Mania Pressure Plates version 1.0 is enabled!
    2011-03-26 17:51:18 [INFO] Loaded EssentialsSpawn build 2.0.299 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-03-26 17:51:18 [INFO] Elevators version 1.4 is enabled and linked to Permissions!
    2011-03-26 17:51:18 [INFO] LWC    Using Nijikokun's permissions plugin for permissions
    2011-03-26 17:51:18 [INFO] LWC    Loading SQLite
    2011-03-26 17:51:19 [INFO] SQLite    Using: Pure
    2011-03-26 17:51:19 [INFO] LWC    At version: v1.66
    2011-03-26 17:51:19 [INFO] [iConomy] Logging is currently disabled.
    2011-03-26 17:51:19 [INFO] [iConomy] v4.5 (Elektra) loaded.
    2011-03-26 17:51:19 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    2011-03-26 17:51:19 [INFO] [RealShop] load dependency : iConomy 4.x ok
    2011-03-26 17:51:19 [INFO] [RealShop] Uses iConomy plugin (/money commands) as economy system
    2011-03-26 17:51:19 [INFO] PhatLoots Successfully linked with iConomy!
    2011-03-26 17:51:19 [INFO] [iConomy] hooked into Permissions.
    2011-03-26 17:51:19 [INFO] Loaded EssentialsChat build 2.0.299 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-03-26 17:51:19 [INFO] [Residence] Found Permissions Plugin!
    2011-03-26 17:51:19 [INFO] [Residence] Successfully linked with iConomy.
    2011-03-26 17:51:19 [INFO] [Residence] Enabled! Version 1.0.1 by bekvon
    2011-03-26 17:51:19 [INFO] [ecoCreature] Enabled with iConomy support.
    2011-03-26 17:51:19 [INFO] [ecoCreature] Camping spawns disabled, radius is set to 15
    2011-03-26 17:51:19 [INFO] TimeAnnounce - Copyright 2011 - Shannon Wynter (http://fremnet.net) - Source released under GPL3
    2011-03-26 17:51:19 [INFO] TimeAnnounce version 1.0 is enabled :)
    2011-03-26 17:51:19 [INFO] Permissions detected by CraftIRC.
    2011-03-26 17:51:19 [INFO] CraftIRC v2.0 Preview 10b loading.
    2011-03-26 17:51:19 [INFO] CraftIRC - Connecting to irc.esper.net:6667
    2011-03-26 17:51:19 [INFO] CraftIRC - Connected
    2011-03-26 17:51:19 [INFO] CraftIRC v2.0 Preview 10b loading.
    2011-03-26 17:51:19 [INFO] CraftIRC - Connecting to irc.bytesized-hosting.com:6667
    2011-03-26 17:51:19 [INFO] CraftIRC - Joined channel: #cake
    2011-03-26 17:51:21 [INFO] CraftIRC - Connected
    2011-03-26 17:51:21 [INFO] CraftIRC Enabled.
    2011-03-26 17:51:21 [INFO] CraftIRC DEBUG [OFF]
    2011-03-26 17:51:21 [INFO] [AutoSave] Server Version is Recommended Build 556
    2011-03-26 17:51:21 [INFO] [AutoSave] Version 1.1.5 is enabled!
    2011-03-26 17:51:21 [INFO] [AutoSave] Loading config file
    2011-03-26 17:51:21 [INFO] [AutoSave] AutoSaveThread Started: Interval is 300 seconds, Warn Time is 0 seconds
    2011-03-26 17:51:21 [INFO] Minecart Mania Core version 1.04e is enabled!
    2011-03-26 17:51:21 [INFO] CraftIRC - Joined channel: #giggatown
    2011-03-26 17:51:21 [INFO] [MobControl] Loaded settings!
    2011-03-26 17:51:21 [INFO] [MobControl] Version 1.8.02 is enabled!
    2011-03-26 17:51:21 [INFO] Initialisation
    2011-03-26 17:51:21 [INFO] [ServerPort] Read gameport from server.PROPERTIES file: 25565
    2011-03-26 17:51:21 [INFO] [Serverport] Unable to open gate file: serverport.txt
    2011-03-26 17:51:21 [INFO] Custom gates defined:
    2011-03-26 17:51:21 [INFO] cartgate
    2011-03-26 17:51:21 [INFO] temple
    2011-03-26 17:51:21 [INFO] bindstone
    2011-03-26 17:51:21 [INFO] nether
    2011-03-26 17:51:21 [INFO] watercurtain
    2011-03-26 17:51:21 [INFO] [Serverport] peer server database file doesn't exist
    2011-03-26 17:51:21 [INFO] [Serverport] no servers have been configured
    2011-03-26 17:51:22 [INFO] [ServerPort] Global hostname detection:
    2011-03-26 17:51:22 [INFO] [ServerPort] ns309636.ovh.net
    2011-03-26 17:51:22 [INFO] [ServerPort] use /serverport globalhostname to set a particular hostname
    2011-03-26 17:51:22 [INFO] [ServerPort] Bound to port 25465 correctly
    2011-03-26 17:51:22 [INFO] Server Port version 275 is enabled!
    2011-03-26 17:51:22 [INFO] [Achievements-0.8] Found required plugin: Stats
    2011-03-26 17:51:22 [INFO] [Achievements-0.8] Found supported plugin: CraftIRC
    2011-03-26 17:51:22 [INFO] [Achievements-0.8] loaded 60 achievements definitions
    2011-03-26 17:51:22 [INFO] [Achievements-0.8] Achievements 0.8 Plugin Enabled
    2011-03-26 17:51:22 [INFO] MobileAdmin: Starting server...
    2011-03-26 17:51:22 [INFO] MobileAdminBukkit version 2.4 is enabled!
    2011-03-26 17:51:22 [INFO] MobileAdmin: Server listening on *:5839
    2011-03-26 17:51:22 [INFO] Honeypot revision 1 by Argomirr succesfully loaded.
    2011-03-26 17:51:22 [INFO] Minecart Mania Spawner version 1.04 is enabled!
    2011-03-26 17:51:22 [INFO] Reloaded all plugins.
    2011-03-26 17:51:22 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-03-26 17:51:22 [INFO] [BBROTHER] Starting Cleanser thread...
    2011-03-26 17:51:22 [INFO] [BBROTHER] Cleaned out 698 records because of age in 0h00m00s.
    2011-03-26 17:51:22 [INFO] [BBROTHER] Ending Cleanser thread...
    Config:

    Code:
    updateUrls:
    #  - 'http://kokakiwi.github.com/BukkitUpdater/updateList.xml'
    #  - 'http://bukkitupdater.tk/updateList.xml'
      - 'http://www.kokabsolu.com/updateList.xml'
    bukkitCoreVersion: 'recommended'
    updateTimer: 43200000
     
  7. Offline

    NetMAx

    If have setup a public repository for BukkitUpdater:
    www.minerepo.tk

    This Repo gives developers a way to quickly share updates with bukkit server administrators. Also it is very easy to use.

    The Repo is a early development stage but it is working =)

    Everybody has the possibility to add new plugins(They get activated after a team member has checked the provided informations). The XML file url is http://www.minerepo.tk/repo.xml

    Please help us by adding new plugins!

    Your

    NetMax
     
  8. Offline

    SharkWipf

    This plugin looks very promising, but in its current state it is a no-go imo. I would really (as in REALLY) like to see this plugin and its webpage(s) getting updated to a (better) usable state. I will try to make time to see if I can add some updates to NetMAx's webpage too, though I don't have much time lately.
    KokaKiwi, are you still working on this?
     
  9. Offline

    heroanth2345

    18:36:23 [INFO] Done (1,718s)! For help, type "help" or "?"
    >updater update
    18:36:33 [ATTENTION] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'upda
    ter' in plugin BukkitUpdater v0.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80
    )
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    25)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:391)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.command.CommandSender.isPlaye
    r()Z
    at org.kokakiwi.bukkitupdater.commands.UpdateCommand.execute(UpdateComma
    nd.java:18)
    at org.kokakiwi.bukkitupdater.BukkitUpdater.onCommand(BukkitUpdater.java
    :122)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 6 more

    ------------------------------------------------------------------------------------------------------

    What to do?
     
  10. Offline

    KokaKiwi

    Sorry for not having released new versions of my plugins, but I've a lot of problems with my server (which is in construction) =(
    Oh yeah, thanks! You help me a lot with this! =)
    I'll quickly update BukkitUpdater to implement your repository until I've finished my own :)
    Thanks :)

    I'll fully update BukkitUpdater and ApiCraft when I've some time to do this (I'm busy T_T)

    PS: I've a new update link for BukkitUpdater : http://dl.dropbox.com/u/13100583/BukkitUpdater.jar ;)
     
  11. Offline

    packetshepherd

    Okay, i MUST be missing something. When attempting to use the "updater" command from the console, I get the "Unknown console command. Type "help" for help." result. I have tried the "/updater update all" command from in the game (I am admin and have '*' for permissions), and still no love. So here I am ready to expose my ignorance and have someone assist with pulling my head out of my arse.

    Code:
    19:57:35 [INFO] Starting minecraft server version Beta 1.4
    19:57:35 [INFO] Loading properties
    19:57:35 [INFO] Starting Minecraft server on *:34429
    19:57:35 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-612-g4c7a9e7-b617jnks (MC: 1.4)
    19:57:35 [INFO] Preparing level "chiba"
    19:57:35 [INFO] Preparing start region
    19:57:35 [INFO] 144 recipes
    19:57:36 [INFO] Preparing spawn area: 97%
    19:57:36 [INFO] [Permissions] (Phoenix) was Initialized.
    19:57:36 [INFO] BukkitUpdater : Using Permissions v2.5.5
    19:57:36 [INFO] BukkitUpdater : Local repository created.
    19:57:36 [INFO] BukkitUpdater : Updating...
    19:57:37 [INFO] BukkitUpdater : Checking updates from repository in cache...
    19:57:37 [INFO] BukkitUpdater : Plugin 'dynmap' isn't in loaded repositories
    19:57:37 [INFO] BukkitUpdater : Plugin 'Lockette' isn't in loaded repositories
    19:57:37 [INFO] BukkitUpdater : New version detected for 'Minecart Mania Core' (new version: 1.07c)
    19:57:38 [INFO] BukkitUpdater v0.2.1 is enabled!
    19:57:38 [INFO] [Permissions] version [2.5.5] (Phoenix)  loaded
    19:57:38 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    19:57:38 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    19:57:38 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    19:57:38 [INFO] Loading renderer 'org.dynmap.kzedmap.CaveTileRenderer'...
    19:57:38 [INFO] Activated world 'chiba' in Dynmap.
    19:57:38 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    19:57:39 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    19:57:39 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    19:57:39 [INFO] Dynmap WebServer started on null:8123
    19:57:39 [INFO] Lockette version 1.3.3 is being enabled!  Yay!
    19:57:39 [INFO] Lockette: Detected craftbukkit build [617] ok.
    19:57:39 [INFO] Lockette: Linked to Permissions plugin version 2.5.5
    19:57:39 [INFO] Lockette: Ready to protect your containers.
    19:57:39 [INFO] Minecart Mania Core version 1.07b is enabled!
    19:57:39 [INFO] Minecart Mania Chest Control version 1.07 is enabled!
    19:57:39 [INFO] Minecart Mania Admin Controls version 1.06 is enabled!
    19:57:39 [INFO] Minecart Mania Sign Commands version 1.06 is enabled!
    19:57:39 [INFO] Minecart Mania Station version 1.07 is enabled!
    19:57:39 [INFO] Minecart Mania Pressure Plates version 1.06 is enabled!
    19:57:39 [INFO] Done (0.390s)! For help, type "help" or "?"
    19:57:44 [INFO] [Minecart Mania] Loading Sensor Data.
    >updater update all
    19:57:57 [INFO] Unknown console command. Type "help" for help.
    
     
  12. Offline

    TE5LA

    Does this work for 1.4? I'm having all kinds of problems getting my server to work now. It worked perfectly with 1.3 with all plugins, no errors. I installed this and ran the new 1.4 and put the suggested updates in and get 12 severe errors and 3 warnings. Nearly every plugin I have gives errors. I can't even connect to the server because it says "Outdated Server".

    With the Craftbukkit I was using in 1.3, the name was just craftbukkit.jar, but now it's craftbukkit-0.0.1-SNAPSHOT.jar. And what do I do about updating Bukkit? Can someone please explain how these Bukkit/Craftbukkit updates work and how the batch file should be?
     
  13. Offline

    KokaKiwi

  14. Offline

    NetMAx

    Thx for adding minerepo repository :)
    We are currently working to get even more plugins into the repository.
     
  15. Offline

    KokaKiwi

    Er, could you use http://dl.dropbox.com/u/13100583/BukkitUpdater.jar instead of download link in MineRepo, current is pointing to an old version :s
     
  16. Offline

    NetMAx

    Download Link and version changed =)

    PS.: Edit Function gets activated today ;) (Then you are able to change this yourself). I also want to give you an account with the permission to activate plugin entries if you are interested.
     
  17. Offline

    Alkoforumm

    Great Plugin...but need more Plugins and some Plugin Authors wirte files link..... ****.zip and not ***.jar
     
  18. Offline

    NetMAx

    minerepo team trys to contact plugin authors to get more plugins into the repository =)

    You can help us:
    Ask the author of your favourite plugins to add them to www.minerepo.tk!
     
  19. Offline

    Alkoforumm

    Hi
    I have a question download the plugin the newest xml file...and check plugins....or download manuell the xml file
     
  20. Offline

    KokaKiwi

    Yeah ^-^
    Ah. Could you change BukkitUpdater URL in MineRepo download's page to http://dl.dropbox.com/u/13100583/BukkitUpdater.jar (current is outdated)
     
  21. Offline

    NetMAx

    URL changed and edit function activated =) (Now you can change the properties of your plugin yourself ;-)
     
  22. Offline

    Silicon

    I was curious how this plugin knows which version of craftbukkit i'm running, it reads the meta-inf stuff? because i'm using biome terrain mod which requires replacing the meta-inf files in the jar file and it says that the server is out of date.
     
  23. Offline

    jin hong ji

    how do i add mods to the repository?
     
  24. Offline

    NetMAx

    Click on Register and sign up for a free account.
    No wlogin with your new account.

    Click an "My Plugins" and on "Submit new Plugin"
     
  25. Offline

    eisental

    @KokaKiwi I was too annoyed by the time it took to startup the server when the plugin is looking for jenkins.lukegb.com and getting a connection refused exception so I decided to fix it (with some other small changes).
    Hope you can push it. I'm willing to help maintaining the plugin, at least until fill is finally done.
     
  26. Offline

    Oscarius

    Why isn't it automatically overwriting the old plugin with the new one? It just downloads it to bukkitUpdates directory.
     
  27. Offline

    needspeed10

    How would be a "delete my plugin" function if you made a typo ?
     
  28. Offline

    KokaKiwi

    Done, I've pushed it, thanks :) I'm building v0.2.3 right now ;)
    I'll release v0.2.4 soon, because I've more time to do this now =)

    Because I want to leave the choice to server admin to update or no the plugin ;)

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

    eisental

    Thanks. Does /updater install copy updated plugins from the bukkitUpdates folder? or do I have to manually copy the jars?
     
  30. Offline

    KokaKiwi

    "install" command copy JAR file (or ZIP dezipped) directly to plugins/ folder ;)
     
  31. Offline

    ksevelyar

    cb670 + BukkitUpdater v0.2.2
     

Share This Page