Advertisement
norskaaa

Hitmarkers / Default Config

Aug 15th, 2021 (edited)
2,519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.55 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # Hitmarkers, a free resource by Norska#1933 [ID: 253886847690866688]                   #
  4. #                                                                                       #
  5. # Wiki: https://norska.dev/docs/welcome                                                 #
  6. # Support: https://norska.dev/discord                                                   #
  7. #                                                                                       #
  8. # You are editing the config.yml file of Hitmarkers.                                    #
  9. #                                                                                       #
  10. #########################################################################################
  11.  
  12. #########################################################################################
  13. #                                                                                       #
  14. # NOTE: PLEASE READ BEFORE CONFIGURING!                                                 #
  15. #                                                                                       #
  16. # Please consult the wiki for any questions regarding the setup of this plugin, if you  #
  17. # still require help, open a ticket on my discord server!                               #
  18. #                                                                                       #
  19. #########################################################################################
  20.  
  21. settings:
  22.    # Note: You can add arrow trails for players with permissions "hitmarkers.trail.<PARTICLE TYPE ENUM>"
  23.    # Example: "hitmarkers.trail.WITCH_SPELL"
  24.    particles:
  25.       amount: 10
  26.    
  27.    # Note: Headshots are not applicable for mobs
  28.    headshots:
  29.       enabled: true
  30.       extraDamage: 0.5
  31.    
  32.    # Note: Whether or not hitmarkers show up for mobs too  
  33.    mobs:
  34.       enabled: true
  35.       # Note: Use ENUM names for entities. Google "<Server Version> Entities Enum"
  36.       # Note: If you want all entities, just add 'ALL'
  37.       entities:
  38.      - 'ZOMBIE'
  39.       - 'SKELETON'
  40.       - 'SPIDER'
  41.      
  42.    disabledWorlds:
  43.   - 'world_the_end'
  44.    
  45. # Note: Commands must be in CAPS and have a "/" in front of them
  46. toggleCommand:
  47.    commands:
  48.   - '/HTOGGLE'
  49.    - '/HMTOGGLE'
  50.    
  51. hooks:
  52.    worldguard:
  53.       enabled: false
  54.       whitelist:
  55.      - 'pvp_region_name'
  56.       - 'another_region'
  57.    
  58. updates:
  59.    notifications: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement