Inactive [MECH/FUN] MineScore v0.8 - Add highscores functionality to your server! [1.2.4-R1.0 ]

Discussion in 'Inactive/Unsupported Plugins' started by Kamisoyokaze, Apr 11, 2012.

  1. Offline

    Kamisoyokaze

    [​IMG]

    Link to project: http://dev.bukkit.org/server-mods/mcscores/

    Current Features:
    • Pvp, Mob, Mining and Farming Leaderboards.
    • A webpage displays a leader board depending on which one you have selected (out of Pvp and Mobs).
    • Their rank, name, kills, deaths and kill to death ratio are displayed on both leader boards.
    • Top killer is highlighted red.
    • Attractive leader board layout
    • Leader board displays 10 results and automatically generates pages to display the others
    • Website can be configured with ease, including such choices as default leader board to be displayed and which leader boards you want to include.
    • In game commands /minescore(or ms) pvp/mob/mine/farm . Each different one displays your own stats in the specified board.
    • Ready-made MySQL query included so you can create your database with ease.
    • Instructions on how to install and use the mod are included also.
     
  2. Offline

    md_5

    Approved.
     
  3. Offline

    web32

    I really love this plugin.
    But there's a problem witch mobhighscores.php because when a player killed a mob but he wasn't killed the KDR is 1:0.
    Maybe you could solve it by making it: $kdr = $kills / ( $deaths + 1 );

    web32
     
  4. Offline

    Kamisoyokaze

    That's how it's supposed to be, nothing is wrong there. It is kills/deaths unless deaths = 0, this is because if you divide by 0 you get infinity, and the computer can't do that, you get a maths error.
     
  5. Offline

    Kamisoyokaze

    I've been working on this plugin all weekend, and have some nice updates in store for you all! Look forward to v0.9 release, coming soon!

    Some of the updates include:
    Separate mob scores tracking
    Pvp rating completely reprogrammed, with a new and improved algorithm
    Website completely redesigned
    Clan highscores!

    Also look forward to v1.0, there are some amazing plans in store for that!
     

Share This Page