Better Hits İn Pvp

Hi guys im trying to add better pvp hits in my minecraft server like combo pvp and without hit time. what should I do for this.
23 Replies
Admincraft Meta
Thanks for asking your question!
Once you have finished, please close your thread. Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
command to close
/close !close !solved
Requested by kingofpers#0
Blockutis
Blockutis2y ago
do you mean you want to add 1.8 pvp?
BaciSicken7346
BaciSicken7346OP2y ago
No my server is 1.8 But ther is bad hit delays
Blockutis
Blockutis2y ago
like combo duels on hypixel?
BaciSicken7346
BaciSicken7346OP2y ago
yes @Blockutis
Blockutis
Blockutis2y ago
uh, its been like a month
BaciSicken7346
BaciSicken7346OP2y ago
yes 😄
Blockutis
Blockutis2y ago
honestly i dont know what could accomplish that. What i would do is make a custom script using Denizen, but, then you would have to learn how denizen works etc.
BaciSicken7346
BaciSicken7346OP2y ago
i just fixed it bro or i do that like ther is a pluin named custom hit delay but its paid
Blockutis
Blockutis2y ago
do you have the Denizen plugin? for most custom stuff like this, i just make a script for it
BaciSicken7346
BaciSicken7346OP2y ago
No i dont have
Blockutis
Blockutis2y ago
you can also create a simple custom plugin for this, using like setMaximumNoDamageTicks(int ticks) or setNoDamageTicks(int ticks) or, what i do is use the Denizen plugin, so i can easily add scripts without having to restart the server. if you use denizen, you can use a simple script like this:
combohits:
debug: false
type: world
events:
after player damages player:
- adjust <context.entity> no_damage_duration:0t
combohits:
debug: false
type: world
events:
after player damages player:
- adjust <context.entity> no_damage_duration:0t
BaciSicken7346
BaciSicken7346OP2y ago
Ty bro
Blockutis
Blockutis2y ago
np
BaciSicken7346
BaciSicken7346OP2y ago
Denizen likes my command But its better
Blockutis
Blockutis2y ago
"likes my command" > ?
BaciSicken7346
BaciSicken7346OP2y ago
My command plugin
Blockutis
Blockutis2y ago
oh you mean it is similar to it?
BaciSicken7346
BaciSicken7346OP2y ago
No description
BaciSicken7346
BaciSicken7346OP2y ago
Yes but denizen is better than mycommand
Blockutis
Blockutis2y ago
oh i see
BaciSicken7346
BaciSicken7346OP2y ago
Denizen is advanced
Deleted User
Deleted User2y ago
denizen is just a 10 times harder version of skript

Did you find this page helpful?