Skript Version: 2.2
Skript Author: Me (i think this is what it means )
Minecraft Version:1.8.8
---
Full Code:
Other Useful Info:
NO ERRORS IN CONSOLE OR ON SK RELOAD
Addons using (including versions):
SKquery Latest Version
The issue im having is that this should work but when killing a player it doesnt raise my kill count and idk it worked on my main server (i was using as a test server and lost access to the files for a short time) and had to recode it for my new test server but now it doesnt work EVEN THOUGH IT SHOULD
[doublepost=1502712296,1502711726][/doublepost]Found The Issue
Skript Author: Me (i think this is what it means )
Minecraft Version:1.8.8
---
Full Code:
code_language.skript:
#NovaKitPvP By RetroGamerSP
on death of player:
attacker is player:
add 1 to {kills.%attacker%}
add 1 to {deaths.%victim%}
add 10 * {killstreak.%attacker%} to {coins.%attacker%}
add 1 to {killstreak.%attacker%}
set {killstreak.%victim%} to 0
if {killstreak.%attacker%} > 2:
broadcast "&6%attacker% &chas reached a killstreak of %{killstreak,%attacker%}%"
command /killstats <player>:
trigger:
message "&c--------------------------------"
message "&6Killstats"
message "&cPlayer: &6%arg%"
message "&cKills: &6%{kills.%arg%}%"
message "&cDeaths: &6%{deaths.%arg%}%"
message "&cKillstreak: &6%{killstreak.%arg%}%"
Other Useful Info:
NO ERRORS IN CONSOLE OR ON SK RELOAD
Addons using (including versions):
SKquery Latest Version
The issue im having is that this should work but when killing a player it doesnt raise my kill count and idk it worked on my main server (i was using as a test server and lost access to the files for a short time) and had to recode it for my new test server but now it doesnt work EVEN THOUGH IT SHOULD
[doublepost=1502712296,1502711726][/doublepost]Found The Issue