Having trouble getting it to work. #18


  • New
  • Defect
Open
Assigned to unfriendlybaron
  • _ForgeUser9337441 created this issue May 3, 2013

    What steps will reproduce the problem?
    logging in.

    What is the expected output? What do you see instead?
    You were given 1200 jots for joining today!... you were given
    squid egg for joining today!

    What version of the product are you using?
    3.6

    Do you have an error log of what happened?
    no

    Please provide any additional information below.
    this is what we currently have set up.

    Main:
      Number of Tiers: 6
      Item Give Delay (In Seconds): 0
      Global Message: '&9[DailyBonus] &6!playername just got a bonus of !amount !type
        for logging in today!'
      Global Message is Enabled: false
    Tier:
      '1':
        Economy Amount: 50
        Message: '&6You were given &4!amount !type &6for joining today!'
        Items:
        - 0
        - 0
        Commands:
        - give !player 297 10
      '2':
        Economy Amount: 300
        Message: '&6You were given &4!amount !type &6for joining today!'
        Items:
        - 0
        - 0
      '3':
        Economy Amount: 0
        Message: '&6You recieved your daily bonus for joining today!'
        Items:
        - 0
        Commands:
        - give !player 297 20
        - give !player 383:94 1
      '4':
        Economy Amount: 0
        Message: '&6You recieved your daily bonus for joining today!'
        Items:
        - 0
        Commands:
        - give !player 297 30
        - give !player 383:98 1
      '5':
        Economy Amount: 0
        Message: '&6You recieved your daily bonus for joining today!'
        Items:
        - 0
        Commands:
        - give !player 297 40
        - give !player 383:66 1
      '6':
        Economy Amount: 1200
        Message: '&6You were given &4!amount !type &6for joining today!'
        Items:
        - 0
    Notes:
    - Tiers are defined with the highest number being the highest Tier. Hence why Tier 3 give a larger amount by default than 1 or 2 do.
    - To make a new Tier, copy and past one of the current Tiers below, and simply change the number to the next highest. Also make sure to change the Number of Tiers in the main.
    - An amount of Economy Amount= 20;5 would give a random amount between 15 and 25. 5 in either direction.
    - You can delete the Items= list to give no items, or make it one line of 0;0 to also give no items.
    - In the item lists, the order is Item Id;Amount;Randomness*dash*Data Num.
    - So 5;10;5*dash*1 would give Anywhere from 5 to 15 dark-wood planks. (10 to start, then randomly 0 to 5 more or less) (*dash*1 become a data of 1, the darkwood)
    - Please use the Ticket system on bukkitDev for all issues with the plugin!

  • _ForgeUser9337441 added the tags New Defect May 3, 2013

To post a comment, please login or register a new account.