Techtoo

Untitled

Sep 9th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 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 us
  17.  
  18. #You can create as many groups as you want. Messages and sounds are optional.
  19. #Enforce these limits using the Inventory_Control node in the weapon's Item_Information module.
  20. #The example below is used for the default weapon Bazooka.
  21. Inventory_Control:
  22. Group_AllGun:
  23. Limit: 1
  24. Message_Exceeded: "&e[IC] &bメイン武器を2つ以上いれることは許可されていない!"
  25. Sounds_Exceeded: LAVA_POP-1-1-0
  26.  
  27. #A merged reload refers to the act of reloading multiple weapons in the same slot.
  28. #Set "Disable" to true if you wish to prevent players from doing this.
  29. #Messages and sounds are optional.
  30. Merged_Reload:
  31. Disable: false
  32. Message_Denied: "&eYou cannot reload slots that contain more than one weapon!"
  33. Sounds_Denied: VILLAGER_NO-1-1-0
Add Comment
Please, Sign In to add comment