Help developing plugin!

Discussion in 'Plugin Development' started by WTPENGUIN, Nov 23, 2014.

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

    WTPENGUIN

    Hi, I'm newbie in develop pulgin.
    I have this Config File
    Code:
    station:
      test1:
        x: 42
        y: 64
        z: 0
      test2:
        x: 23
        y: 63
        z: -16
      test3:
        x: 7
        y: 63
        z: -24
    
    I want to print this result when /recalllist.
    Code:
    test1 x: 42 y: 64 z: 0
    test2 x: 23 y: 63 z:-16
    test3 x: 7 y: 63 z: -24
    I don't kwon how.
    Help me plz.
     
  2. Offline

    teej107

  3. Offline

    WTPENGUIN

  4. Offline

    teej107

Thread Status:
Not open for further replies.

Share This Page