ModsJava
AvCBoard - TopKill [1.15.2]
A simple scoreboard that will allow you to see the best pvp players in TopKill. Free Minecraft Java mod for 1.15.
⬇ Download on SpigotHello everyone, today I come to present my new contribution to spigot,this time it is a marker that is divided into 2 parts, a sample of information with variables from PlaceHolderAPI, and another where a list of the best players in pvp is shown, that is, a TopKill.
Here I show the main scoreboard, in this case it is in Spanish but everything is configurable from the config.yml file
The scoreboard top kill is shown here, with the players who have most killed other players. The list to show is also configurable, that is, you decide how many players you want to show.
This is the first version of this plugin, as I update it it will improve some aspects, if you have ideas, you can send them to me privately or by mail to: ddeltax2@gmail.com .
It works with PlaceHolderAPI
Mandatory Dependencies:
- PlaceHolderAPI:
/avcboardreload - Command to reload config
Permission: avcboardreload.admin
Config.yml
I am a student in computer science, I am 22 years old, I speak Spanish so excuse my bad translation.I have a Latin server where most of my plugins are located, if you speak Spanish I invite you to my server:
IP: mc.avclatin.cl Version: 1.15.2
If you liked it, leave a review, any bug you can tell by private message or by email: ddeltax2@gmail.com . Greetings to everyone!
Updates are coming soon !, watch out!
Main scoreboard
Here I show the main scoreboard, in this case it is in Spanish but everything is configurable from the config.yml file
Scoreboard topkill
The scoreboard top kill is shown here, with the players who have most killed other players. The list to show is also configurable, that is, you decide how many players you want to show.
This is the first version of this plugin, as I update it it will improve some aspects, if you have ideas, you can send them to me privately or by mail to: ddeltax2@gmail.com .
It works with PlaceHolderAPI
Mandatory Dependencies:
- PlaceHolderAPI:
Click to expand...
/avcboardreload - Command to reload config
Permission: avcboardreload.admin
Config.yml
Code (Text):
############################################################
# +------------------------------------------------------+ #
# | Scoreboard | #
# +------------------------------------------------------+ #
############################################################
# Check update
update-check: true
# Set the locale for all messages.
# They are only available in Spanish and English
# messages_es for spanish
# messages_en for English
# If you don't see the changes in the translation of the plugin, you need to restart the server.
locale: 'messages_es'
# Sets the scoreboard (sidebar) that is sent to the player
scoreboard:
# Toggles this feature.
enabled: true
title: '&fA&cv&6C'
# Time the scoreboard will be displayed in seconds
time: 120
# The lines of the scoreboard (Maximum of 10 lines allowed)
# Each line can only have 40 characters (this includes color codes)
# Each line must also be unique, a work around would be to put a color code at the end your line, to make it unique.
lines:
- ' '
- '&7Dinero: &f%vault_eco_balance_fixed%'
- '&7Ping: &f%player_ping%'
# A list of worlds that the Scoreboard should not be shown in.
disabled-worlds:
- my-disabled-world
- my-disabled-world-nether
scoreboardtop:
# Toggles this feature.
enabled: true
title: '&bTop &cKills'
# Time the scoreboard will be displayed in seconds
time: 120
# Number of players to be shown in the list
items: 5
# The lines of the scoreboard (Maximum of 1 lines allowed)
# Each line can only have 40 characters (this includes color codes)
# Each line must also be unique, a work around would be to put a color code at the end your line, to make it unique.
lines:
- '&7%number%&b) &f%nameplayer%&7: &b%kills%'
# A list of worlds that the Scoreboard should not be shown in.
disabled-worlds:
- my-disabled-world
- my-disabled-world-nether
# +------------------------------------------------------+ #
# | Scoreboard | #
# +------------------------------------------------------+ #
############################################################
# Check update
update-check: true
# Set the locale for all messages.
# They are only available in Spanish and English
# messages_es for spanish
# messages_en for English
# If you don't see the changes in the translation of the plugin, you need to restart the server.
locale: 'messages_es'
# Sets the scoreboard (sidebar) that is sent to the player
scoreboard:
# Toggles this feature.
enabled: true
title: '&fA&cv&6C'
# Time the scoreboard will be displayed in seconds
time: 120
# The lines of the scoreboard (Maximum of 10 lines allowed)
# Each line can only have 40 characters (this includes color codes)
# Each line must also be unique, a work around would be to put a color code at the end your line, to make it unique.
lines:
- ' '
- '&7Dinero: &f%vault_eco_balance_fixed%'
- '&7Ping: &f%player_ping%'
# A list of worlds that the Scoreboard should not be shown in.
disabled-worlds:
- my-disabled-world
- my-disabled-world-nether
scoreboardtop:
# Toggles this feature.
enabled: true
title: '&bTop &cKills'
# Time the scoreboard will be displayed in seconds
time: 120
# Number of players to be shown in the list
items: 5
# The lines of the scoreboard (Maximum of 1 lines allowed)
# Each line can only have 40 characters (this includes color codes)
# Each line must also be unique, a work around would be to put a color code at the end your line, to make it unique.
lines:
- '&7%number%&b) &f%nameplayer%&7: &b%kills%'
# A list of worlds that the Scoreboard should not be shown in.
disabled-worlds:
- my-disabled-world
- my-disabled-world-nether
I am a student in computer science, I am 22 years old, I speak Spanish so excuse my bad translation.I have a Latin server where most of my plugins are located, if you speak Spanish I invite you to my server:
IP: mc.avclatin.cl Version: 1.15.2
If you liked it, leave a review, any bug you can tell by private message or by email: ddeltax2@gmail.com . Greetings to everyone!
Updates are coming soon !, watch out!
AvCBoard - TopKill [1.15.2] is a free Minecraft Java mod. Compatible with Minecraft 1.15. Downloaded 153 times (via Spigot). Download it and open it directly in the game.