Advertisement
nbdSteve

nbdEffects config v1.4

May 18th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.00 KB | None | 0 0
  1. # Configuration file for nbdEffects v1.4
  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. #
  14. # If death cry sounds are enabled.
  15. DeathCryEnabled: true
  16. # The DeathCry played to players when the player dies if the person being killed has permission (nbdeffect.deathcry).
  17. DeathCrySound: BAT_DEATH
  18. DeathCryVolume: 1
  19. DeathCryPitch: 1
  20. # The radius in blocks players will have to be in to hear the DeathCry.
  21. DeathCryRadius: 32
  22. #
  23. # If the join sound feature is enabled.
  24. JoinSoundEnabled: true
  25. # The sound played to the player when they join, if they have the permission (nbdeffect.joinsound).
  26. JoinSound: LEVEL_UP
  27. JoinVolume: 1
  28. JoinPitch: 3
  29. #
  30. # If the join firework feature is enabled (requires permission: nbdeffect.firework).
  31. JoinFireworkEnabled: true
  32. #
  33. # The message broadcast to everyone when someone kills another player
  34. # Valid placeholders: %dead%, %totalDeaths%, %killer%, %totalKills%
  35. DeathBroadcastEnabled: true
  36. DeathBroadcast: '&c&lPVP: &6&l%dead% &7was just slain by &6&l%killer%&7! %killer% now has &f&l%totalKills% &7Kills and %dead% has &f&l%totalDeaths%&7 Deaths!'
  37. #
  38. # Bow Message sent to the shooter when they hit the player with an arrow
  39. # Valid placeholders: %hurt%, %damager%, %hurtHealth%
  40. BowMessageEnabled: true
  41. BowMessage: '&f&lPVP: &b&l%hurt% &7has &c%hurtHealth% HP'
  42. #
  43. # Chat messages (see spigot for permission nodes).
  44. GGmsg: '&6&lGG&r'
  45. GFmsg: '&b&lGF&r'
  46. LOLmsg: '&a&llol&r'
  47. GLHFmsg: '&c&lGL HF&r'
  48. #
  49. # Messages for the plugin.
  50. FeatureEnabled: '&7You toggled that feature to &a&l&nTRUE'
  51. FeatureDisabled: '&7You toggled that feature to &c&l&nFALSE'
  52. NoPermMSG: '&cYou do not have permission to use that!'
  53. ReloadMSG: '&7You &a&l&nSUCCESSFULLY&7 reloaded the configuration file!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement