[REQ] RPG With rewards

Discussion in 'Archived: Plugin Requests' started by Gallie, Mar 21, 2012.

  1. Offline

    Gallie

    So basically I'm looking for a plugin like mcMMO except when a user levels he gets rewarded. There should be one out there, but I just don't know what to search up. Anyone willing to help?
     
  2. Offline

    Musaddict

    mcMMO is pretty huge... would be pretty difficult to make a look-alike that does it justice. The only realistic solution would be to make a plugin that is dependent on mcMMO, but I'm not familiar enough with it to help you.
     
  3. Offline

    Gallie

    Well I was wondering whenever you level up mining on mcMMO it would grant you 1 iron and like $25 iconomy money. Simple.
     
  4. Offline

    newboyhun

    Hi!
    I check mcMMO api and i do it.

    EDIT: It will use Vault for giving dollars.

    Here it is:
    <Edit by Moderator: Redacted mediafire url>
    Commands: None
    Permissions: None
    Configuration: Example included.
    To add a reward for xx skill you need to use the in-game's skill name.
    Like excavation,archery etc.
    LOWERCASE !!
    If you can't understand it because my english is bad then check the config.yml or check this:
    Code:
    archery: // IF PLAYER LEVEL UP ARCHERY THEN HE/SHE GETS 50$ AND 64 ARROW
      rewards:
        money: 50
        items:
        - 262,64 // id,amount
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 11, 2016

Share This Page