Advertisement
Daf4LifeYT

DemeLine - Guns

May 29th, 2017
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. # Be aware that this config is barely used in any minigame.
  2. # Used for saving gun classes. Default:
  3. config:
  4. guns:
  5. pistol:
  6. name: Pistol
  7. items: 256#DAMAGE_ALL:1#KNOCKBACK*1
  8. icon: 256#DAMAGE_ALL:1#KNOCKBACK*1
  9. lore: The Pistol.
  10. speed: 1.0
  11. durability: 50
  12. shoot_amount: 1
  13. knockback_multiplier: 1.1
  14. permission_node: minigames.guns.pistol
  15. sniper:
  16. name: Sniper
  17. items: 292#DAMAGE_ALL:1#KNOCKBACK*1
  18. icon: 292#DAMAGE_ALL:1#KNOCKBACK*1
  19. lore: The Sniper.
  20. speed: 0.5
  21. durability: 10
  22. shoot_amount: 1
  23. knockback_multiplier: 3.0
  24. permission_node: minigames.guns.sniper
  25. grenade:
  26. name: Grenade Launcher
  27. items: 257#DAMAGE_ALL:1#KNOCKBACK*1
  28. icon: 257#DAMAGE_ALL:1#KNOCKBACK*1
  29. lore: The Grenade Launcher.
  30. speed: 0.1
  31. durability: 10
  32. shoot_amount: 1
  33. knockback_multiplier: 2.5
  34. permission_node: minigames.guns.grenade
  35. freeze:
  36. name: Freeze Gun
  37. items: 258#DAMAGE_ALL:1#KNOCKBACK*1
  38. icon: 258#DAMAGE_ALL:1#KNOCKBACK*1
  39. lore: The Freeze Gun.
  40. speed: 0.8
  41. durability: 5
  42. shoot_amount: 1
  43. knockback_multiplier: 0.5
  44. permission_node: minigames.guns.freeze
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement