PvPTracker

Discussion in 'Plugin Requests' started by Invenstory, Dec 15, 2018.

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

    Invenstory

    Hello!
    i wonder if you could make a plugin for me!

    Plugin name: PvPTracker
    Version: 1.8

    What this plugin supposed to do:
    Record player's stats
    Custom death messages

    Commands/Permissions:
    /pvp [name] - Other Player's stats - (pvptracker.access)
    /pvp - Stats of the player - (pvptracker.access)
    /pvptracker reload - reload the config - (pvptracker.admin)
    /pvptracker clear [name] - Clear player's stats - (pvptracker.admin)
    /pvptracker clearall - Clear everone's stats - (pvptracker.admin)


    =Messages.yml=
    PvP Messages:
    %player% Has slain %player% with a %item%
    %player% was killed by %player% with a %item%
    %player% rekt %player% with a %item%
    Those messages should be random in chat

    PvM Messages:
    %player% was killed by %mob%
    %player% tried to escape from %mob% but he didn't managed
    Those messages should be random in chat

    PvE Messages:
    %player% died
    %player% burned
    %player% died in the Lava
    It was too hight for %player%

    Other Messages:
    Reload: '&aReloaded'
    PvPTracker Clear: '&aCleared %player%'s stats'
    PvPTracker Clear: '&a%player% cleared your stats'
    PvPTracker Clear All: '&a%player% cleared everyone's stats



    Stats List:
    ----------[ %player% ]-----------
    Kills: {kills}
    Deaths: {deaths}
    KillStreak: {ks}
    BestKillStreak: {bks}
    ------------------------------------

    (KillStreak: When someone killing in row players with out dying.When he die the killstreak will remove)
    Stats List is for the command /pvp [name]
    My Stats List:

    -------------------------------
    Kills: {kills}
    Deaths: {deaths}
    KillStreak: {ks}
    BestKillStreak: {bks}
    -------------------------------

    This is for the command /pvp

    Config:
    Code:
    [B]#[/B]Rewards with killstreaks
    killstreakrewards: true/false   (Enable/Disable the killstreak reward)
    '1'                
       killstreak: 10      (What killstreak should the player have to get the reward
       commands:        (command that gonna run at 10 killstreaks)
          - 'give %player% diamond 10'
          - 'bc %player% Just reach 10 killstreaks and won a  reward!'
    [COLOR=#000000] '2'
       killstreak: 20
       commands:
          - 'give %player% diamond 20'
          - 'bc %player% Just reach 20 killstreaks and won a  reward!'[CODE]
    
    
    Thats all!
    Take your  time  to make  ofc!
    make it good pls..![/COLOR]
     
    Last edited: Dec 15, 2018
  2. when clearing the stats, does the bestkillstreak also get resetted?

    EDIT: Okay nvm I added a boolean in the config so you can decide if the bestkillstreak also gets resetted.

    DOWNLOAD

    If there are some bugs please contact me again.
     
    Last edited: Dec 17, 2018
Thread Status:
Not open for further replies.

Share This Page