Kill for Commands

Status
This thread has been locked.

JoshCiares

Feedback score
0
Posts
2
Reactions
0
Resources
0
Right now I'm working on a KitPvP server, and I am looking for a plugin that whenever a player kills another player, they're reward is whatever commands the owner sets it to.

If someone can help me, or create this plugin for me. I would love it. Willing to pay a fee if necessary.

EDIT: Also if the plugin can detect Kill Streaks.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

DamagedShadows

Supreme
Feedback score
0
Posts
943
Reactions
157
Resources
0
Ill do this for free. Hell here's the code (needs to be spaced properly):
On damage of player:
If attacker is a player:
If victim is a player:
If damage is greater than or equal to victim's health:
Make player execute command "/(your command)" as op

Requirements-
Skript
WildSkript
If you come up with an error saying can't put player in an on damage event or have to use attacker/victim in on damage event and it says the line corresponding with the command part replace "make player" to "make attacker". But you shouldnt have this issue.[DOUBLEPOST=1454604757,1454604602][/DOUBLEPOST]Oh and here I made this last night in like 2 minutes.

The part where it has my name "DamagedShadows" or "xpgamer97"
Replace that with any and all ops names.
Ex:
"Bill" or "Bob" or "Bill272" or "Bob383"
Just keep the list going basically lol
 

NahuLD

Feedback score
0
Posts
87
Reactions
17
Resources
0
Ill do this for free. Hell here's the code (needs to be spaced properly):
On damage of player:
If attacker is a player:
If victim is a player:
If damage is greater than or equal to victim's health:
Make player execute command "/(your command)" as op

Requirements-
Skript
WildSkript
If you come up with an error saying can't put player in an on damage event or have to use attacker/victim in on damage event and it says the line corresponding with the command part replace "make player" to "make attacker". But you shouldnt have this issue.[DOUBLEPOST=1454604757,1454604602][/DOUBLEPOST]Oh and here I made this last night in like 2 minutes.

The part where it has my name "DamagedShadows" or "xpgamer97"
Replace that with any and all ops names.
Ex:
"Bill" or "Bob" or "Bill272" or "Bob383"
Just keep the list going basically lol

Wow the Skripters makes it look hard ;)
 

Nrevi

Supreme
Feedback score
20
Posts
952
Reactions
1,057
Resources
0
Doesn't really matter, Josh managed to do it on Java with this. Requesting lock as this has been resolved
 

NahuLD

Feedback score
0
Posts
87
Reactions
17
Resources
0
Skript code is a "lenguage" that a Java plugin reads and manage it. A Java plugin is code writed on a big lenguage and interpretated by Spigot/Bukkit/Sponge. That doesnt means that you are best if you know Java or Skript, you are developing.
PD.: I'm Java developer.
 

NahuLD

Feedback score
0
Posts
87
Reactions
17
Resources
0
the main reason skript is hated is because it depends on external plugins.
That's true (As far as I know the Skript code is well managed). But if you wanna develop in Skript you mustn't be attacked for it (that's stupid and immature).
EDIT: Generally the Java developers hates the Skript plugin hard (I hated it).
 
Status
This thread has been locked.
Top