WeeTrade New Line

Discussion in 'Bukkit Help' started by Kekybra, Sep 30, 2018.

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

    Kekybra

    How can you make separate lines in coding so it would say

    [Trade] You have received a trading request from %player%
    Do /trade accept %player% to accept the trade.

    Code:
    Code:
    request-received: '&eYou received an trading request from &6%TARGET% 
    &eDo /trade accept %TARGET% to accept the trade'
    but that doesn't work. this is what it's showing me
    [​IMG]
     
  2. Offline

    KarimAKL

    @Kekybra Maybe try doing something like this:
    Code:
    request-received: '&eYou received an trading request from &6%TARGET%\n&eDo /trade accept %TARGET% to accept the trade'
    Not sure it will do anything but it's worth a try.
    Notice the '\n' between the text.
     
Thread Status:
Not open for further replies.

Share This Page