FatherWh0

Config.yml

Apr 12th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. # Configuration file #
  2.  
  3. ######################
  4. # Lucky block plugin #
  5. # Created by MCGamer199 #
  6. # Don't touch this #
  7. version: 2.2.3
  8. ######################
  9.  
  10.  
  11. Allow:
  12. ExplosionGrief: true
  13. ExplosionFire: true
  14. ExplosionDamage: true
  15. LBGeneration: true
  16.  
  17. # Set to true if you want to prevent players from spamming lb commands #
  18. strict_commands: false
  19. # Delay after running lb command #
  20. delay: 20
  21.  
  22. # Debug #
  23. debug: false
  24.  
  25. # Language file #
  26. lang_file: 'en_US'
  27. # Sound file #
  28. sounds_file: 'sounds'
  29.  
  30. # Actionbar messages #
  31. ActionbarMessages: true
  32.  
  33. # Lucky Crafting Table #
  34. show_display_name: true
  35.  
  36. # Resource packs options #
  37. resourcepack:
  38. enabled: false
  39. url: 'insert your resource pack url here'
  40.  
  41. spawn:
  42. lucky_villager: false
  43.  
  44. LuckyBlockCommand:
  45. Command: lb
  46.  
  47. CommandPage:
  48. # Available color: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/ChatColor.html
  49. color1: red
  50. color2: aqua
  51. color3: green
  52. color4: blue
  53. color5: yellow
Advertisement
Add Comment
Please, Sign In to add comment