Advertisement
EtnoCraft

Sentinel 0.9 - Configuración

Dec 3rd, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. # Sentinel plugin configuration file
  2.  
  3. # Default settings for a new NPC
  4. sentinel defaults:
  5. # Whether 'close quarters' NPCs should chase targets.
  6. close chase target: true
  7. # Whether 'ranged attack' NPCs should chase targets.
  8. ranged chase target: false
  9. # How much damage to do. -1 for calculated values.
  10. damage: -1
  11. # How much armor to have (percentage). -1 for calculated values.
  12. armor: -1
  13. # How much health to have.
  14. health: 20
  15. # Whether this NPC is invincible.
  16. invincible: false
  17. # Attack rate, in ticks.
  18. attack rate: 30
  19. # Heal rate, in ticks.
  20. heal rate: 30
  21. # Whether this NPC fights back.
  22. fightback: true
  23. # Whether this NPC needs ammo to fight with.
  24. needs ammo: false
  25. # Whether this NPC will avoid damaging non-targets.
  26. safe shot: true
  27. # Default respawn time, in ticks.
  28. respawn time: 100
  29. # Whether enemy mobs killed by this NPC should drop items.
  30. enemy drops: false
  31. # How long to target temporary enemies for, in ticks. 0 means never-forget.
  32. enemy target time: 0
  33. # What movement (chase) speed should be used, as a multiple of the default speed.
  34. speed: 1
  35. # Whether to automatically switch to the most appropriate available weapon. (Bow at range, or sword up close).
  36. autoswitch: false
  37. # Accuracy offset, 0 means perfectly accurate, 5 means pretty inaccurate.
  38. accuracy: 0
  39.  
  40. random:
  41. # What sound to play when the "spectral" attack is used.
  42. spectral sound: ENTITY_VILLAGER_YES
  43. # Whether to use 'workaround' mode of fist damage.
  44. workaround damage: false
  45. # Whether to enforce drops even when 'keepInventory' or similar are enabled.
  46. workaround drops: false
  47. # Whether to permit death messages to show for Sentinel NPC deaths.
  48. death messages: true
  49. # How fast to try to shoot things (EG arrows).
  50. shoot speed minimum: 20
  51.  
  52. # How fast to recalculate, in ticks.
  53. update rate: 10
  54.  
  55. # Do not touch!
  56. config version: 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement