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. Hello,

    So, I made an NPC with Citizen, i've add it some text.
    (Commands : /npc create test
    /npc add Hello !)

    I add it a quest,
    (Commands : /npcq add test 1 true )

    And when I right or left click it, nothing happened.

    _____________
    I'm french, I m'not very good in English
     
  3. Offline

    Randy Schouten

    Can you post both your uQuest configuration file and NPC-Quester configuration file here?
    You didn't get an error or anything? It might not show it in-game, so check the server log still please.
     
  4. I will post it soon, I can't now, my ftp is off because i did not paid my invoice. ;)
     
  5. Ah, it's work !

    Thank you !

    But, how can i give a quest to an NPC called "Bob the farmer", a 3 words name ?
     
  6. Offline

    Schlumpf

    Hello,
    is there somewhere a Video Tutorial/How to or something?
    This Plugin looks very nice, but the only Tutorial I find is /npcq help :D
     
  7. I got problem as shown below:

    [SEVERE] Error occurred while enabling NPCQuester v2.2.5 (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:368)
    at randy.npcq.npcq.onEnable(npcq.java:190)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    I have installed epiq quest (but on uQuest was same problem) and newest Citizens. Always all plugins i keep uptodate, and checking all comptibility. I NNPC Quester v2.2.5 compatible with Citizens v1.0.9d ? What about an error shown in this post ? Where to look for any sollution ?
     
  8. Offline

    Randy Schouten

    The plugin is disabled for some reason.
    Check the start log and see if there's a message saying that it is disabled.
     
  9. Offline

    Schlumpf

    Hello,
    Is there somewhere an open source code of this Plugin?

    My other question is:
    When you accept a quest, you get presents. And when you have done the quest you can click the NPC again and he tolls you the thing ou should do. When you type them /npcq accept the message come that you already did this quest.
    But can you add that when you did the quest and you click on the NPC that he says "You already did this Quest" and not tell again what to do.
    Hope you unterstand what I mean sorry for bad English.
     
  10. Someone for my bug :

    How can I give a quest to an NPC called "Bob the farmer", a 3 words name ?
     
  11. Offline

    MarchewMaster

    Still waiting for compatibility with Epic-Quest :D.
     
  12. Offline

    Schlumpf

    Hello,
    a Mysql Database support would be nice. It's always nice to control a Server from a website and with mysql you can write simpel php Scripts to control it and edit the Server over a website;)
     
  13. Offline

    Untouchablekill

    So I go to find the uQuest and find it is inactive, would the latest version of that i can find work?
     
  14. Offline

    darkwarriors

    Code:
    2011-07-28 11:39:49 [SEVERE] unacceptable character #FFFD special characters are not allowed
    in "<reader>", position 3277
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:68)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:159)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:117)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.scanner.ScannerImpl.scanPlain(ScannerImpl.java:1569)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchPlain(ScannerImpl.java:860)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:348)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-28 11:39:49 [SEVERE]    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-28 11:39:49 [SEVERE]    at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-28 11:39:49 [SEVERE]    at randy.npcq.npcqEntityListener.questload(npcqEntityListener.java:38)
    2011-07-28 11:39:49 [SEVERE]    at randy.npcq.npcqEntityListener.<init>(npcqEntityListener.java:34)
    2011-07-28 11:39:49 [SEVERE]    at randy.npcq.npcq.<init>(npcq.java:33)
    2011-07-28 11:39:49 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-28 11:39:49 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    2011-07-28 11:39:49 [SEVERE]    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2011-07-28 11:39:49 [SEVERE]    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    2011-07-28 11:39:49 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
    2011-07-28 11:39:49 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
    2011-07-28 11:39:49 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
    2011-07-28 11:39:49 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    2011-07-28 11:39:49 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-07-28 11:39:49 [SEVERE]    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-28 11:39:49 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-28 11:39:49 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-28 11:39:49 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-28 11:39:49 [SEVERE] unacceptable character #FFFD special characters are not allowed
    
    i have just upload your zip file and change nothing... last version ofcitz uquest and CB

    another usses iteminhand with specific quest or chain quest doesnt work for me, no error no message displayed

    Code:
    Specific:
          prova:
            iteminhand:
                amount: 1
                item: '1'
                active: 'true'
                consume: false
            thisNPConly: 'true'
            onlyonce: false
            quest:
                chain:
                    quests: 0,0,0
                    active: false
                normal: 1
    
     
  15. Offline

    hiro24

    Looks awesome, great job! Couple questions for you:

    1. Will it ever be possible to set an npc to ONLY give a quest and ONLY finish a quest? Like.. 2 separate NPCs instead of just 1? I'd love to have something set up where NPC-A says "go complete this dungeon. You finish it when you talk to NPC-B, who is at the end of it all"

    2. ..and not to beat a dead horse but... compatibility with EpicQuests?
     
  16. Offline

    Randy Schouten

    I'm actually trying to get a very basic link up with EpicQuest at this moment.

    I think I'll have a first version done today, before going on vacation for a week.
    Just for you guys :p

    The download link for EpicQuest is up!
    Make sure to update EpicQuest as well, since it now features a small API to make this work!
    I do think I forgot to fix the remove command tho...
    I'll look into it if I have time, gotta pack my bags for vacation :)

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

    ohmydoddtv

    Time to test...
     
  18. Offline

    Randy Schouten

    Don't know if you read it, but make sure to update EpicQuest as well!
     
  19. Offline

    ohmydoddtv

    So you '/npcq add solo Bob' to add a quest to bob? I did that, reloaded, didn't work. Tried '/npcq add 0 Bob' to try to give him quest 0, I apparently don't have permission now? xD I'm an Admin in my permissions so I shouldn't have any trouble with that...

    EDIT: OHHHH I have to update that, ok xD

    There's no '/npcq accept' any more?! D:

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

    Randy Schouten

    No, not yet.
    I rewrote the whole plugin for EpicQuest for the sake of it being easily editable for me.
    You must know that this is still something I wrote pretty quickly, as I'm going on vacation tomorrow morning :p

    I thought I'd just give you something instead of nothing since there was so much demand.
     
  21. Offline

    ohmydoddtv

    Also I 'don't have a quest to turn in' has appeared again...
     
  22. Offline

    Cryt

    Code:
    17:46:56 [GRAVE] Error occurred while enabling NPCQuester v2.2.5 (Is it up to da
    te?): Plugin attempted to register PLAYER_INTERACT_ENTITY while not enabled
    org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register PLA
    YER_INTERACT_ENTITY while not enabled
            at org.bukkit.plugin.SimplePluginManager.registerEvent(SimplePluginManag
    er.java:357)
            at randy.npcq.npcq.onEnable(npcq.java:190)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:857)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:264)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    ='(
     
  23. Offline

    ohmydoddtv

    Update to latest build... :p
     
  24. Offline

    Randy Schouten

    Be sure to also get the config if you haven't done so.
    Can you check if NPC-Quester is disabled somewhere? There should be a message if it has done so.
    And update EpicQuest too, if you haven't done so.



    Mmmmr....
    Wanna join again my server again? 77.251.239.241:25566
     
  25. Offline

    ohmydoddtv

    Trying to join... :p
     
  26. Offline

    Randy Schouten

    Sorry, pc crashes because I had 2x java open, and a game.
    It always crashes then for some reason...
    Ah well, it's up again.
     
  27. Offline

    Cryt

    When I install Uquest I have this error message:

    Code:
    17:46:56 [GRAVE] Error occurred while enabling NPCQuester v2.2.5 (Is it up to da
    te?): Plugin attempted to register PLAYER_INTERACT_ENTITY while not enabled
    org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register PLA
    YER_INTERACT_ENTITY while not enabled
            at org.bukkit.plugin.SimplePluginManager.registerEvent(SimplePluginManag
    er.java:357)
            at randy.npcq.npcq.onEnable(npcq.java:190)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:857)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:264)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    And with EpicQuest that this:

    Code:
    18:16:31 [ATTENTION] 18:16:31 [ATTENTION] Task of 'NPCQuester' generated an exception
    org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register PLA
    YER_INTERACT_ENTITY while not enabled
            at org.bukkit.plugin.SimplePluginManager.registerEvent(SimplePluginManag
    er.java:357)
            at randy.npcq.npcq$1.run(npcq.java:139)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
    raftScheduler.java:137)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    I downloaded the links given nevertheless...


    Edit : I have Citizens and he works perfectly
     
  28. Offline

    Randy Schouten

    First of all:
    What are you doing?
    When does error come up?
    Does it come up multiple times?
    Can you post your full start log?
     
  29. Offline

    Cryt

    First time :

    I play with Citizens, perfectly.

    Second time :

    I download uQuest: RAR, ZIP
    I install it.

    Then :

    Code:
    C:\serveur minecraft>java -Xmx2048M -Xms2048M -jar craftbukkit-0.0.1-SNAPSHOT.ja
    r
    151 recipes
    16 achievements
    18:44:31 [INFO] Starting minecraft server version Beta 1.7.2
    18:44:31 [INFO] Loading properties
    18:44:31 [INFO] Starting Minecraft server on 192.168.1.86:25565
    18:44:31 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-
    g9277096-b953jnks (MC: 1.7.2)
    18:44:31 [INFO] Starting Minequery server on XXX.XXX.X.XX:XXXXXX
    18:44:31 [INFO] [Permissions] (Phoenix) was Initialized.
    18:44:31 [INFO] Preparing level "world"
    18:44:32 [INFO] Preparing start region for level 0 (Seed: -8777186306819487387)
    18:44:32 [INFO] Loaded Essentials build 2.2.8 maintained by Zenexer, ementalo, A
    elux, Brettflan, KimKandor, snowleo and ceulemans.
    18:44:32 [INFO] Loaded EssentialsChat build 2.2.8 by Zenexer, ementalo, Aelux, B
    rettflan, KimKandor, snowleo and ceulemans.
    18:44:32 [INFO] Loaded EssentialsSpawn build 2.2.8 maintained by Zenexer, ementa
    lo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    18:44:32 [INFO] FalseBookBlock v0.83.5alpha by GeMo enabled
    18:44:32 [INFO] [FalseBook Core] FalseBookCore v0.83.5alpha by GeMo enabled!
    18:44:32 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    18:44:33 [INFO] [iOP] v0.6 Enabled
    18:44:33 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    18:44:33 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet
     or /mc.
    18:44:33 [INFO] [MagicCarpet] Using Permissions.
    18:44:33 [INFO] [NoSpawn] Permissions found, using Permissions!
    18:44:33 [INFO] NoSpawn version 1.5.2 is enabled!
    18:44:33 [INFO] [NPC-Quester]: Setting up config files
    18:44:33 [INFO] [NPC-Quester]: Config file found!
    18:44:33 [INFO] [NPC-Quester]: Players file found!
    18:44:33 [INFO] [NPC-Quester] uQuest system not enabled. Disabling plugin.
    18:44:33 [INFO] [NPC-Quester]: Disabled!
    18:44:33 [INFO] [NPC-Quester]: Permissions detected
    18:44:33 [GRAVE] Error occurred while enabling NPCQuester v2.2.5 (Is it up to da
    te?): Plugin attempted to register PLAYER_INTERACT_ENTITY while not enabled
    org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register PLA
    YER_INTERACT_ENTITY while not enabled
            at org.bukkit.plugin.SimplePluginManager.registerEvent(SimplePluginManag
    er.java:357)
            at randy.npcq.npcq.onEnable(npcq.java:190)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:857)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:264)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    18:44:33 [INFO] [Permissions] version [2.7.4] (Phoenix)  loaded
    18:44:33 [INFO] Reusable Glass 1.1 has been enabled.
    18:44:33 [INFO] SecretDoors v0.2 by MrChick enabled
    18:44:33 [INFO] [SupernaturalPlayers v1.1.8] SupernaturalPlayers version 1.1.8 e
    nabled.
    18:44:33 [INFO] [SupernaturalPlayers v1.1.8] Found and will use plugin Permissio
    ns v2.7.4
    18:44:33 [INFO] [Tables 0.4.1] Enabled
    18:44:33 [INFO] TentMaker, by Ashtheking. Version 0.02
    18:44:33 [INFO] TentMaker will use Permissions
    18:44:33 [INFO] Loading Tent: 3001
    18:44:33 [INFO] WorldEdit 4.4 enabled.
    18:44:33 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    18:44:33 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    18:44:33 [INFO] WorldGuard: (world) Single session is enforced.
    18:44:33 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    18:44:33 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    18:44:33 [INFO] WorldGuard: (world) Lava fire is blocked.
    18:44:33 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    18:44:33 [INFO] WorldGuard: Loaded configuration for world 'world"
    18:44:33 [INFO] WorldGuard: 7 regions loaded for 'world'
    18:44:33 [INFO] WorldGuard 5.0-alpha10 enabled.
    18:44:33 [INFO] [Citizens] Deleting outdated setting pirates.spawn.delay.
    18:44:33 [INFO] [Citizens] Deleting outdated setting evil.spawn.delay.
    18:44:33 [INFO] [Citizens] Loaded 0 quests.
    18:44:33 [INFO] [Citizens] Permissions enabled.
    18:44:33 [INFO] [Citizens] version [1.0.9c] (Odyssey) loaded
    18:44:33 [INFO] Done (0,158s)! For help, type "help" or "?"
    18:44:33 [INFO] [FalseBook Block] 0 Areas loaded.
    18:44:33 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    18:44:33 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    18:44:33 [INFO] [FalseBook Block] Gates successfully loaded.
    18:44:33 [INFO] [Citizens] Loaded 13 NPCs.
     
  30. Offline

    Randy Schouten

    uQuest doesn't start it seems.
    You can see that by this error:
    Code:
    18:44:33 [INFO] [NPC-Quester] uQuest system not enabled. Disabling plugin.
     
  31. Offline

    Cryt

    How to resolve this problem? When I install Epicquest I have the higher quoted error message
     

Share This Page