Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #----------------------------------------
  2. # Vanilla Combat hook
  3. # Player Combat hook in minecraft
  4. #
  5. #----------------------------------------
  6.  
  7. # DO NOT EDIT THIS CONFIG VERSION!
  8. config: 2
  9.  
  10.  
  11. # Do you want to enable this event hook?
  12. # Enabling this hook will trigger
  13. # when the player is in combat
  14. # for the players that are in combat
  15. enabled: true
  16.  
  17. # What do you want to trigger?
  18. trigger: "combat"
  19.  
  20.  
  21. # The time to display the trigger on the screen (in millseconds) after the last combat hit was made
  22. onscreen-time: 5000
  23.  
  24. # Do you only want to trigger it on PVP (no mob attacks)
  25. only-pvp: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement