Clickable voting Links #145


  • New
  • Other
Open
  • _ForgeUser14674713 created this issue May 1, 2014

    there is nothing i can find to show you how to add one

    What steps will reproduce the problem?
    1.
    2.
    3.

    What is the expected output? What do you see instead?

    What version of BossShop are you using?

    Do you have an error log of what happened? Please paste it at pastie.org!

    Please provide any additional information below.

  • _ForgeUser14674713 added the tags New Other May 1, 2014
  • _ForgeUser8684532 posted a comment May 3, 2014

    This one is simple. If you have essentials: have a customtext command setup that shows the links and then have a playercommand fire this customtext command

    OR

    RewardType: command

    Reward:

    - msg %player% <LINK>

    Another method is when you have Enjin Minecraft Plugin (public message):

    RewardType: command

    Reward:

    - enjin broadcast <LINK>

    ANOTHER method is when you have NoCheatPlus (private message):

    RewardType: command

    Reward:

    - ncp tell %player%

    and finally another method is when you have non of the above (actually the easiest): This is when the button is in the Menu (shop)

    RewardType: shop

    Reward: Menu

    PriceType: free

    Message: '<LINK>'

    I know i gave ALOT of options, but i hope this helped you


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