Question How come this happens every time?

Discussion in 'Plugin Help/Development/Requests' started by Qaisar101, Feb 14, 2015.

?

Will you help me? I am desperate. LOL.

  1. Yes, I will cuz you are awesome.

  2. Yes, I will cuz I am bored and got nothing to do.

Results are only viewable after voting.
Thread Status:
Not open for further replies.
  1. Offline

    Qaisar101

    Okay, so I want a scoreboard on the side, so I used InfoBoardReborn. It didn't work, so I thought it was outdated. I went to ScoreboardStats, and here is my config: click here. And that didn't work either. I looked into it, used a database, and even changed the config. I need some help, but I cannot find anything. So my question is, how do I fix dis? Well, thanks for reading! Hope you will help! :3

    EDIT: I put it on a YAML Parser. Still nothing.
     
    Last edited: Feb 14, 2015
  2. Offline

    pie_flavor

    Don't put quotes around the tags, just the values. This isn't JSON.
     
  3. Offline

    Qaisar101

    @pie_flavor May you please edit my config and paste it on PasteBin for me. I am new to ScoreboardStats.
    Sorry if I am wasting your time. I know you got better things to do, but please help.
     
  4. Offline

    pie_flavor

    @Qaisar101 It's not that hard to do yourself.
    Change every instance of this:
    Code:
    'key': 'value'
    to this:
    Code:
    key: 'value'
    Notice how the quotes/apostrophes are missing from the key.
     
  5. Offline

    Qaisar101

    @pie_flavor, did what you said. I had to remove some : from the config since I was duplicating them. Anyways, it is not invalid by YAML, but it still doesn't work: http://pastebin.com/2NBAGhu2.
     
  6. Offline

    pie_flavor

    @Qaisar101 Looked at the config. This isn't at all what the plugin comes packaged with. Try updating the plugin and deleting the data folder.
    EDIT: Nevermind. Thought you were still using InfoBoardReborn.
     
    Last edited: Feb 14, 2015
  7. Offline

    Qaisar101

    @pie_flavor Deleted the .db file. Nothing happened.
     
  8. Offline

    pie_flavor

    @Qaisar101 Ooh. I wouldn't recommend using section symbols directly in the config, probably best to use & because it can act screwy around nonstandard symbols. That said, what do you hope to accomplish with the color code as the title? In short, why is the color code necessary for those blank lines?
     
  9. Offline

    Qaisar101

  10. Offline

    pie_flavor

    @Qaisar101 Then mayhaps you should go back to InfoBoardReborn.
     
  11. Offline

    Qaisar101

    @pie_flavor Perhaps... I'll give you an update later. I got to sleep.
     
Thread Status:
Not open for further replies.

Share This Page