Advertisement
yuu16092

Untitled

Mar 28th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 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. Primary:
  31. Limit: 1
  32. Message_Exceeded: "&c&l[server] &bメイン武器を2つ以上ホットバーには入れれません"
  33. Sounds_Exceeded: LAVA_POP-1-1-0
  34. Secondery:
  35. Limit: 1
  36. Message_Exceeded: "&c&l[server] &bサブ武器を2つ以上ホットバーには入れれません"
  37. Sounds_Exceeded: LAVA_POP-1-1-0
  38. Grenade:
  39. Limit: 1
  40. Message_Exceeded: "&c&l[server] &bグレネードを2つ以上ホットバーには入れれません"
  41. Sounds_Exceeded: LAVA_POP-1-1-0
  42. Melle:
  43. Limit: 1
  44. Message_Exceeded: "&c&l[server] &b近接武器を2つ以上ホットバーには入れれません"
  45. Sounds_Exceeded: LAVA_POP-1-1-0
  46.  
  47. #A merged reload refers to the act of reloading multiple weapons in the same slot.
  48. #Set "Disable" to true if you wish to prevent players from doing this.
  49. #Messages and sounds are optional.
  50. Merged_Reload:
  51. Disable: false
  52. Message_Denied: "&eYou cannot reload slots that contain more than one weapon!"
  53. Sounds_Denied: VILLAGER_NO-1-1-0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement