Solved Getting top kills from config

Discussion in 'Plugin Help/Development/Requests' started by Flawless_Programming, Nov 2, 2016.

Thread Status:
Not open for further replies.
  1. Hi i have been trying to make a plugin where you can get the players with the most kills from a config and then send the player a message like:
    Top:
    1: Player1: 5 kills
    2: Pyer2: 3 kills
    3: Player3: 2 kills

    My configuration file looks like
    Code:
    Top:
    Bob:
         Kills: 10
    Alfred:
         Kills: 15
    Michel:
        Kills: 5
    etc etc..
    I'm not very good with configs and have only tried a few things which did not work.
    Anyone got any idea how i could get for exampel the top 3 players from the config?
     
Thread Status:
Not open for further replies.

Share This Page