AdemDev

CatapultSeat en

Aug 22nd, 2025
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. {
  2. "Version": {
  3. "Major": 1,
  4. "Minor": 0,
  5. "Patch": 0
  6. },
  7. "Helicopter Settings": {
  8. "Install catapult on minicopters? [true/false]": true,
  9. "Install catapult on attack helicopter? [true/false]": true,
  10. "Install catapult on cargo helicopter? [true/false]": true,
  11. "Catapult preset": "heliCatapult"
  12. },
  13. "Pilot chair": {
  14. "Install catapult on this object? [true/false]": true,
  15. "Should the seat launch? [true/false]": true,
  16. "Add a button? [true/false]": true,
  17. "Catapult preset": "chairCatapult"
  18. },
  19. "Custom Seat (can be given to players)": {
  20. "Install catapult on this object? [true/false]": true,
  21. "Should the seat launch? [true/false]": true,
  22. "Add a button? [true/false]": true,
  23. "Catapult preset": "chairCatapult",
  24. "Item to give the player": {
  25. "Shortname (do not change!)": "chair",
  26. "SkinID": 3552439055,
  27. "Name": "Catapult",
  28. "Spawn in crates": {
  29. "Enable spawn in loot crates [true/false]": false,
  30. "Setting up Crates": [
  31. {
  32. "Crate Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_ammunition.prefab",
  33. "Minimum amount": 1,
  34. "Maximum amount": 1,
  35. "The probability of a item spawn in this crate (0 - 100)": 5.0
  36. },
  37. {
  38. "Crate Prefab": "assets/bundled/prefabs/radtown/crate_elite.prefab",
  39. "Minimum amount": 1,
  40. "Maximum amount": 1,
  41. "The probability of a item spawn in this crate (0 - 100)": 5.0
  42. }
  43. ]
  44. }
  45. }
  46. },
  47. "Catapult Presets": [
  48. {
  49. "Preset name": "heliCatapult",
  50. "Permission to use": "catapultseat.heliCatapult",
  51. "Show instruction when seated? [true/false]": true,
  52. "Time to hold Shift before launch [sec]": 3,
  53. "Vertical force (Y axis)": {
  54. "Min force": 20.0,
  55. "Max force": 25.0
  56. },
  57. "Forward force (Z axis)": {
  58. "Min force": 0.0,
  59. "Max force": 0.0
  60. }
  61. },
  62. {
  63. "Preset name": "chairCatapult",
  64. "Permission to use": "catapultseat.chairCatapult",
  65. "Show instruction when seated? [true/false]": true,
  66. "Time to hold Shift before launch [sec]": 3,
  67. "Vertical force (Y axis)": {
  68. "Min force": 20.0,
  69. "Max force": 25.0
  70. },
  71. "Forward force (Z axis)": {
  72. "Min force": 0.0,
  73. "Max force": 0.0
  74. }
  75. }
  76. ],
  77. "Notification Settings": {
  78. "Chat Message setting": {
  79. "Use chat notifications? [true/false]": false
  80. },
  81. "Facepunch Game Tips setting": {
  82. "Use Facepunch Game Tips (notification bar above hotbar)? [true/false]": true,
  83. "Style (0 - Blue Normal, 1 - Red Normal, 2 - Blue Long, 3 - Blue Short, 4 - Server Event)": 1
  84. },
  85. "Redefined messages": [
  86. {
  87. "Enable this message? [true/false]": true,
  88. "Lang Key": "Instruction",
  89. "Chat Message setting": {
  90. "Use chat notifications? [true/false]": false
  91. },
  92. "Facepunch Game Tips setting": {
  93. "Use Facepunch Game Tips (notification bar above hotbar)? [true/false]": true,
  94. "Style (0 - Blue Normal, 1 - Red Normal, 2 - Blue Long, 3 - Blue Short, 4 - Server Event)": 2
  95. }
  96. },
  97. {
  98. "Enable this message? [true/false]": true,
  99. "Lang Key": "GotItem",
  100. "Chat Message setting": {
  101. "Use chat notifications? [true/false]": false
  102. },
  103. "Facepunch Game Tips setting": {
  104. "Use Facepunch Game Tips (notification bar above hotbar)? [true/false]": true,
  105. "Style (0 - Blue Normal, 1 - Red Normal, 2 - Blue Long, 3 - Blue Short, 4 - Server Event)": 3
  106. }
  107. }
  108. ]
  109. }
  110. }
Advertisement
Add Comment
Please, Sign In to add comment