Filled Stats command plugin

Discussion in 'Plugin Requests' started by maks244, Aug 11, 2020.

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

    maks244

    Plugin category: Chat

    Minecraft version: It's simple enough to work for all version I'm guessing (I need it for 1.8-1.12 though)

    Suggested name: CheckStats

    What I want: I'd like a plugin that adds the /stats (player) command. When /stats is executed you'll see multiple lines printed in chat with your statistics. So this has to have PlaceHolderAPI support and multi-line support. When /stats <player> is executed you'll get the same message printed out in chat but with the statistics of another player.

    Config: (Suggested)
    Code:
    stats:
      - '         &7&m  ---------------------------------------  '
      - '                                 &7Stats'
      - ' '
      - '               &8- &7Kills: &e%deluxecombat_ranking_kills%'
      - '               &8- &7Deaths: &e%deluxecombat_ranking_deaths%'
      - '               &8- &7K/D: &e%deluxecombat_ranking_kd%'
      - '               &8- &7Combatlogs: &e%deluxecombat_ranking_combatlogs%'
      - '               &8- &7Points: &e%points%'
      - '               &8- &7Streak: &e%deluxecombat_ranking_streak%'
      - '               &8- &7Highest Streak: &e%deluxecombat_ranking_maxstreak%'
      - '               &8- &7Rank: &e#%deluxecombat_ranking_rank%'
      - '          &7&m --------------------------------------- '
    stats-others:
      - '         &7&m  ---------------------------------------  '
      - '                      &a%player_name%&7's Stats'
      - ' '
      - '               &8- &7Kills: &e%deluxecombat_ranking_kills%'
      - '               &8- &7Deaths: &e%deluxecombat_ranking_deaths%'
      - '               &8- &7K/D: &e%deluxecombat_ranking_kd%'
      - '               &8- &7Combatlogs: &e%deluxecombat_ranking_combatlogs%'
      - '               &8- &7Points: &e%points%'
      - '               &8- &7Streak: &e%deluxecombat_ranking_streak%'
      - '               &8- &7Highest Streak: &e%deluxecombat_ranking_maxstreak%'
      - '               &8- &7Rank: &e#%deluxecombat_ranking_rank%'
      - '          &7&m --------------------------------------- '
    
    Ideas for commands: /stats (player) - explained above

    Ideas for permissions:
    -
    checkstats.stats
    - checkstats.stats.others
     
    Last edited: Aug 17, 2020
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    maks244

    I'll add my own, it's basically just a multi-line output on command
     
  4. Offline

    timtower Administrator Administrator Moderator

    Do you have an example config?
     
  5. Offline

    maks244

    No, but I do now:
    Code:
    stats:
      - '         &7&m  ---------------------------------------  '
      - '                                 &7Stats'
      - ' '
      - '               &8- &7Kills: &e%deluxecombat_ranking_kills%'
      - '               &8- &7Deaths: &e%deluxecombat_ranking_deaths%'
      - '               &8- &7K/D: &e%deluxecombat_ranking_kd%'
      - '               &8- &7Combatlogs: &e%deluxecombat_ranking_combatlogs%'
      - '               &8- &7Points: &e%points%'
      - '               &8- &7Streak: &e%deluxecombat_ranking_streak%'
      - '               &8- &7Highest Streak: &e%deluxecombat_ranking_maxstreak%'
      - '               &8- &7Rank: &e#%deluxecombat_ranking_rank%'
      - '          &7&m --------------------------------------- '
    stats-others:
      - '         &7&m  ---------------------------------------  '
      - '                      &a%player_name%&7's Stats'
      - ' '
      - '               &8- &7Kills: &e%deluxecombat_ranking_kills%'
      - '               &8- &7Deaths: &e%deluxecombat_ranking_deaths%'
      - '               &8- &7K/D: &e%deluxecombat_ranking_kd%'
      - '               &8- &7Combatlogs: &e%deluxecombat_ranking_combatlogs%'
      - '               &8- &7Points: &e%points%'
      - '               &8- &7Streak: &e%deluxecombat_ranking_streak%'
      - '               &8- &7Highest Streak: &e%deluxecombat_ranking_maxstreak%'
      - '               &8- &7Rank: &e#%deluxecombat_ranking_rank%'
      - '          &7&m --------------------------------------- '
     
    Last edited: Aug 16, 2020
  6. Offline

    maks244

  7. Offline

    maks244

  8. Offline

    johnny boy

  9. Offline

    maks244

    Hey, thanks for making this! I just wanted to say: you shouldn't describe this as a plugin to show certain deluxe combat stats cause that's already built into that plugin. I was just using those placeholders cause I was working with them at the time.
     
Thread Status:
Not open for further replies.

Share This Page