Advertisement
nbdSteve

nbdEffects config v1.1

May 8th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.41 KB | None | 0 0
  1. # Configuration file for nbdEffects v1.0
  2.  
  3. # Made with a keyboard and computer
  4. # Report bugs / problems to me on discord!
  5. # https://discord.gg/j6Yj5B8
  6. # -nbdSteve
  7. #
  8. # If you are unsure about an aspect of the config please msg me on discord!
  9. # All of the nice comments get removed :(
  10.  
  11. # If the lightning kill effect is enabled (requires permission: nbdeffect.lightning).
  12. LightningEnabled: true
  13. # Messages for toggling the lightning kill effect.
  14.  
  15. # If death cry sounds are enabled.
  16. DeathCryEnabled: true
  17. # The DeathCry played to players when the player dies if the person being killed has permission (nbdeffect.deathcry).
  18. DeathCrySound: BAT_DEATH
  19. DeathCryVolume: 1
  20. DeathCryPitch: 1
  21. # The radius in blocks players will have to be in to hear the DeathCry.
  22. DeathCryRadius: 32
  23. # Messages for toggling death cries.
  24.  
  25. # If the join sound feature is enabled.
  26. JoinSoundEnabled: true
  27. # The sound played to the player when they join, if they have the permission (nbdeffect.joinsound).
  28. JoinSound: LEVEL_UP
  29. JoinVolume: 1
  30. JoinPitch: 3
  31.  
  32. # If the join firework feature is enabled (requires permission: nbdeffect.firework).
  33. JoinFireworkEnabled: true  
  34.  
  35. # Messages for the plugin.
  36. FeatureEnabled: '&7You toggled that feature to &a&l&nTRUE'
  37. FeatureDisabled: '&7You toggled that feature to &c&l&nFALSE'
  38. NoPermMSG: '&cYou do not have permission to use that!'
  39. ReloadMSG: '&7You &a&l&nSUCCESSFULLY&7 reloaded the configuration file!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement