Console Messages to Player #135


  • New
  • Defect
Open
  • _ForgeUser8757096 created this issue Mar 26, 2014

    I was on a Hub server with BossShop and GuiShopManager, and there were a few items in the shop (BungeeCord servers shop) that sent a message to the player from the console when they clicked it. How can I achieve this? I want the item to perform /msg <player> (message).

  • _ForgeUser8757096 added the tags New Defect Mar 26, 2014
  • _ForgeUser8684532 posted a comment Apr 1, 2014

    Console Message:

    RewardType: command

    PriceType: free

    Reward:

    - /msg %player% Hi %player%

    MenuItem:

    - id:137

    - name:&aConsole Message

    - 'lore:&8Its alive!'

    - amount:1'

    InventoryLocation: 1

    ExtraPermission: ''

    or

    Console Message:

    RewardType: command

    PriceType: free

    Reward:

    - (yes, blank)

    MenuItem:

    - id:137

    - name:&aConsole Message

    - 'lore:&8Its alive!'

    - amount:1'

    InventoryLocation: 1

    Message: '&eHi %player%'

    ExtraPermission: ''

    Both of these should work:

    The first one will do a real /msg like this [@console -> me]Hi TheExelot

    And the second one will do it without /msg like this Hi TheExelot!


    Edited Apr 29, 2014

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