Guest User

Untitled

a guest
Aug 7th, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. #
  2. # Skill Configuration Options
  3. #
  4. # More information about Mythic skill features can be found here:
  5. # https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/Skills/Skills
  6. #
  7. Configuration:
  8.  
  9. # ================================================================================
  10. # General Skill Options
  11. # ================================================================================
  12.  
  13. # Nothing here yet!
  14.  
  15. # ================================================================================
  16. # Targeter Options
  17. # ================================================================================
  18. Targeters:
  19.  
  20. # Default values for Entity Target Filters
  21. DefaultEntityFilters:
  22. TargetSelf: false
  23. TargetPlayers: true
  24. TargetArmorStands: false
  25. TargetMarkers: false
  26. TargetCreativeMode: true
  27. TargetSpectatorMode: true
  28. TargetCitizensNPCs: false
  29. TargetAnimals: true
  30. TargetCreatures: true
  31. TargetMonsters: true
  32. TargetWaterMobs: true
  33. TargetFlyingMobs: true
  34. TargetSameFaction: true
  35. TargetOwner: true
  36. TargetNonMythic: true
  37. TargetVillagers: true
  38.  
Add Comment
Please, Sign In to add comment