Advertisement
ALPHADOIDE

gun config

Aug 20th, 2018
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. #Visit the Complete Guide to CrackShot for information on everything in the configuration.
  2. #https://github.com/Shampaggon/CrackShot/wiki/The-Complete-Guide-to-CrackShot
  3.  
  4. #Use this node to completely disable CrackShot in certain worlds. Example usage:
  5. #
  6. #Disabled_Worlds:
  7. # - world_nether
  8. # - world_the_end
  9. # - world_foldername
  10. #
  11. #"Disabled_Worlds: []" means the list is empty. Change it to "Disabled_Worlds:" before listing worlds.
  12. #Remember not to use any tabs. The spacing must also be correct.
  13. Disabled_Worlds: []
  14. #Use this module to limit the amount of weapons a player can have in the hot bar.
  15. #If the specified amount is exceeded, the weapon cannot be used. Example usage:
  16.  
  17. #You can create as many groups as you want. Messages and sounds are optional.
  18. #Enforce these limits using the Inventory_Control node in the weapon's Item_Information module.
  19. #The example below is used for the default weapon Bazooka.
  20. Inventory_Control:
  21. Group_Bazookas:
  22. Limit: 1
  23. Message_Exceeded: "&e[IC] &bYou cannot have more than one Bazooka in the hot bar!"
  24. Sounds_Exceeded: LAVA_POP-1-1-0
  25. Group_main:
  26. Limit: 1
  27. Message_Exceeded: "&e[IC] &bメイン武器は2個以上持てません!"
  28. Sounds_Exceeded: LAVA_POP-1-1-0
  29. Group_sub:
  30. Limit: 1
  31. Message_Exceeded: "&e[IC] &bサブ武器は2個以上持てません!"
  32. Sounds_Exceeded: LAVA_POP-1-1-0
  33. Group_item:
  34. Limit: 1
  35. Message_Exceeded: "&e[IC] &b手榴弾などのアイテムは2個以上持てません!"
  36. Sounds_Exceeded: LAVA_POP-1-1-0
  37.  
  38. #A merged reload refers to the act of reloading multiple weapons in the same slot.
  39. #Set "Disable" to true if you wish to prevent players from doing this.
  40. #Messages and sounds are optional.
  41. Merged_Reload:
  42. Disable: false
  43. Message_Denied: "&eYou cannot reload slots that contain more than one weapon!"
  44. Sounds_Denied: VILLAGER_NO-1-1-0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement