[RPG/FUN] qQuests - The simplest questing plugin since uQuest! [CB 1.6.2-R0.1]

Discussion in 'Archived: Plugin Releases' started by quaz3l, Jan 7, 2012.

  1. Offline

    quaz3l

    @mirroronthewall
    Alright, I can implement it, it's going to take a bit though, because I have a long todo list of other things people have requested, but it will be in the next release
     
  2. Offline

    Tadas159

    Would be cool, if you added coordinates to the actions, like you can only complete a quest if you killed a mob in a specified cuboid zone, or you can only complete the quest if the block u got were in the specific coordinates.
     
  3. Offline

    quaz3l

    @Tadas159 I will add that to the future features
     
  4. Offline

    Lextao

    Now this only needs to support Citizens.
     
  5. Offline

    quaz3l

  6. Offline

    mirroronthewall

    yay! thanks quaz :) Do you have an estimate when the next release will be?
     
  7. Offline

    quaz3l

    @mirroronthewall
    I don't really know right now, I'm really busy right now because the semester is ending and I need to do a lot of tests, but I can get some done this weekend.
     
  8. Offline

    Zepunk

    In how many the add of the citizens ? :D
     
  9. Offline

    quaz3l

    Zepunk
    I don't really know yet, The code is throwing a lot of errors at me so it will be a bit
     
  10. Offline

    Zepunk

    Ok, I wait I wait, How long ?
     
  11. Offline

    Danta1st

    Will this plugin allow me to customize a position?

    Say i want to make a quest which tells him: "Find the mysterious garden of whatEvah!" or something like that, and then he completes it while crossing the entrance at position x,y,z.?

    Another thing, or suggestion could be if it would be possible that the plugin could upgrade the user with a new permission upon completion. I´m using groupmanager and essentials so one possible case for me would be to add other permissions such as "-essentials.sethome" & "-essentials.home". Thereby adding additional functionality to my server the more players play, and complete quests. :)
     
  12. Offline

    quaz3l

    Zepunk
    I'm not sure right now but, Its going to take more than a few days.

    Danta1st
    In the next release I am adding this, but as of right now it is no implemented in the current release.

    The permissions thing is a great idea and I like it and will defiantly add it in the future, but right now I have a lot on my plate right now (coding and school wise), and adding this will delay the release to long so I will save it and add it later
     
  13. Offline

    jjp5

    Hey , just a request/question . How or an I make a npc have a quest ? Or do i need npcquester for that .
     
  14. Offline

    quaz3l

    jjp5
    Right now you can't, but I am adding citizens support in the next release. Also npcquester is outdated.
     
  15. Offline

    Danta1st

    Sounds good. I'll keep a sticky eye on those update notes for them to arrive in the future. ^^ ;)
     
  16. Offline

    tucker2550

    could you add a quest where you had to get to a certain location as fast as possible or under a certain time limit?
     
  17. Offline

    quaz3l

    tucker2550
    Yes I am adding a quest type called destination in the next release.
    Time might be added but most likely in the 0.3.0 release
     
  18. Offline

    CaptureCraft

    This plugin is currently the best and most customizable quest plugin on the whole of Bukkit, in my opinion. The one thing that I would really love is the ability to be able to attatch the quest to NPCs, do you have an ETA when this might happen? Great plugin :)
     
  19. Offline

    quaz3l

    CaptureCraft
    Thank you for the compliments :)

    Also, right now I am very busy with school work so qQuests is at a almost standstill, I will notify you when I get NPC support out.
     
  20. Offline

    gabriel11798

    A few suggestions;
    - SuperPerms support
    - A type of quest reward called "permission" like people can earn permission nodes as a reward
    - And thats all :D
     
  21. Offline

    Sydael

    I got latest Bukkit development build, latest iConomy. When i complete a quest, i get no reward. I did specify the reward in them, plugin works, but just doesn't give money. I also get no errors in the log.
     
  22. Offline

    quaz3l

    gabriel11798
    I will add a Perms in the 0.2.0 release.
    And The permissions quest type is a great idea and I like it, and will defiantly add it in the future, but right now I have a lot on my plate right now (coding and school wise), and adding this will delay the release to long so I will save it and add it later.

    Sydael
    Do you have Vault?
     
  23. Offline

    Sydael

    Yes. Latest version.
    I also have noticed that when i do /q info, every quest gives 0 money, even tho i did put a value in it.
     
  24. Offline

    quaz3l

    Sydael
    Ok I will release a quick version with a internal vault update.
     
  25. Offline

    meowkittie

    It won't let me configure this plugin at all. I go into the "Quests" document to add or change quests and if I make a second quest or change anything in the default quest, they changes just get deleted as soon as I start my server. I only got it to work once when I only changed the start message to "Testing" but anytime I change anything else the document just reverts back to only having the default "Diamonds!" quest. Please let me know what I need to do to fix this, because I really love this plugin you made. Thanks
     
  26. Offline

    quaz3l

    meowkittie
    Wow, ok this was a running issue for me and I guess it came back. In the temp fix for 1.1 I will fix this too.
     
  27. Offline

    Sydael

    Is config supposed to be blank? theres only "# qQuests by Quas3l"
    and no options.
    I deleted it but it appeared back with just this.
     
  28. Offline

    quaz3l

    Last edited by a moderator: May 23, 2016
  29. Offline

    Sydael

    Okay i get this:
    Code:
    [WARNING] Plugin qQuests v0.1.0 tried to register permission 'qquests.*' but it's already registered
    java.lang.IllegalArgumentException: The permission qquests.* is already defined!
        at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:450)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:196)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:173)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-21 20:36:21 [WARNING] Plugin qQuests v0.1.0 tried to register permission 'qquests.give' but it's already registered
    java.lang.IllegalArgumentException: The permission qquests.give is already defined!
        at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:450)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:196)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:173)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-21 20:36:21 [WARNING] Plugin qQuests v0.1.0 tried to register permission 'qquests.give.specific' but it's already registered
    java.lang.IllegalArgumentException: The permission qquests.give.specific is already defined!
        at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:450)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:196)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:173)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-21 20:36:21 [WARNING] Plugin qQuests v0.1.0 tried to register permission 'qquests.info' but it's already registered
    java.lang.IllegalArgumentException: The permission qquests.info is already defined!
        at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:450)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:196)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:173)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-21 20:36:21 [WARNING] Plugin qQuests v0.1.0 tried to register permission 'qquests.drop' but it's already registered
    java.lang.IllegalArgumentException: The permission qquests.drop is already defined!
        at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:450)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:196)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:173)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-21 20:36:21 [WARNING] Plugin qQuests v0.1.0 tried to register permission 'qquests.done' but it's already registered
    java.lang.IllegalArgumentException: The permission qquests.done is already defined!
        at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:450)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:196)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:173)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    
    I dont have any quest plugin other than yours
     
  30. Offline

    quaz3l

    Sydael
    You need to delete the old qQuests plugin file
     

Share This Page