Kill monster quest

Discussion in 'Archived: Plugin Requests' started by xIce5, Jul 26, 2013.

  1. Offline

    xIce5

    Hi, i would like a plugin, where if you kill a certain amount of monsters, the plguin will execute a command from console, that is configurable. So, we'll use zombies for example. If I kill 50 zombies, i would get a written book (Console command, example, using essentials /give, /give <NAME> 387:2), and a configurable amount of money, that is given to you.
    Color codes would be nice also.
    Also, i would like it so you can only finish 1 quest at a time, in order. So you must complete Quest 1, before being even able to take Quest 2. I want it in order basically.
    This is how the config would look like, to fulfill exactly what i need.
    Config.yml:
    #Reset kills when you complete a quest.
    ResetKills = true
    #QUESTS
    Quest1:
    Enabled = true
    MonsterType1: 'Zombie'
    #Place none to disable on a line.
    MonsterType2: 'Skeleton'
    MonsterType3: 'none'
    #Kill Amounts:
    Enable Total Kill = true (Enable Total Kill = If you kill an amount of monsters, and it doesnt matter what type it is)
    TotalKill: '50'
    Enable Seperate Kill = false
    MonsterType1: '25'
    MonsterType2: '25'
    MonsterType3: 'none'
    #Quest Rewards:
    #Console Commands
    'give <NAME> 387:2'
    'eco give <NAME> 50'
    'tell <NAME> &5Quest Finished,&r you can now take &eQuest 2'
    Quest2:
    Enabled = false
    MonsterType1: 'Zombie'
    #Place none to disable on a line.
    MonsterType2: 'Skeleton'
    MonsterType3: 'Creeper'
    #Kill Amounts:
    Enable Total Kill = true (Enable Total Kill = If you kill an amount of monsters, and it doesnt matter what type it is)
    TotalKill: '75'
    Enable Seperate Kill = false
    MonsterType1: '25'
    MonsterType2 '25'
    MonsterType3 '25'
    #Quest Rewards:
    #Console Commands
    'give <NAME> 387:3'
    'eco give <NAME> 200'
    'tell <NAME> &5Quest Finished,&r you can now take &eQuest &c3'
    -----------------------------
    And it would just continue on and on. Infinitely, or if that would take a long time to code, 35 times would be nice. I can guarantee a lot of people would use it. Thanks for reading! Btw, sorry for long post
    Note: The written book would tell the user about the quest (i would make the written book), its just that the plugin will execute the commands, after a certain amount of kills.

    I forgot also, the plugin doesnt have to tell players about the quest. When i make a written book, and add it to quest reward, they will be notified about the quest. But a command to display how much kills you did would be nice.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  2. Offline

    phips99

    @xlce5 It would be possible if you format the whole post with the format from the sticky post! (You should really use the code option when you paste config.yml...)
     
  3. Offline

    jojodmo

    Get mob bounty reloaded, although it doesn't have quests
     
  4. Offline

    xIce5

  5. Offline

    Williscool98

    xIce5
    Do you mean it doesn't work, or its just for a lower version, because it not being updated doesn't mean it's broken. :p
     
  6. Offline

    xIce5

    Williscool98 It doesnt work, judging off comments on the plugin.
     
  7. Offline

    xIce5

    bump
     

Share This Page