Advertisement
kazuken0814

Untitled

Oct 20th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 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. # Main:
  20. # Limit: 2
  21. #
  22. # Group_BlaBlaBla:
  23. # Limit: 2
  24. # Whatever_Name_You_Want:
  25. # Limit: 2
  26. #
  27. #You can create as many groups as you want. Messages and sounds are optional.
  28. #Enforce these limits using the Inventory_Control node in the weapon's Item_Information module.
  29. #The example below is used for the default weapon Bazooka.
  30. Inventory_Control:
  31. Group_Bazookas:
  32. Limit: 1
  33. Message_Exceeded: "&e[IC] &bYou cannot have more than one Bazooka in the hot bar!"
  34. Sounds_Exceeded: LAVA_POP-1-1-0
  35. Main:
  36. Limit: 1
  37. Message_Exceeded: "&c複数のメイン武器をホットバーに置くことはできません。"
  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