OnTime help!

Discussion in 'Bukkit Help' started by fury0n, Feb 21, 2013.

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

    fury0n

    Hey, I need help using OnTime to promote persons from group to group.

    Right now, I have 3 player groups, these are: Newcomer, Member and Veteran.

    Code:
    worlds:
      - all
    #
    #
    groups:
      - Newcomer
      - Member
      - Veteran
      - Donator
      - Moderator
      - Administrator
      - Owner
    #
    #
    commands:
     
    #
    #
    kits:
     
    #
    #
    rewards:
      - S,A,T,P,0,default,0,0,1,G,1,Member,S9G1Member
      - S,A,T,P,0,default,0,0,1,G,1,Veteran,S3G1Veteran
    #
    #
    #
    # END rewards.yml
    
    I'm wondering how I should type to make Newcomer me promoted to Member after 5 minutes, and from member to Veteran the next 5 minutes.

    Would be great if someone could help me out,
    thanks!

    Here must be someone who knows :(

    Perhaps I could get an alternative plugin which is easier to use?

    Come on guys! I can't get it work, tried for hours lol

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

    ghost0001

    Umm, use the in game commands to edit your group promotion. That is what I did for my 5 levels of promotion.
     
  3. Offline

    fury0n

    I can't figure out how it works lol, it's so confusing! Could I take a look at your groups and rewards part?

    Still no one who could help me out? :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  4. Offline

    ghost0001

    Yeah, I will post mine after work. I should be off at 1700 CST.
     
  5. Offline

    Edge209

    Don't try to edit the rewards.yml directly to create the rewards, only add the list of groups and then use the commands to do the rest ( delete those lines you have now under the "rewards:" keyword. You will find a tutorial here: http://dev.bukkit.org/server-mods/ontime/pages/tutorials/3-auto-rank-group-promotions/

    But for your specific setup you only need two commands:

    / ontime rewards add group member 5m
    / ontime rewards add group veteran 10m

    That's it!


    In the future please visit OnTime bukkitdev page for help with the plugin.
     
    ghost0001 likes this.
  6. Offline

    ghost0001

    What he says is true. But for an example, this is what I have set up.
    LINK
     
  7. Offline

    Edge209

    One word of warning. The version of rewards.yml that ghost0001 posted is from an older version of OnTime. If you are using version 3.6.0 or later, you can't just cut and paste the rewards section into your rewards.yml.

    If you copy the complete file over, then OnTime will recognize it is an older version, and automatically upgrade it to the new format.
     
Thread Status:
Not open for further replies.

Share This Page