Inactive [FUN/ECON/DEV] uQuest v1.50 - Overly customizable quest system [793 - 602]

Discussion in 'Inactive/Unsupported Plugins' started by Hawox, Mar 4, 2011.

  1. Offline

    Hawox

    As most of you can guess I have not worked on this plugin in a long time. I'm working full time at a grocery store as well as going to college. I literally have no time for sleep let alone Minecraft. Recently someone has contacted me saying they are working on my plugin. I appreciate his work and effort while I am away. This is a link to his topic. His download can be found at hawox.no-ip.info
    uQuest - Overly customizable quest system!
    German Questlist 5/16/11
    [​IMG]
    Coming Soon!
    Gui Questmaker (Heres a beta build!)
    Upload/download area for quests!
    mcMMO extension!


    Team:
    Hawox
    Laxlux - New German quest list maintainer
    HiMyNameIsAJ - Creating a uQuest website
    Looking for:
    • Someone to make a nice looking website for uquest (Not my cup of java).
    • Someone to add MySql support.
    • Plugin attachment devs!
    • Someone with ideas on different quest types!
    • People to write some random quests to be thrown in the defaults!

    -----------------------Plugin summery below this point-----------------------
    ~Comes preloaded with 53 quests!~

    Support for: (You don't NEED any of these for the plugin to work.)
    Code:
    Permissions (but not needed!)
      -"uQuest.CanQuest.*" - Allows all these sub permissions
        -"uQuest.CanQuest.done"
        -"uQuest.CanQuest.amount"
        -"uQuest.CanQuest.stats'
        -"uQuest.CanQuest.info"
        -"uQuest.CanQuest.give"
        -"uQuest.CanDropQuest"
    
      -"uQuest.CanReloadQuests" - Allows the use of /reloadquests
      -"uQuest.CanReloadQuestConfig" - Allows the use of /reloadquestconfig
    
     iConomy (but not needed!)
     BOSEconomy (Again, not needed!)
     Essentials! (Again, not needed!)
    Alright here goes, theres a lot to cover so I may miss something on this first go threw! Want a better way to get money into your server economy that selling items to the server or random lottery's? Do you like QUESTS?!?! Do you want your users to compete to see who is a better quester? Then uQuest might be for you!


    uQuest offers your users a simple way to quest! No need to walk miles and miles to a random NPC or click on some block at spawn. All they need to do is type '/uquest give' and uQuest will give them a random quest from it's database! A yml file is provided where you type out each quest for your users. That's right. YOU can decide how many quests there are, what they are, and how you want your users to do them (creating and editing this file are explained on the wiki). You can broadcast every x quests someone finishes to the server as well as give out rewards for x amount of quests. I'll leave the rest for the features section, just thought I'd get you hooked with that :3 If you grab the .zip (which you need to if you want to store your users in a SQLite database!) I have included 53 quests inside!

    All of that not enough? Well theres an API! Other plugin authors can use this as a base for their own plugins!

    Here's a quick screenshot of what the text looks like:
    [​IMG]


    ~Features~
    (I may miss a few, there's quite a bit)




    ~Quest Types~
    All of these can have specific locations set to them! (Can only do in this area etc)
    (More to come I promise!!)



    ~Commands~
    (More to come I promise!!)



    ~Watch out~
    With great power (of customization)... Come's great responsibility.... There is a lot that can go wrong if you don't pay attention when your changing files. Thankfully, I've tried to have the plugin spew out as many warnings as it could on the servers start. Always give it a check to make sure the plugin loaded all of your work!!!

    ~Plugin Attachments~
    (These plugins add new features to the basic uQuest system)
    _________________________________________
    uQuest-MoreModCommands
    Just started this as an example of what people can do. All it currently has is /qadmin givequest
    OP's and people with the permissions (not required for this either) node 'uQuest.MoreModCommands' can use it.
    _________________________________________
    uQuest-ShowTracker
    Simply shows someones progress on a quest everytime they do something for it. IE. I punch a log as part of my quest (grey text)Log Punches 7/10.
    Just put the jar into your plugins folder and it will work on it's own!
    Updates needed: Move quests | Picking up items. | Support for uQuest levels
    _________________________________________
    uQuest-AutoComplete
    Completes quests automagicly! Works with the same methods as showtracker so it has the same flaws. There is this weird bug when running both at the same time that spams some weird extra text. Try to ignore it for now.
    Just put the jar into your plugins folder and it will work on it's own!
    Updates needed: Move quests | Picking up items. | Unknown status on working with quest levels. | Odd text bug with showtracker/this mix.
    _________________________________________


    ~Plugins using the API~
    (These plugins use the uQuest API to shape their own plugin)
    PuzzleQuest




    Since people don't read the above, I'll post this again here so I don't have to write the reply back to this anymore.
     
  2. Offline

    Debilitation

    What does
    [Server] SEVERE Could not pass event PLUGIN_ENABLE to uQuest

    Mean?

    Also, I added iConomy, the reward was 100 dollars (monies) but.. I never got it whenever I did /money and saw my balance. Still remained the same.

    Kinda confused, and lost :/

    :confused:
     
  3. Offline

    Hawox

    Read the entire first post and find the section on how to post an error. Then I can help. Thank you.
     
  4. Offline

    Debilitation

    Okay..


    Code:
    02.05 15:26:19 [Server] SEVERE [uQuest] If this is not correct, change the config 'pluginTimerCheck' to a higher value.
    02.05 15:26:19 [Server] SEVERE [uQuest] iConomy is not loaded. Turning iConomy support off.
    02.05 15:26:15 [Server] Startup Done (0.672s)! For help, type "help" or "?"
    02.05 15:26:15 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    02.05 15:26:15 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
    02.05 15:26:15 [Server] INFO     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
    02.05 15:26:15 [Server] INFO     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
    02.05 15:26:15 [Server] INFO     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
    02.05 15:26:15 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    02.05 15:26:15 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    02.05 15:26:15 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    02.05 15:26:15 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)
    02.05 15:26:15 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    02.05 15:26:15 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    02.05 15:26:15 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)
    02.05 15:26:15 [Server] INFO     at hawox.uquest.PluginListener.onPluginEnable(PluginListener.java:26)
    02.05 15:26:15 [Server] INFO java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
    02.05 15:26:15 [Server] SEVERE Could not pass event PLUGIN_ENABLE to uQuest
     
  5. Offline

    Hawox

    "If this is not correct, change the config 'pluginTimerCheck' to a higher value."
     
  6. Offline

    Debilitation

    Ah, didn't see that..

    Thanks...
     
  7. Offline

    Hawox

    Of course. Not a problem.
     
  8. Offline

    Debilitation

    Sorry Hawox to be such a pain, but theres still this error.

    Code:
    02.05 15:30:44 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at hawox.uquest.PluginListener.onPluginEnable(PluginListener.java:26)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] SEVERE Could not pass event PLUGIN_ENABLE to uQuest[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO [iZone : 6.1] Loaded 1 zones out of 1[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO [iZone : 6.1] Using permissions of Permissions.[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO [iZone : 6.1] Enabled![/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO [iConomy] hooked into Permissions.[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    ... 13 more[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at java.lang.ClassLoader.loadClass(ClassLoader.java:264)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at java.lang.ClassLoader.loadClass(ClassLoader.java:319)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at java.security.AccessController.doPrivileged(Native Method)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at java.net.URLClassLoader$1.run(URLClassLoader.java:217)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.iConomy[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO    at hawox.uquest.PluginListener.onPluginEnable(PluginListener.java:26)[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] INFO java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]02.05 15:30:44 [Server] SEVERE Could not pass event PLUGIN_ENABLE to uQuest[/FONT][/COLOR]
    [COLOR=rgb(20, 20, 20)][FONT=Georgia]
    [/CODE][/FONT][/COLOR]
     
  9. Offline

    Hawox

    Can you post your entire server startup log please?
     
  10. Offline

    Debilitation

    Code:
    02.05 15:36:09 [Connect] User Tuanx, IP 94.175.116.2
    02.05 15:36:07 [Server] Startup Done (0.673s)! For help, type "help" or "?"
    02.05 15:36:07 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    02.05 15:36:07 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
    02.05 15:36:07 [Server] INFO     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
    02.05 15:36:07 [Server] INFO     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
    02.05 15:36:07 [Server] INFO     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
    02.05 15:36:07 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    02.05 15:36:07 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    02.05 15:36:07 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    02.05 15:36:07 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)
    02.05 15:36:07 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    02.05 15:36:07 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    02.05 15:36:07 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)
    02.05 15:36:07 [Server] INFO     at hawox.uquest.PluginListener.onPluginEnable(PluginListener.java:26)
    02.05 15:36:07 [Server] INFO java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
    02.05 15:36:07 [Server] SEVERE Could not pass event PLUGIN_ENABLE to uQuest
    02.05 15:36:07 [Server] INFO [iZone : 6.1] Loaded 1 zones out of 1
    02.05 15:36:07 [Server] INFO [iZone : 6.1] Using permissions of Permissions.
    02.05 15:36:07 [Server] INFO [iZone : 6.1] Enabled!
    02.05 15:36:07 [Server] INFO [iConomy] hooked into Permissions.
    02.05 15:36:07 [Server] INFO     ... 13 more
    02.05 15:36:07 [Server] INFO     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
    02.05 15:36:07 [Server] INFO     at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
    02.05 15:36:07 [Server] INFO     at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
    02.05 15:36:07 [Server] INFO     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    02.05 15:36:07 [Server] INFO     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    02.05 15:36:07 [Server] INFO     at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    02.05 15:36:07 [Server] INFO     at java.security.AccessController.doPrivileged(Native Method)
    02.05 15:36:07 [Server] INFO     at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    02.05 15:36:07 [Server] INFO Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.iConomy
    02.05 15:36:07 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    02.05 15:36:07 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
    02.05 15:36:07 [Server] INFO     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
    02.05 15:36:07 [Server] INFO     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
    02.05 15:36:07 [Server] INFO     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
    02.05 15:36:07 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    02.05 15:36:07 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    02.05 15:36:07 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    02.05 15:36:07 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)
    02.05 15:36:07 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    02.05 15:36:07 [Server] INFO     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    02.05 15:36:07 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)
    02.05 15:36:07 [Server] INFO     at hawox.uquest.PluginListener.onPluginEnable(PluginListener.java:26)
    02.05 15:36:07 [Server] INFO java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
    02.05 15:36:07 [Server] SEVERE Could not pass event PLUGIN_ENABLE to uQuest
    02.05 15:36:07 [Server] INFO [iConomy] Developed by: [Nijikokun]
    02.05 15:36:07 [Server] INFO [iConomy] v5.0 (Eruanna) loaded.
    02.05 15:36:07 [Server] INFO [iConomy] Logging is currently disabled.
    02.05 15:36:07 [Server] INFO Loaded EssentialsSpawn build 2.2.6 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    02.05 15:36:07 [Server] INFO NSCommand 0.2 enabled.
    02.05 15:36:07 [Server] INFO [uQuest] Successfully linked with Essentials.
    02.05 15:36:07 [Server] INFO [uQuest] Successfully linked with Permissions.
    02.05 15:36:07 [Server] INFO [uQuest] v1.2 enabled! With 53 quests loaded!
    02.05 15:36:07 [Server] INFO [uQuest] Loaded with SQLite!
    02.05 15:36:07 [Server] INFO DB Queue runner started
    02.05 15:36:06 [Server] INFO LWC    At version: v2.31
    02.05 15:36:06 [Server] INFO SQLite    Using: Native
    02.05 15:36:06 [Server] INFO LWC    Loading SQLite
    02.05 15:36:06 [Server] INFO LWC    Using Nijikokun's permissions plugin for permissions
    02.05 15:36:05 [Server] INFO LWC    Loaded 116 locale strings (0 overrides)
    02.05 15:36:05 [Server] INFO [BBROTHER] BigBrother 1.8-SNAPSHOT enabled
    02.05 15:36:05 [Server] WARNING [BBROTHER] 'Help' isn't detected. No /help support
    02.05 15:36:05 [Server] INFO [BBROTHER] Permissions enabled using: GroupManager v1.0(alpha-5)
    02.05 15:36:05 [Server] INFO [BBROTHER] Building `bbusers` table...
    02.05 15:36:04 [Server] INFO [BBROTHER] BBData H2 Driver r1 loaded!
    02.05 15:36:04 [Server] INFO [BBROTHER] Building `bbdata` table...
    02.05 15:36:03 [Server] INFO [BBROTHER] ------------------------------------
    02.05 15:36:03 [Server] INFO [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    02.05 15:36:03 [Server] INFO [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    02.05 15:36:03 [Server] INFO [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    02.05 15:36:03 [Server] INFO [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    02.05 15:36:03 [Server] INFO [BBROTHER] ------------------------------------
    02.05 15:36:03 [Server] INFO [uQuest-ShowTracker] version 0.1 is enabled!
    02.05 15:36:03 [Server] INFO BlastControl version 1.0.4 is enabled!
    02.05 15:36:03 [Server] INFO AppleTree activated.
    02.05 15:36:03 [Server] INFO Loaded EssentialsChat build 2.2.8 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    02.05 15:36:03 [Server] WARNING Version mismatch! Please update all Essentials jars to the same version.
    02.05 15:36:03 [Server] INFO Loaded Essentials build 2.2.6 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    02.05 15:36:02 [Server] WARNING Version mismatch! Please update EssentialsChat to the same version.
    
     
  11. Offline

    Hawox

    Ah it seems there is a new revamp of iCon. I'll need to update this later. Sorry that it's not working with iCon 5
     
  12. Offline

    Debilitation

    Oh, okay. No problem. Please reply and let me know when it's updated.

    By the way, it's also not giving me any money upon completing a quest, would this be why as well?
     
  13. Offline

    Hawox

    Yes because it thinks iCon does not exist.
     
  14. Offline

    Debilitation

    Okay thanks for the help. I will check back tomorrow to see when it has been updated! :)
     
  15. Offline

    TheRealKANi

    just confirming that iConomy V5 makes it go crazy.. :rolleyes:
     
  16. Offline

    ToastHelmi

    have i write the permissions with the "
     
  17. Offline

    Debilitation

    Has it been fixed yet Hawox? ^_^
     
  18. Offline

    Hawox

  19. Offline

    marcus

    Can you make this work with mysql?
     
  20. Offline

    Hawox

    Asking someone to take this on. We'll see! I'm getting around to updating this. I have it done on the git I just wanted to get a few things worked out first. Sorry >:
     
  21. Offline

    Fewsome

    @Hawox
    Thanks for your great contribution to the minecraft community with you Quest System.
    I haven't had any fatal problems with your plugin yet and enjoy it more each day.
    Keep up the great work! Thanks!


    @all

    I'm looking for more quests for my server but im to lazy to write them all by myself.
    Don't get me wrong, I already added 100 more quests but im wondering if there are some users who would share their quests.

    So if you feel like sharing yours, tell me, that'd be aweomse!

    fewsome
     
  22. Offline

    Hawox

    I'll try and get a release out now. I've got the GUI mostly made. Just all the background stuff left to go on it. Maybe I'll make a server that stores peoples quests they make with it :eek: That would be neat.

    EDIT:
    @Fewsome Thank you for your thanks!
    Version 1.21
    • API tweaks.
    • Fixed extremely rare divide by 0 errors.
      • Setting anything in the config to 0 should be the same as disabling it now.
    • Plugins support refactor.
      • No longer on a timer.
      • Fixed iCon support.
      • Removed a node from the config file.
        • You should update yours.
     
  23. Offline

    DJ_Idol

    There's no config.yml in the update .zip :( Also, I updated and get this server log error:

    Code:
    2011-05-04 14:16:49 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'q' in plugin uQuest v1.21
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
        at hawox.uquest.commands.Cmd_uquest.onCommand(Cmd_uquest.java:33)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    
    I've checked the quests.yml with a YAML parser and there's no errors, and it was working before the .21 update.
     
  24. Offline

    Hawox

    Do you have permissions on your server? Does your uQuest config file have permissions on the server? I need to know so I can find out why permissions is returning null.
     
  25. Offline

    colddemon

    Excuse me if I am to blind to find that question and answer here but pls hear me out:

    Is there a limit of quests?
    I changed some of the original ones, deleted some and put some new in but when I put more than 53 Quests and try to load them I get the message:
    "An internal Error has occured"

    Thanks
     
  26. Offline

    Hawox

    I need more info than that. You messed up the format of a quest along the way. There is no limit to how many you can have. It will still work with over 9000 quests.
     
  27. Offline

    m5k

    Code:
    00:52:58 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'uque
    st' in plugin uQuest v1.21
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85
    )
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    55)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:675)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:638)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:632)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
    at hawox.uquest.commands.Cmd_uquest.onCommand(Cmd_uquest.java:33)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    Same as above. I have permissions and I've given 'uQuest.CanQuest.*' to one group. 15 other groups have inheritance of that group.
     
  28. Offline

    DJ_Idol

    I do have Permissions, and it is set to true in the config, but I didn't add the permissions to any users in the actual permissions config. But, it worked until the update. I thought that giving permissions was optional. Should I try setting permissions to false in the uQuest config?
     
  29. Offline

    Hawox

    Did permissions have an update or something? I don't know why this would randomly stop working :<
     
  30. Offline

    DJ_Idol

    Permissions is on v2.7.2
     
  31. Offline

    MichaelBurge

Share This Page