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

    Randy Schouten

    What do you mean?
    The whole plugin doesn't work anymore?
     
  3. Offline

    MineFreakz

    Well its installed, it says it is installed but when i type for example : /npcq add "name" "quest" true (without quotes i know) and reload the server, the npc doesnt have the quest
    Even though it says i added the quest
     
  4. Offline

    Cooliosperosous

    Soooooo this is the error I get, and I haven't done anything except put the .jar and folder that comes with it, into my plugins folder:

    10:47:11 [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:799)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:345)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:247)
    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)
     
  5. Offline

    Randy Schouten

    You must reload the server after adding or changing your questers (/reload).

    You don't have all the needed plugins installed I think.
    You need Permissions (commands), uQuest (quests) and Citizens (NPCs).

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

    MineFreakz

    Did you read what i posted?
     
  7. Offline

    Randy Schouten

    Oh my bad, read over that.

    Now that I read a little back, it seems most people's quest givers don't work anymore...
    I'll look into this.

    http://dl.dropbox.com/u/2485556/NPCQuester.jar

    Could you try this one for me?

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

    MineFreakz

    Still the same for me
    It says the quest is added but after reloading and right clicking the npc i dont get the quest.
    /uquest works and citizens also have no errors
     
  9. Offline

    Randy Schouten

    The hell...
    None of my commands work anymore on my private server.
    Keeps saying '/npcq help'.
    I gotta dig into this.
     
  10. Offline

    MineFreakz

    I hope youll get it done soon, my players loved this plugin!
    Anyways if you need any help besides coding, ask me!
     
  11. Offline

    Randy Schouten

    Alright.
    I'm trying to figure out what went wrong...

    This'll get updated/fixed as fast as I can.

    Alright, I've made a version which has a lot of checks.
    http://dl.dropbox.com/u/2485556/NPCQuester.jar

    Checks look like this: "--[message]--".
    Could you tell me the very last check you get on both accepting it and when you should get the quest?

    Please try this with quest chains.

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

    MineFreakz

    Alright, this is all i get :
    Code:
    2011-06-20 21:01:35 [INFO] [NPC-Quester]: Setting up config files
    2011-06-20 21:01:35 [INFO] [NPC-Quester]: Config file set up and readable!
    2011-06-20 21:01:35 [INFO] [NPC-Quester]: Players file set up and readable!
    2011-06-20 21:01:35 [INFO] [NPC-Quester]: Permissions detected
    2011-06-20 21:01:35 [INFO] [NPC-Quester]: Random branch is empty, ignoring.
    2011-06-20 21:01:35 [INFO] [NPC-Quester]: Specific branch is empty, ignoring.
    2011-06-20 21:01:35 [INFO] [NPC-Quester]: Players branch is empty, ignoring.
    2011-06-20 21:01:35 [INFO] [NPC-Quester]: Players completed branch is empty, ignoring.
    2011-06-20 21:01:35 [INFO] [NPC-Quester]: enabled
    Edit: this is just with nothing installed
    No quest chains, just the jar and no folders and then reloaded

    il put in some quests now
     
  13. Offline

    Randy Schouten

    Okay.
    What you'll want to do then to get the actual checks, is go in game and try to get a quest from the NPC.
    I'd also like the start log for when you have set up your quests tho.
     
  14. Offline

    MineFreakz

    okay
    with this config file:
    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
        Tim:
            iteminhand:
                amount: 1
                item: 1
                active: false
                consume: false
            thisNPConly: 'true'
            quest:
                chain:
                    quests: 54,55
                    active: true
                normal: 54
    random:
        ExampleRandom:
            iteminhand:
                amount: 1
                item: 1
                active: false
                consume: false
    amount: 58

    The npc says --Interact--


    Is that all you need?

    Sorry i didnt have the default folder in my ftp like the default branches... here is the right server log:

    Code:
    2011-06-20 21:28:19 [INFO] Starting Minequery server on 217.198.136.66:25566
    2011-06-20 21:28:19 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-20 21:28:19 [INFO] Entities enhanced[0] subclassed[1]
    2011-06-20 21:28:19 [INFO] [NPC-Quester]: Setting up config files
    2011-06-20 21:28:19 [INFO] [NPC-Quester]: Config file found!
    2011-06-20 21:28:19 [INFO] [NPC-Quester]: Players file found!
    2011-06-20 21:28:19 [INFO] [NPC-Quester]: Permissions detected
    2011-06-20 21:28:19 [INFO] [NPC-Quester]: Players completed branch is empty, ignoring.
    2011-06-20 21:28:19 [INFO] [NPC-Quester]: enabled
    2011-06-20 21:28:19 [INFO] [iConomy] Logging enabled.
    2011-06-20 21:28:19 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-06-20 21:28:19 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-20 21:28:19 [INFO] FalseBookIC v0.86.2alpha by GeMo enabled
    2011-06-20 21:28:19 [INFO] [Permissions] version [2.7.4] (Phoenix)  loaded
    2011-06-20 21:28:19 [INFO] [iConomy] hooked into Permissions.
    2011-06-20 21:28:19 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-20 21:28:19 [INFO] WorldGuard: (world) Single session is enforced.
    2011-06-20 21:28:19 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-06-20 21:28:19 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-06-20 21:28:19 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-06-20 21:28:19 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-06-20 21:28:19 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-20 21:28:19 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-20 21:28:19 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-06-20 21:28:19 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-20 21:28:19 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-20 21:28:19 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-20 21:28:19 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-20 21:28:19 [INFO] WorldGuard: 18 regions loaded for 'world'
    2011-06-20 21:28:19 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-20 21:28:19 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-06-20 21:28:19 [INFO] Lockette: Detected craftbukkit build [860] ok.
    2011-06-20 21:28:19 [INFO] Lockette: Linked to Permissions plugin version 2.7.4
    2011-06-20 21:28:19 [INFO] Lockette: Ready to protect your containers.
    2011-06-20 21:28:19 [INFO] WorldEdit 4.4 enabled.
    2011-06-20 21:28:19 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-20 21:28:19 [SEVERE] [Jobs] - mysql-table-prefix property invalid or missing. Defaulting to no prefix.
    2011-06-20 21:28:19 [INFO] [Jobs] - Job Woodcutter is missing the max-level property. defaulting to no limits !
    2011-06-20 21:28:19 [INFO] [Jobs] - Job Woodcutter is missing the slots property. defaulting to no limits !
    2011-06-20 21:28:19 [INFO] [Jobs] - Job Miner is missing the max-level property. defaulting to no limits !
    2011-06-20 21:28:19 [INFO] [Jobs] - Job Miner is missing the slots property. defaulting to no limits !
    2011-06-20 21:28:19 [INFO] [Jobs] - Job Builder is missing the max-level property. defaulting to no limits !
    2011-06-20 21:28:19 [INFO] [Jobs] - Job Builder is missing the slots property. defaulting to no limits !
    2011-06-20 21:28:19 [INFO] [Jobs] - Job Digger is missing the max-level property. defaulting to no limits !
    2011-06-20 21:28:19 [INFO] [Jobs] - Job Digger is missing the slots property. defaulting to no limits !
    2011-06-20 21:28:19 [INFO] [Jobs] - Job Farmer is missing the max-level property. defaulting to no limits !
    2011-06-20 21:28:19 [INFO] [Jobs] - Job Farmer is missing the slots property. defaulting to no limits !
    2011-06-20 21:28:19 [INFO] [Jobs] - Job Hunter is missing the max-level property. defaulting to no limits !
    2011-06-20 21:28:19 [INFO] [Jobs] - Job Hunter is missing the slots property. defaulting to no limits !
    2011-06-20 21:28:19 [INFO] [Jobs v2.0.0] has been enabled succesfully.
    2011-06-20 21:28:19 [INFO] [Jobs] Successfully linked with iConomy 5+.
    2011-06-20 21:28:19 [INFO] [Jobs] Successfully linked with Permissions.
    2011-06-20 21:28:19 [INFO] [BBROTHER] ------------------------------------
    2011-06-20 21:28:19 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-06-20 21:28:19 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-06-20 21:28:19 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-06-20 21:28:19 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-06-20 21:28:19 [INFO] [BBROTHER] ------------------------------------
    2011-06-20 21:28:19 [SEVERE] Error: null
    2011-06-20 21:28:19 [INFO] [BBROTHER] BBData MySQL Driver r1 loaded!
    2011-06-20 21:28:19 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.7.4
    2011-06-20 21:28:19 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-06-20 21:28:19 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #508) enabled!
    2011-06-20 21:28:19 [INFO] TreeAssist STARTED
    2011-06-20 21:28:19 [INFO] CommandBook 1.5.2 enabled.
    2011-06-20 21:28:19 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-06-20 21:28:19 [INFO] CommandBook: 14 banned name(s) loaded.
    2011-06-20 21:28:19 [INFO] CommandBook: 1 kit(s) loaded.
    2011-06-20 21:28:19 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-20 21:28:19 [INFO] [uQuest] Loaded with Flatfile!
    2011-06-20 21:28:19 [INFO] [uQuest] v1.5 enabled! With 53 quests loaded!
    2011-06-20 21:28:19 [INFO] [PvPToggle] Loading...
    2011-06-20 21:28:19 [INFO] [PvPToggle] found and loaded world world
    2011-06-20 21:28:19 [INFO] [PvPToggle] found and loaded world world_nether
    2011-06-20 21:28:19 [INFO] [PvPToggle] Permissions system detected!
    2011-06-20 21:28:19 [INFO] [PvPToggle] Enabled!
    2011-06-20 21:28:19 [INFO] [MYHOME]: 27 homes loaded
    2011-06-20 21:28:19 [INFO] [MYHOME] Permissions enabled using: Permissions v2.7.4
    2011-06-20 21:28:19 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-06-20 21:28:19 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-06-20 21:28:19 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-06-20 21:28:19 [INFO] FalseBookBlock v0.86.2alpha by GeMo enabled
    2011-06-20 21:28:19 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-06-20 21:28:19 [INFO] [iConomyChestShop] version 2.75 initialized!
    2011-06-20 21:28:19 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    2011-06-20 21:28:19 [INFO] [iConomyChestShop] Permissions version 2.7.4 loaded.
    2011-06-20 21:28:19 [INFO] [iConomyChestShop] Lockette version 1.3.8 loaded.
    2011-06-20 21:28:19 [INFO] SimpleReserve version 0.2.6 enabled!
    2011-06-20 21:28:20 [INFO] FalseBookExtra v0.86.2alpha by GeMo enabled
    2011-06-20 21:28:20 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-06-20 21:28:20 [INFO] FalseBookChat v0.86.2alpha by GeMo enabled
    2011-06-20 21:28:20 [INFO] [FalseBook Core] FalseBookCore v0.86.2alpha by GeMo enabled!
    2011-06-20 21:28:20 [INFO] [Citizens]: version [1.0.8h] (Realist) loaded
    2011-06-20 21:28:20 [INFO] [Citizens]: Permissions enabled.
    2011-06-20 21:28:20 [INFO] [Citizens]: Payment method found (iConomy version: 5)
    2011-06-20 21:28:20 [INFO] FalseBookCart v0.86.2alpha by GeMo enabled
    2011-06-20 21:28:20 [INFO] [Citizens]: Permissions enabled.
    2011-06-20 21:28:20 [INFO] [iChat] Found Permissions (v2.7.4)
    2011-06-20 21:28:20 [INFO] iChat (v2.3.1) enabled
    2011-06-20 21:28:20 [INFO] [Citizens]: Permissions enabled.
    2011-06-20 21:28:20 [INFO] [NoCheat] version [1.04a] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-06-20 21:28:20 [INFO] [NoCheat] version [1.04a] is enabled with the following checks: moving bedteleport speedhack airbuild flying fastswim
    2011-06-20 21:28:20 [INFO] [Citizens]: Permissions enabled.
    2011-06-20 21:28:20 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 21:28:20 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 21:28:20 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-06-20 21:28:20 [INFO] [FalseBook IC] 4 Transmitters loaded.
    2011-06-20 21:28:20 [INFO] [FalseBook IC] 4 Receivers loaded.
    2011-06-20 21:28:20 [INFO] [FalseBook IC] 2 Sensors loaded.
    2011-06-20 21:28:20 [INFO] [FalseBook Block] 2 Areas loaded.
    2011-06-20 21:28:20 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-06-20 21:28:20 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-06-20 21:28:20 [INFO] [FalseBook Block] Gates successfully loaded.
    2011-06-20 21:28:20 [INFO] [Citizens]: Loaded 2 NPCs.
    2011-06-20 21:28:20 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 21:28:20 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 21:28:20 [INFO] magginus667 [/93.212.42.153:54170] logged in with entity id 694616 at ([ world] 250.30000001192093, 59.0, 80.92945557681169)
    2011-06-20 21:28:21 [INFO] [BBROTHER] Removed 154 old records because of age in 0h00m00s.
    2011-06-20 21:28:21 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 21:28:24 [INFO] [NPC-Quester] Total quests: 53
    2011-06-20 21:28:24 [INFO] [?4Admin?f] Adi6795: ?2 magnus
    2011-06-20 21:28:24 [INFO] [uQuest] Successfully linked with iConomy.
    2011-06-20 21:28:24 [INFO] [uQuest] Successfully linked with Permissions.
    2011-06-20 21:28:28 [WARNING] Sthullen moved wrongly!
    2011-06-20 21:28:28 [INFO] Got position -123.30000001192091, 83.0, -47.581347456435914
    2011-06-20 21:28:28 [INFO] Expected -123.30000001192091, 83.0, -48.30000001192093
    2011-06-20 21:28:34 [INFO] [?4Admin?f] Adi6795: ?2 wir wollen den server jetzt die n?chsten tage auf original stellen
    2011-06-20 21:28:34 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 21:28:34 [INFO] [?8Member?f] magginus667:  ja
    2011-06-20 21:28:38 [WARNING] Sthullen moved wrongly!
    2011-06-20 21:28:38 [INFO] Got position -130.9316687185398, 72.80000013113022, -24.699999988079075
    2011-06-20 21:28:38 [INFO] Expected -131.30000001192093, 72.80000013113022, -24.699999988079075
    2011-06-20 21:28:52 [INFO] [?8Member?f] Pugnare:  ok morgen kauf ich mir minecraft
    2011-06-20 21:28:57 [INFO] [Hawox uQuest] Saving all players quests to file...
    2011-06-20 21:28:57 [INFO] [Hawox uQuest] Done saving.
    2011-06-20 21:29:05 [INFO] [?8Member?f] magginus667:  ja ich bin immo pleite aber ich guckt  ma is ja net teuer
    2011-06-20 21:29:07 [INFO] Forcing save..
    2011-06-20 21:29:08 [INFO] Save complete.
    2011-06-20 21:29:08 [INFO] Unknown console command. Type "help" for help.
    2011-06-20 21:29:19 [INFO] [NPC-Quester]: Disabled!
    2011-06-20 21:29:19 [INFO] [iConomy] Plugin disabled.
    2011-06-20 21:29:19 [INFO] [Citizens]: Payment method disabled.
    2011-06-20 21:29:19 [INFO] FalseBookIC v0.86.2alpha by GeMo disabled
    2011-06-20 21:29:19 [INFO] [Permissions] (Phoenix) saved all data.
    2011-06-20 21:29:19 [INFO] [Permissions] (Phoenix) disabled successfully.
    2011-06-20 21:29:19 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-20 21:29:19 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-20 21:29:19 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-20 21:29:19 [INFO] [iChat] Permissions plugin lost.
    2011-06-20 21:29:19 [INFO] WorldGuard 5.0-alpha10 disabled.
    2011-06-20 21:29:19 [INFO] Lockette: Closing all automatic doors.
    2011-06-20 21:29:19 [INFO] [Jobs v2.0.0] has been disabled succesfully.
    2011-06-20 21:29:19 [INFO] TreeAssist Disabled
    2011-06-20 21:29:19 [INFO] [Hawox uQuest] Saving all players quests to file...
    2011-06-20 21:29:19 [INFO] [Hawox uQuest] Done saving.
    2011-06-20 21:29:19 [INFO] [uQuest] disabled!
    2011-06-20 21:29:19 [INFO] PvPToggle Disabled
    2011-06-20 21:29:19 [INFO] Stopping Minequery server
    2011-06-20 21:29:19 [INFO] FalseBookBlock v0.86.2alpha by GeMo disabled
    2011-06-20 21:29:19 [INFO] [iConomyChestShop] version 2.75 distabled!
    2011-06-20 21:29:19 [INFO] SimpleReserve disabled!
    2011-06-20 21:29:19 [INFO] FalseBookExtra v0.86.2alpha by GeMo disabled
    2011-06-20 21:29:19 [INFO] FalseBookChat v0.86.2alpha by GeMo disabled
    2011-06-20 21:29:19 [INFO] [FalseBook Core] FalseBookCore v0.86.2alpha by GeMo disabled!
    2011-06-20 21:29:19 [INFO] [Citizens]: version [1.0.8h] (Realist) disabled
    2011-06-20 21:29:19 [INFO] FalseBookCart v0.86.2alpha by GeMo disabled
    2011-06-20 21:29:19 [INFO] [iChat] iChat Disabled
    2011-06-20 21:29:19 [INFO] [NoCheat] version [1.04a] is disabled.
    2011-06-20 21:29:21 [SEVERE] Nag author: 'Evenprime' of 'NoCheat' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    2011-06-20 21:29:21 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-06-20 21:29:21 [INFO] Starting Minequery server on 217.198.136.66:25566
    2011-06-20 21:29:21 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-20 21:29:22 [INFO] Entities enhanced[0] subclassed[1]
    2011-06-20 21:29:22 [INFO] [NPC-Quester]: Setting up config files
    2011-06-20 21:29:22 [INFO] [NPC-Quester]: Config file found!
    2011-06-20 21:29:22 [INFO] [NPC-Quester]: Players file found!
    2011-06-20 21:29:22 [INFO] [NPC-Quester]: Permissions detected
    2011-06-20 21:29:22 [INFO] [NPC-Quester]: Players completed branch is empty, ignoring.
    2011-06-20 21:29:22 [INFO] [NPC-Quester]: enabled
    2011-06-20 21:29:22 [INFO] [iConomy] Logging enabled.
    2011-06-20 21:29:22 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-06-20 21:29:22 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-20 21:29:22 [INFO] FalseBookIC v0.86.2alpha by GeMo enabled
    2011-06-20 21:29:22 [INFO] [Permissions] version [2.7.4] (Phoenix)  loaded
    2011-06-20 21:29:22 [INFO] [iConomy] hooked into Permissions.
    2011-06-20 21:29:22 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-20 21:29:22 [INFO] WorldGuard: (world) Single session is enforced.
    2011-06-20 21:29:22 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-06-20 21:29:22 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-06-20 21:29:22 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-06-20 21:29:22 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-06-20 21:29:22 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-20 21:29:22 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-20 21:29:22 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-06-20 21:29:22 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-20 21:29:22 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-20 21:29:22 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-20 21:29:22 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-20 21:29:22 [INFO] WorldGuard: 18 regions loaded for 'world'
    2011-06-20 21:29:22 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-20 21:29:22 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-06-20 21:29:22 [INFO] Lockette: Detected craftbukkit build [860] ok.
    2011-06-20 21:29:22 [INFO] Lockette: Linked to Permissions plugin version 2.7.4
    2011-06-20 21:29:22 [INFO] Lockette: Ready to protect your containers.
    2011-06-20 21:29:22 [INFO] WorldEdit 4.4 enabled.
    2011-06-20 21:29:22 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-20 21:29:22 [SEVERE] [Jobs] - mysql-table-prefix property invalid or missing. Defaulting to no prefix.
    2011-06-20 21:29:22 [INFO] [Jobs] - Job Woodcutter is missing the max-level property. defaulting to no limits !
    2011-06-20 21:29:22 [INFO] [Jobs] - Job Woodcutter is missing the slots property. defaulting to no limits !
    2011-06-20 21:29:22 [INFO] [Jobs] - Job Miner is missing the max-level property. defaulting to no limits !
    2011-06-20 21:29:22 [INFO] [Jobs] - Job Miner is missing the slots property. defaulting to no limits !
    2011-06-20 21:29:22 [INFO] [Jobs] - Job Builder is missing the max-level property. defaulting to no limits !
    2011-06-20 21:29:22 [INFO] [Jobs] - Job Builder is missing the slots property. defaulting to no limits !
    2011-06-20 21:29:22 [INFO] [Jobs] - Job Digger is missing the max-level property. defaulting to no limits !
    2011-06-20 21:29:22 [INFO] [Jobs] - Job Digger is missing the slots property. defaulting to no limits !
    2011-06-20 21:29:22 [INFO] [Jobs] - Job Farmer is missing the max-level property. defaulting to no limits !
    2011-06-20 21:29:22 [INFO] [Jobs] - Job Farmer is missing the slots property. defaulting to no limits !
    2011-06-20 21:29:22 [INFO] [Jobs] - Job Hunter is missing the max-level property. defaulting to no limits !
    2011-06-20 21:29:22 [INFO] [Jobs] - Job Hunter is missing the slots property. defaulting to no limits !
    2011-06-20 21:29:22 [INFO] [Jobs v2.0.0] has been enabled succesfully.
    2011-06-20 21:29:22 [INFO] [Jobs] Successfully linked with iConomy 5+.
    2011-06-20 21:29:22 [INFO] [Jobs] Successfully linked with Permissions.
    2011-06-20 21:29:22 [INFO] [BBROTHER] ------------------------------------
    2011-06-20 21:29:22 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-06-20 21:29:22 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-06-20 21:29:22 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-06-20 21:29:22 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-06-20 21:29:22 [INFO] [BBROTHER] ------------------------------------
    2011-06-20 21:29:22 [SEVERE] Error: null
    2011-06-20 21:29:22 [INFO] [BBROTHER] BBData MySQL Driver r1 loaded!
    2011-06-20 21:29:22 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.7.4
    2011-06-20 21:29:22 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-06-20 21:29:22 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #508) enabled!
    2011-06-20 21:29:22 [INFO] TreeAssist STARTED
    2011-06-20 21:29:22 [INFO] CommandBook 1.5.2 enabled.
    2011-06-20 21:29:22 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-06-20 21:29:22 [INFO] CommandBook: 14 banned name(s) loaded.
    2011-06-20 21:29:22 [INFO] CommandBook: 1 kit(s) loaded.
    2011-06-20 21:29:22 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-20 21:29:22 [INFO] [uQuest] Loaded with Flatfile!
    2011-06-20 21:29:22 [INFO] [uQuest] v1.5 enabled! With 53 quests loaded!
    2011-06-20 21:29:22 [INFO] [PvPToggle] Loading...
    2011-06-20 21:29:22 [INFO] [PvPToggle] found and loaded world world
    2011-06-20 21:29:22 [INFO] [PvPToggle] found and loaded world world_nether
    2011-06-20 21:29:22 [INFO] [PvPToggle] Permissions system detected!
    2011-06-20 21:29:22 [INFO] [PvPToggle] Enabled!
    2011-06-20 21:29:22 [INFO] [MYHOME]: 27 homes loaded
    2011-06-20 21:29:22 [INFO] [MYHOME] Permissions enabled using: Permissions v2.7.4
    2011-06-20 21:29:22 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-06-20 21:29:22 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-06-20 21:29:22 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-06-20 21:29:22 [INFO] FalseBookBlock v0.86.2alpha by GeMo enabled
    2011-06-20 21:29:22 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-06-20 21:29:22 [INFO] [iConomyChestShop] version 2.75 initialized!
    2011-06-20 21:29:22 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    2011-06-20 21:29:22 [INFO] [iConomyChestShop] Permissions version 2.7.4 loaded.
    2011-06-20 21:29:22 [INFO] [iConomyChestShop] Lockette version 1.3.8 loaded.
    2011-06-20 21:29:22 [INFO] SimpleReserve version 0.2.6 enabled!
    2011-06-20 21:29:22 [INFO] FalseBookExtra v0.86.2alpha by GeMo enabled
    2011-06-20 21:29:22 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-06-20 21:29:22 [INFO] FalseBookChat v0.86.2alpha by GeMo enabled
    2011-06-20 21:29:22 [INFO] [FalseBook Core] FalseBookCore v0.86.2alpha by GeMo enabled!
    2011-06-20 21:29:22 [INFO] [Citizens]: version [1.0.8h] (Realist) loaded
    2011-06-20 21:29:22 [INFO] [Citizens]: Permissions enabled.
    2011-06-20 21:29:22 [INFO] [Citizens]: Payment method found (iConomy version: 5)
    2011-06-20 21:29:22 [INFO] Connection reset
    2011-06-20 21:29:22 [INFO] FalseBookCart v0.86.2alpha by GeMo enabled
    2011-06-20 21:29:22 [INFO] [Citizens]: Permissions enabled.
    2011-06-20 21:29:22 [INFO] [iChat] Found Permissions (v2.7.4)
    2011-06-20 21:29:22 [INFO] iChat (v2.3.1) enabled
    2011-06-20 21:29:22 [INFO] [Citizens]: Permissions enabled.
    2011-06-20 21:29:22 [INFO] [NoCheat] version [1.04a] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-06-20 21:29:22 [INFO] [NoCheat] version [1.04a] is enabled with the following checks: moving bedteleport speedhack airbuild flying fastswim
    2011-06-20 21:29:22 [INFO] [Citizens]: Permissions enabled.
    2011-06-20 21:29:22 [INFO] Reload complete.
    2011-06-20 21:29:22 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-06-20 21:29:22 [INFO] [FalseBook IC] 4 Transmitters loaded.
    2011-06-20 21:29:22 [INFO] [FalseBook IC] 4 Receivers loaded.
    2011-06-20 21:29:22 [INFO] [FalseBook IC] 2 Sensors loaded.
    2011-06-20 21:29:22 [INFO] [FalseBook Block] 2 Areas loaded.
    2011-06-20 21:29:22 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-06-20 21:29:22 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-06-20 21:29:22 [INFO] [FalseBook Block] Gates successfully loaded.
    2011-06-20 21:29:22 [INFO] [Citizens]: Loaded 2 NPCs.
    2011-06-20 21:29:22 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 21:29:22 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 21:29:22 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 21:29:22 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 21:29:22 [INFO] Sthullen lost connection: disconnect.endOfStream
    2011-06-20 21:29:23 [INFO] [BBROTHER] Removed 26 old records because of age in 0h00m00s.
    2011-06-20 21:29:26 [INFO] [?8Member?f] magginus667:  so ich binn denn jetz uch weg ne
    2011-06-20 21:29:26 [INFO] [NPC-Quester] Total quests: 53
    2011-06-20 21:29:27 [INFO] [uQuest] Successfully linked with iConomy.
    2011-06-20 21:29:27 [INFO] [uQuest] Successfully linked with Permissions.
    2011-06-20 21:29:27 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 21:29:32 [INFO] Sthullen [/91.12.80.210:49788] logged in with entity id 699315 at ([ world] -101.45287773476343, 93.40000009536743, -29.812596487138116)
    2011-06-20 21:29:34 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 21:29:41 [INFO] Connection reset
    2011-06-20 21:29:41 [INFO] magginus667 lost connection: disconnect.endOfStream
    2011-06-20 21:29:51 [INFO] /194.169.211.144:43115 lost connection
    
     
  15. Offline

    Randy Schouten

    Mmm...
    Nothing seems wrong here.
    Mind giving me the IP of your server so I can check how everything goes?
     
  16. Offline

    MineFreakz

    Yes
    Yes Minefreakz.minecraft.gs but were german so dont be confused :D
     
  17. Offline

    Randy Schouten

    Problem is found.
    I'm fixing it now.

    Version 2.2.3 is live!

    Sorry for the inconvenience.
    The commands added the Questers in a wrong way.
    I'm very sorry.
    It should work perfectly now.

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

    contex

    Just re-downloaded and I'm getting this:

    Code:
    2011-06-20 22:46:28 [INFO] Reload complete.
    2011-06-20 22:46:28 [INFO] [Citizens]: Loaded 6 NPCs.
    2011-06-20 22:46:28 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 22:46:28 [INFO] [Hawox uQuest] getQuester : Quester not found, placing them into list and retrying.
    2011-06-20 22:46:29 [SEVERE] Could not pass event PLAYER_INTERACT_ENTITY to NPCQuester
    java.lang.NullPointerException
        at randy.npcq.npcqEntityListener.onPlayerInteractEntity(npcqEntityListener.java:261)
        at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:313)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:854)
        at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-20 22:46:32 [INFO] [NPC-Quester] Total quests: 53
    2011-06-20 22:46:33 [INFO] [uQuest] Successfully linked with iConomy.
    2011-06-20 22:46:33 [INFO] [uQuest] Successfully linked with Permissions.
    
    I did /npcq add Fisherman true
    and the /reloaded the server.

    Any idea?
     
  19. Offline

    Randy Schouten

    Sorry, I uploaded the wrong files a little bit ago.
    The correct ones are now up.
     
    MineFreakz likes this.
  20. Offline

    Cooliosperosous

    Oh yeah, you're right, I don't have uQuest. Thank you!
     
  21. Offline

    Randy Schouten

    No problem :)
     
  22. Offline

    ohmydoddtv

    This works perfectly now! :D
     
  23. Offline

    Randy Schouten

    Aye! :D
     
  24. Offline

    ohmydoddtv

    There is only one tiny little thing that I could think about improving, could you make 'onlyonce' in the config files 'true' as standard? Going and changing it all manually to true is a pain and I'm sure most people also want it as true :) If you don't want too it's fine :p

    What else you got planned for the future???
     
  25. Offline

    yolospat

    I had the exact same problem, only I double and triple checked and the plugin was in fact enabled. It was the server disabling it for some reason do to the errors.

    Altho I didn't read in the description that permissions was a prereq, I installed it anyway. Nothing has changed, and I'm still getting the same errors.

    Attached is a print screen SHOWING the I do indeed have NPCQuester enabled, and do to the errors the server is disabling the plugin.

    View attachment 4165

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

    fullwall

    @yolospat - basically, the plugin is trying to disable itself. However, it has register events code that gets called before the actual disable part, causing the error and probably stopping it from disabling itself.
     
  27. Offline

    yolospat

    So, how can I get this working? Suggestions?
     
  28. Offline

    fullwall

  29. Offline

    yolospat

    Isn't that inactive?
     
  30. Offline

    Randy Schouten

    It is inactive but it works fine.

    The whole point of this plugin at first was to link Citizens and uQuest together so you can get quests from NPCs.
    Now it has a few new features not included in uQuest such as quest chains.
    This might have faded this main idea of the plugin, but you can't go on without either uQuest or Citizens.
    Permissions is also not necessary, but it's mostly a standard plugin, and you need to use the in-game commands.
     
  31. Offline

    yolospat

    Looks like the download link is a bust :( Know where else I could find it?
     

Share This Page