Plugin Help Scoreboard Stats Help

Discussion in 'Plugin Help/Development/Requests' started by TechnoGeek123, Nov 30, 2014.

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

    TechnoGeek123

    I edited my config.yml. After a server restart, the scoreboard disappeared no error messages. here is my config.yml:
    Code:
    # Main configuration
     
    # Compatible mode with other plugins like HealthBar, ColoredTags, GhostPlayer or McCombatLevel
    compatibilityMode: false
     
    disabled-worlds:
      - world_nether
      - city
     
    # This will not count vanished players in the online value
    hide-vanished: false
     
    Scoreboard:
      Title: '&2ΩΩΩ &eStriKraft &2ΩΩΩ'
      # seconds
      # For instant updates you can or 1 and it will update every second
      Update-delay: 2
      Items:
        # The Title must have under 48 characters
        # Title: &4Stats
        '&5# of Players': '%online%'
        '&aBolt Bucks': '%money%'
     
    # Let ScoreboardStats track stats (kills, deaths, mobkills, killstreak) You need no plugin for this
    enable-pvpstats: false
     
    Temp-Scoreboard-enabled: false
     
    Temp-Scoreboard:
      Title: '&a&lTop Kills'
      # %mob% | %kills% | %killstreak%
      Type: '%kills%'
      Color: '&9'
      # How many Players would be displayed
      Items: 5
      Intervall-show: 300
      Intervall-disappear: 300
     
    pluginUpdate: true
    Thanks!
    EDIT: Just Figured This out, and restarted server. everything works fine now

    SOLVED

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 29, 2016
Thread Status:
Not open for further replies.

Share This Page