Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 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.  
  15. #Use this module to limit the amount of weapons a player can have in the hot bar.
  16. #If the specified amount is exceeded, the weapon cannot be used. Example usage:
  17. #
  18. #Inventory_Control:
  19. # Group_Primary:
  20. # Limit: 2
  21. # Group_BlaBlaBla:
  22. # Limit: 2
  23. # Whatever_Name_You_Want:
  24. # Limit: 2
  25. #
  26. #You can create as many groups as you want. Messages and sounds are optional.
  27. #Enforce these limits using the Inventory_Control node in the weapon's Item_Information module.
  28. #The example below is used for the default weapon Bazooka.
  29. Inventory_Control:
  30. Group_Bazookas:
  31. Limit: 1
  32. Message_Exceeded: "&e[IC] &bYou cannot have more than one Bazooka in the hot bar!"
  33. Sounds_Exceeded: LAVA_POP-1-1-0
  34. primary_weapons:
  35. Limit: 1
  36. Message_Exceeded: "&eメイン武器を2つ以上ホットバーに所持することはできません!"
  37. Sounds_Exceeded: LAVA_POP-1-1-0
  38.  
  39. #A merged reload refers to the act of reloading multiple weapons in the same slot.
  40. #Set "Disable" to true if you wish to prevent players from doing this.
  41. #Messages and sounds are optional.
  42. Merged_Reload:
  43. Disable: false
  44. Message_Denied: "&eYou cannot reload slots that contain more than one weapon!"
  45. Sounds_Denied: VILLAGER_NO-1-1-0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement