Mission

Discussion in 'Plugin Requests' started by raymart23, Jun 12, 2015.

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

    raymart23

    Plugin category: dunno :p

    Suggested name: Mission

    What I want: I want a mission per day and if they cleared all missions at 1 week they will be given a rewards , rewards would be configurable at config.ym ( post this plugin if you want but I just need the code thank for effort might be given a credits for my server )

    Ideas for commands:
    • /misson | will check available commands
    • /mission reward | like what I said at "What I want" theres a per week reward to be claimed
    • /mission info | will check mission for today
    • /mission reload | will reload the config

    Ideas for permissions:
    • mission.<commandname>
    • mission.* for all

    When I'd like it by: Anytime
     
  2. Online

    timtower Administrator Administrator Moderator

    Why do you just need the code?
    Offtopic: new avatar?
     
  3. Offline

    raymart23

    @timtower to edit all messages by me and use it at my server to be unique
    new avatar ? yes
     
  4. Online

    timtower Administrator Administrator Moderator

    @raymart23 Why not just a language file then? Or make it yourself?
    How would those missions work anyways? How would you complete them?
     
  5. Offline

    raymart23

    @timtower like earn 20 money or kill 3 players or more looks like its already existed as Quests but diff from my idea
     
  6. Online

    timtower Administrator Administrator Moderator

    @raymart23 Then you probably want to list all ways to complete missions. Kinda difficult to make that all without knowing what you want in it.
     
  7. Offline

    raymart23

    @timtower its a quest per day , example 1st day you will get a mission like earn 500 money if you have 500 money so the player would be send a message <mission complete> and then if you are completing mission per week you will be given a reward using /mission reward

    more explanation are needed ?
     
  8. Offline

    mrCookieSlime

    Yes, definitely yes.
     
  9. Offline

    raymart23

    @mrCookieSlime @timtower just simply
    • Theres a missions per day after he completed the quests so it won't be available to him but to others that didn't finished it , still available for them
    • If they complete all missions per 1 week they will be given a rewards like 4 diamonds or more that are quite configurable
    • Example config
    Code:
    missions :
    m1: kill 3 pig
    reward: 3 diamonds
    m2: kill 5 cows
    rewards: 3 diamonds
    m3: kill 1 cows
    rewards: 3 diamonds
    
    // this is just an example config
    // all missions that are listed here would have an rotation per day
    // 1 of them would be a mission per day
    // it means all of given mission would be randomize
     
  10. Online

    timtower Administrator Administrator Moderator

    @raymart23 Mission types are important. If somebody makes it with the information that is currently on the thread and you want a "move to" mission then he needs to change it again.
     
  11. Offline

    raymart23

  12. Online

    timtower Administrator Administrator Moderator

    @raymart23 Would be better for both sides if all types would be known already.
     
  13. Offline

    raymart23

  14. Offline

    JUSTCAMH

    @raymart23 I'll see what I can do :)
    Btw, I think what I'm gonna do is have it that when you complete a challenge, it will run a command, so if you want it to give an item to the player you can use the give command or if you wanted it to give you currency you could run whatever command to give extra currency.
     
  15. Offline

    raymart23

    @JUSTCAMH Good Idea deal
    Code:
    Bukkit.getServer().dispatch // something like that if they finished the mission :P
     
Thread Status:
Not open for further replies.

Share This Page