Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. {
  2. "Refill Loot On Plugin Load": true,
  3. "Process Corpses": true,
  4. "Process Loot Containers": true,
  5. "Container Loot Save Command": "lootsave",
  6. "Container Refill Command": "lootrefill",
  7. "Load Config Command": "lootconfig",
  8. "Containers": [
  9. {
  10. "Entity Shortnames": [
  11. {
  12. "Shortname": "entity.shortname",
  13. "Enable Regex": false,
  14. "Exclude": false,
  15. "API Shortname": false
  16. }
  17. ],
  18. "Monument Prefabs": [
  19. ""
  20. ],
  21. "Shuffle Items": true,
  22. "Allow Duplicate Items": false,
  23. "Allow Duplicate Items With Different Skins": true,
  24. "Remove Container": false,
  25. "Item Container Indexes": [
  26. 0
  27. ],
  28. "Replace Items": true,
  29. "Add Items": false,
  30. "Modify Items": false,
  31. "Fill With Default Items": false,
  32. "Online Condition": {
  33. "Minimal Online": -1,
  34. "Maximal Online": -1
  35. },
  36. "Maximal Failures To Add An Item": 5,
  37. "Capacity": [
  38. {
  39. "Capacity": 3,
  40. "Chance": 1
  41. }
  42. ],
  43. "Items": [
  44. {
  45. "Item Shortname": "item.shortname",
  46. "Item Shortnames": [
  47. {
  48. "Shortname": "item.shortname",
  49. "Enable Regex": false,
  50. "Exclude": false
  51. }
  52. ],
  53. "Item Name (Empty To Ignore)": "",
  54. "Is Blueprint": false,
  55. "Allow Stacking": true,
  56. "Ignore Max Stack": true,
  57. "Ignore Max Condition": true,
  58. "Remove Item": false,
  59. "Replace Item With Default Loot": false,
  60. "Conditions": [
  61. {
  62. "Minimal Condition": 75.0,
  63. "Maximal Condition": 100.0,
  64. "Max Condition Of Item": -1.0,
  65. "Condition Rate": -1.0,
  66. "Max Condition Rate": -1.0,
  67. "Chance": 1
  68. }
  69. ],
  70. "Skins": [
  71. {
  72. "Skin": 0,
  73. "Chance": 1
  74. }
  75. ],
  76. "Amount": [
  77. {
  78. "Minimal Amount": 3,
  79. "Maximal Amount": 3,
  80. "Rate": -1.0,
  81. "Chance": 1
  82. }
  83. ],
  84. "Chance": 1
  85. }
  86. ]
  87. }
  88. ],
  89. "Debug": false
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement