Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. # NotCombatLogX Configuration
  2.  
  3. # Set this to true to make ALL damage tag players
  4. # Setting this to true will ignore all other 'damage type' options
  5. # Default: true
  6. all damage: true
  7.  
  8. # If "all damage" is false, you can change these settings to modify the different types of damage
  9. # Default for all: false
  10. damage type:
  11. # Cactus Damage / Touching a block that hurts you
  12. contact: false
  13.  
  14. # Getting stuck in a wall
  15. suffocation: false
  16.  
  17. # Fall Damage
  18. fall: false
  19.  
  20. # Touching a fire block
  21. fire: false
  22.  
  23. # Being on fire
  24. fire tick: false
  25.  
  26. # Touching Lava
  27. lava: false
  28.  
  29. # Drowning in water
  30. drowning: false
  31.  
  32. # Explosions from TNT or plugins (not creepers)
  33. block explosion: false
  34.  
  35. # Damage from not eating enough food
  36. starvation: false
  37.  
  38. # Leftover poison potion effect
  39. poison: false
  40.  
  41. # Magic damage (INSTANT_DAMAGE effect)
  42. magic: false
  43.  
  44. # Leftover wither potion effect
  45. wither: false
  46.  
  47. # Anvil damage
  48. falling block: false
  49.  
  50. # Damage made by plugins
  51. custom: false
  52.  
  53. # Damage from using an elytra and hitting a wall/mountain/tree
  54. fly into wall: false
  55.  
  56. # Damage from magma blocks
  57. hot floor: false
  58.  
  59. # Damage from being near too many entities at once
  60. cramming: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement