Plugin Request New Quest Plugin (Quest BOOK not villagers) [SOLVED]

Discussion in 'Plugin Help/Development/Requests' started by TaleOf4gamers, Dec 11, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    TaleOf4gamers

    Plugin category: RPG
    Suggested name: Quest Book

    What I want:
    Hello everyone and I would like to ask if someone would like to make a new Quest plugin that uses a book to Start/Hand-in quests instead if the villagers that I always see. I know that quest plugins are fairly common but the only one that actually has what I need is currently being rewritten and the dev is not helping with any bug reports.
    In conclusion:
    - Quest BOOK (Not villagers) (Or a GUI would be nice)
    - Click a quest in the book to start/hand-in
    - A easy config to edit, something maybe like:
    - Book given on join (Backup command to open GUI if you lose book?)
    - Book not losable? Stays in slot 9? Stays on death? Cannot be thrown?
    Quests:
    1: Name: Starting off
    CompleteCondition: mine.log.20
    Lore :'Mine 20 logs'
    Reward:
    Money: 100
    Item: (Leave blank for no item)
    Command: (Leave blank for no command)
    2: Name: ZOMBIE APPOCALYPSE
    CompleteCondition: kill.zombie.100
    FailCondition: player.death (Possible fail condition?)
    Lore: 'Kill 100 zombies'
    Reward:
    Money: 1000
    Item: (Leave blank for no item)
    Command: (Leave blank for no command)

    Ideas for commands:

    - /Quests (If you lose the book?)

    Ideas for permissions:

    - Quest.Complete (Hand-in quests)
    - Quest.Failure (Can fail quests)
    - Quest.Start (Can start quests)
    - Quest.GiveBook (Give book on start)

    When I'd like it by:
    This section of the post makes me sound like I'm demanding this be made so of course I'm not making it so I will just say as soon as you can because of course not everyone has time to code Bukkit plugins for everyone else :)
     
  2. Offline

    mrCookieSlime

    @TaleOf4gamers
    My Plugin QuestWorld is able to do this.
    Link is in my signature.
     
  3. Offline

    TaleOf4gamers

    I'm aware of this but it keeps throwing me an error.
    I have no idea what is causing the error because it doesn't say that there is anything wrong with my config
     
  4. Online

    timtower Administrator Administrator Moderator

    Please paste your full server log in http://pastebin.com
     
  5. Offline

    TaleOf4gamers

  6. Online

    timtower Administrator Administrator Moderator

    @TaleOf4gamers Seems like a decent easy fix.
    Moved to Bukkit alternatives.
     
  7. Offline

    TaleOf4gamers

    Is there anything that I need to do?
     
  8. Online

    timtower Administrator Administrator Moderator

    Nothing that you can do besides waiting.
     
  9. Offline

    mrCookieSlime

    @TaleOf4gamers
    Please post your config via pastebin.
    Seems like you might forgot a vaue.
     
  10. Offline

    TaleOf4gamers

  11. Offline

    mrCookieSlime

    @TaleOf4gamers
    You are using the Category ID 9, however going from 0 to 9 isnt supported in the current version.
    You need to use the right order 0,1,2,3,...
     
  12. Offline

    TaleOf4gamers

    I want to test it but i have lost the quest book and the /quests command is not working, is there another way of accessing it or getting the book back?
     
  13. Offline

    mrCookieSlime

    @TaleOf4gamers
    At the moment there is no way of getting your book back that easily.
    But you can delete the file in data-storage/Quest_World/ which is named after your UUID.

    But the /quests command is working fine. You just need to fix your config and restart.
     
  14. Offline

    TaleOf4gamers

    It didn't work lol im getting quite the problems today.
    Yes i deleted the file which is named my UUID in the data-storage/Quest_World/players
     
  15. Offline

    mrCookieSlime

    @TaleOf4gamers
    Then what did not work... Any errors...?

    And if you deleted your file and restarted the server you should get a new book when you join.
     
  16. Offline

    TaleOf4gamers

    I think its fixed now.
    Thanks for your help it is working fine.
    /quests is working and i got a new book so thanks :)
     
Thread Status:
Not open for further replies.

Share This Page