Skript Version: Skript 2.4-beta8
Minecraft Version: 1.14.4
English:
Hello I'm just here when programming not continue. I want someone who has a certain permission to kill someone who goes up a counter. That works with the counter already. I just do not know how to set this with the permission, I've tried a lot but nothing worked.
German:
Hallo ich komme hier grade beim Programmieren nicht weiter.
Ich will wenn jemand mit einer bestimmten Permission jemanden killt das ein counter hoch geht.
Das mit dem Counter funktioniert auch schon. Ich weiß nur nicht wie man das mit der Permission einstellt, ich habe schon einiges versucht aber nix hat funktioniert.
Thanks for any Help!
Sorry for my bad English, i'am German.
Addons:
SkRayFall 1.9.18, SkQuery 4.1.1, MorkazSk,
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
Minecraft Version: 1.14.4
English:
Hello I'm just here when programming not continue. I want someone who has a certain permission to kill someone who goes up a counter. That works with the counter already. I just do not know how to set this with the permission, I've tried a lot but nothing worked.
German:
Hallo ich komme hier grade beim Programmieren nicht weiter.
Ich will wenn jemand mit einer bestimmten Permission jemanden killt das ein counter hoch geht.
Das mit dem Counter funktioniert auch schon. Ich weiß nur nicht wie man das mit der Permission einstellt, ich habe schon einiges versucht aber nix hat funktioniert.
Code:
on death of player:
attacker is a player:
if {topkill::enableplugin::*} = 1:
add 1 to {topkill::kill::%attacker%}
add 1 to {topkill::death::%victim%}
Thanks for any Help!
Sorry for my bad English, i'am German.
Addons:
SkRayFall 1.9.18, SkQuery 4.1.1, MorkazSk,
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes