Inactive [RPG] NPC-Quester v2.3.1 - Make NPCs give quests (links uQuest/EpicQuest and Citizens) [1000]

Discussion in 'Inactive/Unsupported Plugins' started by Randy Schouten, Jun 9, 2011.

  1. Offline

    Randy Schouten

    NPC-Quester - Make NPCs give quests!
    Version: 2.3.1

    If you ever wanted a plugin that would make your NPCs give out quests, this is the plugin for you.
    Lots of features to be added, so keep on the lookout!

    Features:
    • uQuest:
      • NPCs give random quests
      • Specified NPCs give out a specific quest and restricted those quests if wanted
      • If wanted, make players have a specified item in their hand with a specified amount, and if you want it, take it from them too
      • Quest chains!
      • Make NPCs give out the quest only once
    • EpicQuest:
      • Give solo quests
      • Give group quests
    How to install: (read carefully!)


    First off, required plugins:
    uQuest or EpicQuest (quests)
    Citizens (NPCs)
    Permissions (commands, not neccesary but nice to have)

    uQuest:
    Now, to give your NPCs quests, use the ingame commands to make your NPCs quests!​
    You can also copy paste one of the examples and type your own settings there if you find that easier too.​

    EpicQuest:
    Use in-game commands to add NPCs or change the config​

    Names are case sensitive!

    When you are done adding your questers, /reload your server to load them.

    Download:

    For uQuest (not iQuest!): RAR, ZIP
    For EpicQuest: RAR, ZIP

    How to use:
    To get a quest, right click a NPC who is in the config file.

    Commands with uQuest:
    Code:
    /npcq help [page], shows commands.
    There's too much commands to type here, so just use the help command to see them all.
    Reload command removed for now, it doesn't work
    Permissions with uQuest:
    Code:
    npcq.add
    npcq.edit - Normal quest editing
    npcq.remove - Normal quest removing
    npcq.item - Quest giver item editing and removing
    npcq.chain - Chain quest adding, removing and editing
    npcq.help - Shows all commands in-game
    Commands with EpicQuest:
    Code:
    /npcq help - Shows commands.
    /npcq add solo/group/turnin [npc name] - Add a quester
    /npcq remove [npc name] - Remove a quester
    Permissions with EpicQuest:
    Code:
    npcq.add - Add questers
    npcq.remove - Remove questers
    npcq.help - Show all commands in-game
    Todo:
    • Option to restrict random quest givers to NOT give out specified quests (Planned for next version)
    • Quest chains
    • Get quests only once
    • Right click a NPC twice to get a quest, see q info on first click
    • Automatic quest amount counting (Planned for next version)
    • Need a certain quest level before able to get quests from certain NPCs
    • Command to add random quest givers (Planned for next version)
    • Show quest status instead of "You already have a quest" when you hit a quest giver (Planned for next version)
    • Complete quest on hitting the npc (Planned for next version)
    • Possible quest fees
    • Complete quests only once then disable them for that player
    • Suggestions always welcome!
    Changelog:


    • v2.3.1
      • Fixed the remove command for EpicQuest
      • Added another NPC type: "turnin"
      • ^Right click that NPC to turn in quests
    • v2.3
      • Added EpicQuest support! (There's a second download now for that.)
    -------------------------------------------------------------------------------------------------------------------------
    From here will only be EpicQuest updates, not uQuest
    • v2.2.5
      • Again, fixed to work with newest Citizens (stop changing hooks T_T)
    • v2.2.4
      • Bug fix:
        • Now works with newest Citizens version
    • v2.2.3
      • Bug fix:
        • The add command now adds the newest feature (this bug caused the plugin to read the config in a wrong way. Sorry!)
    • v2.2.2
      • Bug fix:
        • Chain quests now work properly with the new "onlyonce" feature
    • v2.2.1
      • Bug fix:
        • Quests should be given out properly now with the new features
    • v2.2
      • New additions:
        • Automatic quest counting
        • Option to have NPCs give out a quest only once
        • See the quest, then type a command to accept or decline it
      • Changes:
        • Added what item you need to have in your hand if you don't have the correct one
        • Permission nodes or items are merged
      • And some other stuff I can't remember, including changes and bugfixes (nothing major)
    • v2.1
      • New additions:
        • Commands to change quest chains
      • Changes:
        • Changed all commands to be compatible with v2.x.x and higher
        • Changed the help pages a little, /help shows categories with pages now
    • v2.0.4
      • Bug fix
        • Fixed quest chains not giving out properly if "iteminhand active = false" or "iteminhand consume = false"
    • v2.0.3
      • Bug fix:
        • Fixed the issue of "iteminhand active = true" and "iteminhand consume = false" resulting in not giving a quest
    • v2.0.2
      • Bug fix:
        • Fixed quests not giving out of the NPC had a colored name (This was the bug that bothered several users.)
    • v2.0.1
      • Bug fix:
        • Fixed quest progress saving possibly not saving correctly with multiple users
    • v2.0
      • New addition:
        • Chain quests!
        • Plugin remembers where you were in your chain quest, so you don't have to do it over ;)
      • Bug fixes:
        • Random stuff I can't remember
        • This includes NPCs not giving quests
    • v1.3.1b
      • Bug fixes:
        • Fixed some texts on [false/true] commands not displaying correctly
        • Fixed default config not working
        • Fixed a player not being able to turn in a quest if item consume and active are false
        • Fixed sending the player a message with all the configs for all NPCs
      • Changes:
        • Changed overall file handling, it's a lot more error resistant now
    • v1.3.1a
      • Bug fix:
        • Fixed config not read properly
        • Changes:
        • Improved check to see if a branch is empty
    • v1.3.1
      • Bug fixes:
        • Fixed commands not adding questers correctly with new format
        • Fixed random questers not working properly
    • v1.3
      • New additions:
        • Added the ability that you need a specific item in your hand to get a quest
        • Added the ability to consume that specific item
        • Added the ability to consume a certain amount of that item
        • If you right click the NPC you got the quest from and you completed the objectives, the quest is turned in
        • Shows the amount of objectives finished if you didn't complete a quest and hit the NPC you got the quest from
        • Added a check to see if a branch is empty, so there won't be errors if you have one empty
        • Added lots of commands
      • Bug fixes:
        • Fixed the commands from the previous version(s)
        • Fixed /help giving an error, now shows first page
        • Fixed NPCs saying "derp" when asking for a quest
        • Changes:
        • Help pages are now in categories
    • v1.2.1
      • New addition:
        • Compatible with 860
    • v1.2
      • Bug fixes:
        • Commands are now (hopefully) fully fixed
        • Fixed all NPCs giving quests
        • Stopped my plugin from ruining uQuest's quests.yml file (sorry!)
      • Changes:
        • Removed the /npcq reload command, it doesn't work as of now
    • v1.1
      • New additions:
        • Extra commands
        • Ability to have specific quests private or not
      • Bug fixes:
        • Fixed the /remove command
      • Changes:
        • /help now has 2 pages. So instead of "/help", type "/help 1" or "/help 2"
    • v1.0
      • Initial release
    Big thanks to the creators of:
    uQuest (http://forums.bukkit.org/threads/rp...st-and-citizens-860.20677/page-14#post-402289)
    Citizens
     
  2. Offline

    DoomBunnyPwn

    So this works even though uQuest is down?
    Or is it separate?
     
  3. Offline

    yolospat

    Yes, I did. And it IS enabled. I've restarted the server, /reload, to no avail.
     
  4. Hi i have just updated the plugin and i still cannot get a quest chain,

    I compleate the quest and talk to the npc and i get the same quest again

    there are no errors and the cconfig looks like this

    Code:
    specific:
        ExampleSpecific:
            iteminhand:
                amount: 1
                item: 1
                active: false
                consume: false
            thisNPConly: 'true'
            quest:
                chain:
                    quests: 4,1,7
                    active: 'true'
                normal: 1
            onlyonce: true
        Barry:
            iteminhand:
                amount: 1
                item: 1
                active: false
                consume: false
            thisNPConly: 'true'
            quest:
                chain:
                    quests: 53,39,0
                    active: 'true'
                normal: 53
            onlyonce: true
    random:
        ExampleRandom:
            iteminhand:
                amount: 1
                item: 1
                active: false
                consume: false
    amount: 53
    
    No errors on the server and nothing i can see to report

    Could u also make possible to turn allow accept off

    Many thanks

    Love the plugin without chains :D

    Resolved issue i had not updated files correctly

    all working as needed many thanks

    GREAT JOB :D

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

    Randy Schouten

    Alright cool :D

    uQuest still works for me.
    It does depend on uQuest, Citizens and Permissions (for commands), so if you don't want any seeminly outdated plugins, it will not work.

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

    ohmydoddtv

    This has stopped working completely for me, I've re-installed this and when I give people a quest to do they don't tell you anything. Might have to stop using this and uQuest as Citizens are releasing a quest system soon.

    This is an amazing plugin but I fell it's going to die out because of the Citizens quests :/
     
  7. Offline

    Bonkerz

    Suggestion : A quest can be take to an NPC and quand be closed to another NPC.
     
  8. Offline

    antonplopp

    /npcq commands does not work for me...
    If i write for example "/npcq help 1" there are no text at all instead of being an error text.
     
  9. Offline

    yolospat

    I had the exact same problem.
     
  10. Offline

    Randy Schouten

    Do you 2 have Permissions?
    It also said that in the error log.

    This is an idea I've been thinking about.
    It'll probably have a new quest file in the NPC-Quester folder where you can put in quests such as "q0", "q1" etc.
    Then you can give these quests by typing exactly the same as in the quest config, so you can also mix these quests with normal quests if you want them in chains.

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

    1born2kill

    For a chain quest, is it possible to do this:
    1. Talk to NPC
    2. Gather Materials
    3. Talk to 2nd NPC
    4. Kill a Pig
    5. Talk to 3rd NPC and get Rewards!
     
  12. Offline

    Randy Schouten

    It's weird that it's not working... Are you sure you have your config set up correctly?

    Also, I'm not too sure about if my plugin will die because of Citizens having their own quest system.
    See, I don't think they'll include so much options for quest if you combine my plugin and uQuest. Not anytime soon anyway.
    On top of that, when the creator of uQuest is back, that'll also be updated seperatly from my plugin, giving me even more options, as he was going to take uQuest apart and basically make it an API.
     
  13. Offline

    1born2kill

    why cant I do chain quests?
    well this is what I did:
    1. Create an NPC named Test
    2. type /npcq chain quests Test 2,3,4

    Anything else I have to add?
     
  14. Offline

    yolospat

    I didn't see in the post that permissions was a pre-req, is it? I'm the server op on my server and if permissions isn't installed it should default to ops.txt.
     
  15. Offline

    morizuki

    Code:
    2011-06-20 15:42:32 [INFO] [NPC-Quester]: Setting up config files
    2011-06-20 15:42:32 [INFO] [NPC-Quester]: Config file found!
    2011-06-20 15:42:32 [INFO] [NPC-Quester]: Players file found!
    2011-06-20 15:42:32 [INFO] [NPC-Quester] uQuest system not enabled. Disabling plugin.
    2011-06-20 15:42:32 [INFO] [NPC-Quester]: Disabled!
    2011-06-20 15:42:32 [INFO] [NPC-Quester]: Permissions detected
    2011-06-20 15:42:32 [SEVERE] Error occurred while enabling NPCQuester v2.2.2 (Is it up to date?): Plugin attempted to register PLAYER_INTERACT_ENTITY while not enabled
    org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register PLAYER_INTERACT_ENTITY while not enabled
        at org.bukkit.plugin.SimplePluginManager.registerEvent(SimplePluginManager.java:346)
        at randy.npcq.npcq.onEnable(npcq.java:190)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    having a problem when I'm starting my server..
     
  16. Offline

    Randy Schouten

    Did you actually read the error?
    I'll make it bold for you.

    2011-06-20 15:42:32 [INFO] [NPC-Quester] uQuest system not enabled. Disabling plugin.
     
  17. Offline

    morizuki

    oh.. sorry.. I think i've missed that part :D

    thanks.. I think you may want to put a Requirements: uQuest and Citizens Plugins on your first post..
     
  18. Offline

    hiro24

    is it possible to make an npc questgiver that does NOT take turn-ins? AKA Pick up quest from npc at point A, finish quest at point B?
     
  19. Offline

    Randy Schouten

    That's something I intend on adding in a future version.

    Will do :)
     
  20. Offline

    MineFreakz

    Wow the plugin always works but after some time the npcs stop giving quests and i have to reinstall the plugins again which really sucks ! what is this?

    First it works then it doesnt i even had to reload uquest citizens and npcquester once and i didnt get any error :((
     
  21. Offline

    Muty

    Hey, thanks for the plugin it works great so far.
    I just want to report an incompatability with another plugin, namely hercohat 4.10.3
    I'm getting the following error when I have both plugins enabled and I type /npcq
    Code:
    2011-06-20 17:06:49 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'npcq' in plugin NPCQuester v2.2.2
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:279)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:428)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:413)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
        at randy.npcq.npcq.onCommand(npcq.java:764)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
     
  22. Offline

    Randy Schouten

    I might know the cause, could you upload your "players.yml" file for me?


    If HeroChat doesn't support colors, then you get this error.
    I'll see if I can make it so it doesn't send colors if you use Herochat.
     
  23. Offline

    MineFreakz

    Code:
    players:
        Akumasama:
            ExampleSpecific: '7'
    Akumasama:
        ExampleSpecific:
            completedquest: 'true'
    Looks kind of... empty :D
    This is just the default file
     
  24. Offline

    Randy Schouten

    Do you use Quest chains?
    Can you also put the config here while your at it? xD
     
  25. Offline

    MineFreakz

    Ive deleted everyting and reinstalled the plugin and added a quest so theres only one quest in my config file
    i used 2 chainquests
    Code:
    specific:
        ExampleSpecific:
            iteminhand:
                amount: 1
                item: 1
                active: false
                consume: false
            thisNPConly: 'true'
            quest:
                chain:
                    quests: 4,1,7
                    active: 'true'
                normal: 1
            onlyonce: true
        Harrald(kurz):
            iteminhand:
                amount: 1
                item: 1
                active: false
                consume: false
            thisNPConly: 'true'
            quest:
                chain:
                    quests: 0,0,0
                    active: false
                normal: 13
    random:
        ExampleRandom:
            iteminhand:
                amount: 1
                item: 1
                active: false
                consume: false
    amount: 69
     
  26. Offline

    Randy Schouten

    Does the server log give you an error?
     
  27. Offline

    MineFreakz

    No , but i twice had something strange which could only be caused by npcquester uquest or citizens.
    After i reloaded my server crashed and the console got spammed with:
    Code:
    2011-06-20 17:23:39 [SEVERE] java.lang.NullPointerException
     
  28. Offline

    Randy Schouten

    Only that little part?
    The error should be bigger.
     
  29. Offline

    MineFreakz

    yeah by default there is even no error i honestly dont get it

    Edit:I would be happy about a full setup guide
    This is my server log after a reload
    Code:
    2011-06-20 18:25:00 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-06-20 18:25:00 [INFO] Starting Minequery server on 217.198.136.66:25566
    2011-06-20 18:25:00 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-20 18:25:00 [INFO] Entities enhanced[0] subclassed[1]
    2011-06-20 18:25:00 [INFO] [NPC-Quester]: Setting up config files
    2011-06-20 18:25:00 [INFO] [NPC-Quester]: Config file found!
    2011-06-20 18:25:00 [INFO] [NPC-Quester]: Players file found!
    2011-06-20 18:25:00 [INFO] [NPC-Quester]: Permissions detected
    2011-06-20 18:25:00 [INFO] [NPC-Quester] Total quests: 52
    2011-06-20 18:25:00 [INFO] [NPC-Quester]: Players completed branch is empty, ignoring.
    2011-06-20 18:25:00 [INFO] [NPC-Quester]: enabled
    2011-06-20 18:25:00 [INFO] [iConomy] Logging enabled.
    2011-06-20 18:25:00 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-06-20 18:25:00 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-20 18:25:00 [INFO] FalseBookIC v0.86.2alpha by GeMo enabled
    2011-06-20 18:25:00 [INFO] [Permissions] version [2.7.4] (Phoenix)  loaded
    2011-06-20 18:25:00 [INFO] [iConomy] hooked into Permissions.
    2011-06-20 18:25:00 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-20 18:25:00 [INFO] WorldGuard: (world) Single session is enforced.
    2011-06-20 18:25:00 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-06-20 18:25:00 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-06-20 18:25:00 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-06-20 18:25:00 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-06-20 18:25:00 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-20 18:25:00 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-20 18:25:00 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-06-20 18:25:00 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-20 18:25:00 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-20 18:25:00 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-20 18:25:00 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-20 18:25:00 [INFO] WorldGuard: 18 regions loaded for 'world'
    2011-06-20 18:25:00 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-20 18:25:00 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-06-20 18:25:00 [INFO] Lockette: Detected craftbukkit build [860] ok.
    2011-06-20 18:25:00 [INFO] Lockette: Linked to Permissions plugin version 2.7.4
    2011-06-20 18:25:00 [INFO] Lockette: Ready to protect your containers.
    2011-06-20 18:25:00 [INFO] WorldEdit 4.4 enabled.
    2011-06-20 18:25:00 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-20 18:25:00 [SEVERE] [Jobs] - mysql-table-prefix property invalid or missing. Defaulting to no prefix.
    2011-06-20 18:25:00 [INFO] [Jobs] - Job Woodcutter is missing the max-level property. defaulting to no limits !
    2011-06-20 18:25:00 [INFO] [Jobs] - Job Woodcutter is missing the slots property. defaulting to no limits !
    2011-06-20 18:25:00 [INFO] [Jobs] - Job Miner is missing the max-level property. defaulting to no limits !
    2011-06-20 18:25:00 [INFO] [Jobs] - Job Miner is missing the slots property. defaulting to no limits !
    2011-06-20 18:25:00 [INFO] [Jobs] - Job Builder is missing the max-level property. defaulting to no limits !
    2011-06-20 18:25:00 [INFO] [Jobs] - Job Builder is missing the slots property. defaulting to no limits !
    2011-06-20 18:25:00 [INFO] [Jobs] - Job Digger is missing the max-level property. defaulting to no limits !
    2011-06-20 18:25:00 [INFO] [Jobs] - Job Digger is missing the slots property. defaulting to no limits !
    2011-06-20 18:25:00 [INFO] [Jobs] - Job Farmer is missing the max-level property. defaulting to no limits !
    2011-06-20 18:25:00 [INFO] [Jobs] - Job Farmer is missing the slots property. defaulting to no limits !
    2011-06-20 18:25:00 [INFO] [Jobs] - Job Hunter is missing the max-level property. defaulting to no limits !
    2011-06-20 18:25:00 [INFO] [Jobs] - Job Hunter is missing the slots property. defaulting to no limits !
    2011-06-20 18:25:00 [INFO] [Jobs v2.0.0] has been enabled succesfully.
    2011-06-20 18:25:00 [INFO] [Jobs] Successfully linked with iConomy 5+.
    2011-06-20 18:25:00 [INFO] [Jobs] Successfully linked with Permissions.
    2011-06-20 18:25:00 [INFO] [BBROTHER] ------------------------------------
    2011-06-20 18:25:00 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-06-20 18:25:00 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-06-20 18:25:00 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-06-20 18:25:00 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-06-20 18:25:00 [INFO] [BBROTHER] ------------------------------------
    2011-06-20 18:25:00 [SEVERE] Error: null
    2011-06-20 18:25:00 [INFO] [BBROTHER] BBData MySQL Driver r1 loaded!
    2011-06-20 18:25:00 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.7.4
    2011-06-20 18:25:00 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-06-20 18:25:00 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #508) enabled!
    2011-06-20 18:25:00 [INFO] TreeAssist STARTED
    2011-06-20 18:25:00 [INFO] CommandBook 1.5.2 enabled.
    2011-06-20 18:25:00 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-06-20 18:25:00 [INFO] CommandBook: 15 banned name(s) loaded.
    2011-06-20 18:25:00 [INFO] CommandBook: 1 kit(s) loaded.
    2011-06-20 18:25:00 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-20 18:25:00 [INFO] [uQuest] Loaded with Flatfile!
    2011-06-20 18:25:00 [INFO] [uQuest] v1.5 enabled! With 53 quests loaded!
    2011-06-20 18:25:00 [INFO] [PvPToggle] Loading...
    2011-06-20 18:25:00 [INFO] [PvPToggle] found and loaded world world
    2011-06-20 18:25:00 [INFO] [PvPToggle] found and loaded world world_nether
    2011-06-20 18:25:00 [INFO] [PvPToggle] Permissions system detected!
    2011-06-20 18:25:00 [INFO] [PvPToggle] Enabled!
    2011-06-20 18:25:00 [INFO] [MYHOME]: 26 homes loaded
    2011-06-20 18:25:00 [INFO] [MYHOME] Permissions enabled using: Permissions v2.7.4
    2011-06-20 18:25:00 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-06-20 18:25:00 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-06-20 18:25:00 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-06-20 18:25:00 [INFO] FalseBookBlock v0.86.2alpha by GeMo enabled
    2011-06-20 18:25:00 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-06-20 18:25:00 [INFO] [iConomyChestShop] version 2.75 initialized!
    2011-06-20 18:25:00 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    2011-06-20 18:25:00 [INFO] [iConomyChestShop] Permissions version 2.7.4 loaded.
    2011-06-20 18:25:00 [INFO] [iConomyChestShop] Lockette version 1.3.8 loaded.
    2011-06-20 18:25:00 [INFO] SimpleReserve version 0.2.6 enabled!
    2011-06-20 18:25:00 [INFO] FalseBookExtra v0.86.2alpha by GeMo enabled
    2011-06-20 18:25:00 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-06-20 18:25:00 [INFO] FalseBookChat v0.86.2alpha by GeMo enabled
    2011-06-20 18:25:00 [INFO] [FalseBook Core] FalseBookCore v0.86.2alpha by GeMo enabled!
    2011-06-20 18:25:00 [INFO] [Citizens]: version [1.0.8h] (Realist) loaded
    2011-06-20 18:25:00 [INFO] [Citizens]: Permissions enabled.
    2011-06-20 18:25:00 [INFO] [Citizens]: Payment method found (iConomy version: 5)
    2011-06-20 18:25:00 [INFO] FalseBookCart v0.86.2alpha by GeMo enabled
    2011-06-20 18:25:00 [INFO] [Citizens]: Permissions enabled.
    2011-06-20 18:25:00 [INFO] [iChat] Found Permissions (v2.7.4)
    2011-06-20 18:25:00 [INFO] iChat (v2.3.1) enabled
    2011-06-20 18:25:00 [INFO] [Citizens]: Permissions enabled.
    2011-06-20 18:25:00 [INFO] [NoCheat] version [1.04a] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-06-20 18:25:00 [INFO] [NoCheat] version [1.04a] is enabled with the following checks: moving bedteleport speedhack airbuild flying fastswim
    2011-06-20 18:25:00 [INFO] [Citizens]: Permissions enabled.
    2011-06-20 18:25:00 [INFO] [FalseBook IC] 4 Transmitters loaded.
    2011-06-20 18:25:00 [INFO] [FalseBook IC] 4 Receivers loaded.
    2011-06-20 18:25:00 [INFO] [FalseBook IC] 2 Sensors loaded.
    2011-06-20 18:25:00 [INFO] [FalseBook Block] 0 Areas loaded.
    2011-06-20 18:25:00 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-06-20 18:25:00 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-06-20 18:25:00 [INFO] [FalseBook Block] Gates successfully loaded.
    2011-06-20 18:25:00 [INFO] [Citizens]: Loaded 1 NPCs.
    2011-06-20 18:25:01 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 18:25:02 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 18:25:02 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 18:25:02 [INFO] [BBROTHER] Removed 0 old records because of age in 0h00m00s.
    2011-06-20 18:25:02 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 18:25:05 [INFO] [uQuest] Successfully linked with iConomy.
    2011-06-20 18:25:05 [INFO] [uQuest] Successfully linked with Permissions.
    2011-06-20 18:25:06 [INFO] [NPC-Quester] Total quests: 53
    2011-06-20 18:25:06 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
     
  30. Offline

    Randy Schouten

    I meant if you could give me the full error where it said "NullPointerException" (the one you posted earlier).
     
  31. Offline

    MineFreakz

    Well i dont get that error anymore i have reinstalled everything but since ive got the new version of npc quester it doesnt work anymore?
     

Share This Page