Kill Streaks ⭕ (BROADCAST - HOLOGRAM LEADERBOARD - FULLY CONFIGURABLE - 1.8 to 1.18) icon

Kill Streaks ⭕ (BROADCAST - HOLOGRAM LEADERBOARD - FULLY CONFIGURABLE - 1.8 to 1.18) -----

Sends broadcast messages when player reach a certain kill streak.



[​IMG]
[​IMG] [​IMG] [​IMG]


The KillStreaks plugins is a very simple and lightwheight system that sends a broadcast message and execute commands when a player reach a specified amount of kills wich can be edited on the configuration file. It also have a fully customizable holographic leaderboard wich you can enable or disable on the configuration.

[​IMG]
  • Send a broadcast message to all online players;
  • Execute multiple commands;
  • Fully custom broadcast messages;
  • Infinity possibilities of kill types (DOUBLE KILL, TRIPLE KILL... HEXA KILL by default);
  • 1st to 10th leaderboard with HolographicDisplays;
  • Custom leaderboard format;
  • Simple installation (just drop in plugins folder and you're done);
  • SQLite and MySQL storage for the leaderboard system;
  • 100% configurable;
  • NEW: PlaceholderAPI support. Use %ksplayer_max% to show player's max kill streak;
  • NEW: Added multiple actions wich can be taken when player reach a kill streak.
[​IMG]

[​IMG]
[​IMG]

[​IMG]
  • /ks help - show the command list
  • /ks leaderboard - set the location of leaderboard hologram #HolographicDisplays is needed to use this feature
  • /ks reload - reload the plugin configuration
  • /ks reset - reset all leaderboard data
  • /ks remove (player) - reset a player data
The permission node for those commands is:
'killstreaks.management'


[​IMG]
Code (Text):
######################################################################
#                 _  _       _                       _               #
#        /\ /\(_)| || | ___ | |_  _ __   ___   __ _ | | __ ___       #
#       / //_/| || || |/ __|| __|| '__| / _ \ / _` || |/ // __|      #
#      / __ \ | || || |\__ \| |_ | |   |  __/| (_| ||   < \__ \      #
#      \/  \/ |_||_||_||___/ \__||_|    \___| \__,_||_|\_\|___/      #
#                                                                    #
#                         KillStreaks - v1.8.1                       #
#                           Author: Phyzer                           #
######################################################################


# PlaceholderAPI placeholders:
# %ksplayer_max% <- return the max kill streak of a player

# Define what action the plugin will do when player reach a kill streak
# Available actions:
# BROADCAST (will send a broadcast message)
# COMMAND (will force the console run the specified commands)

# Available placeholders to use on message or commands:
# %player% -> display player name
# %victim% -> display victim name
# %kills% -> display current kill streak
killstreaks:
  2:
    action: BROADCAST
    message:
      - ''
      - '&fThe player &b%player% &fis in a &a&lDOUBLEKILL&f!'
      - '&fWith &b%kills% &fsequenced kills.'
      - ''
  3:
    action: BROADCAST
    message:
      - ''
      - '&fThe player &b%player% &fis in a &e&lTRIPLEKILL&f!'
      - '&fWith &b%kills% &fsequenced kills.'
      - ''
  4:
    action: COMMAND
    commands:
      - 'give %player% diamond 10'
      - 'give %player% emerald 5'

# Time to reset player streak informations (seconds)
resettime: 5

# Toggle if you want do display a message when a player kills a another one with a kill streak
streakend: false
streakendmessage: "&b%victim% have your %amount% kill streak stoped by %player%."

# Just enable it if you want to use the leaderboard system, otherwise the plugin will
# storage the players data with no use
leaderboard: true
leaderboardheader: "&e&lKILLSTREAKS LEADERBOARD"
leaderboardformat: "&b&l#%position% &7> &f%player% &7- &b%killstreak% kills streak"

# Database configuration (SQLite by default)
MySQL:
  use: false
  user: 'root'
  password: ''
  host: 'localhost'
  port: 3306
  database: 'db'


#TO DO LIST (please leave new suggestions on the review section)
  1. Add command to reload the plugin.
  2. Add command to reset the leaderboard informations.
  3. Add compatibility with PlaceholderAPI.
  4. Add multiple action compatibility to the same kill streak amount.
  5. Add SEND_ACTIONBAR action.
  6. Add SEND_TITLE action.
  7. Add SEND_BOSSBAR action.
Resource Information
Author:
----------
Total Downloads: 3,566
First Release: Jun 2, 2021
Last Update: Dec 22, 2021
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings